From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] dmraid: removed Date: Sat, 03 Sep 2016 08:42:13 +0000 Message-ID: <1472892133-3258-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2523352078524556347==" List-Id: --===============2523352078524556347== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable dmraid is obsolete fixes: #11076 Signed-off-by: Alexander Marx --- dmraid/dmraid.nm | 69 ------------------------------------------------------= -- 1 file changed, 69 deletions(-) delete mode 100644 dmraid/dmraid.nm diff --git a/dmraid/dmraid.nm b/dmraid/dmraid.nm deleted file mode 100644 index f3d6c31..0000000 --- a/dmraid/dmraid.nm +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################= ### -# IPFire.org - An Open Source Firewall Solution = # -# Copyright (C) - IPFire Development Team = # -############################################################################= ### - -name =3D dmraid -version =3D 1.0.0.rc15 -release =3D 5 - -groups =3D System/Filesystems -url =3D http://people.redhat.com/heinzm/sw/dmraid -license =3D GPLv2+ -summary =3D Device-mapper RAID tool and library. - -description - DMRAID supports RAID device discovery, RAID set activation, creation, - removal, rebuild and display of properties for ATARAID/DDF1 metadata on - Linux >=3D 2.4 using device-mapper. -end - -source_dl =3D http://people.redhat.com/heinzm/sw/dmraid/src/old/ -sources =3D %{thisapp}.tar.bz2 - -build - requires - libdevmapper-devel - libselinux-devel - end - - DIR_APP =3D %{DIR_SRC}/%{name}/%{version} - PARALLELISMFLAGS =3D # Disabled - - make_install_targets +=3D sbindir=3D%{BUILDROOT}%{sbindir} - - configure_options +=3D \ - --disable-static \ - --disable-static_link \ - --enable-libselinux - - # Dmraid doesn't automatically build and install a versioned library - # so we do it on or own. - build_cmds - make -C lib libdmraid.so - end - - install_cmds - # Install development headers. - mkdir -pv %{BUILDROOT}%{includedir}/dmraid - install -m 644 include/dmraid/*.h %{BUILDROOT}%{includedir}/dmraid/ - - # Manually install versioned library and create symlinks. - mkdir -pv %{BUILDROOT}%{libdir} - install -m 755 lib/libdmraid.so %{BUILDROOT}%{libdir}/libdmraid.so.%{versi= on} - ln -sv libdmraid.so.%{version} %{BUILDROOT}%{libdir}/libdmraid.so.1 - ln -sv libdmraid.so.%{version} %{BUILDROOT}%{libdir}/libdmraid.so - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end --=20 2.6.3 --===============2523352078524556347==--