dmraid is obsolete fixes: #11076
Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- 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 info@ipfire.org # -############################################################################### - -name = dmraid -version = 1.0.0.rc15 -release = 5 - -groups = System/Filesystems -url = http://people.redhat.com/heinzm/sw/dmraid -license = GPLv2+ -summary = 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 >= 2.4 using device-mapper. -end - -source_dl = http://people.redhat.com/heinzm/sw/dmraid/src/old/ -sources = %{thisapp}.tar.bz2 - -build - requires - libdevmapper-devel - libselinux-devel - end - - DIR_APP = %{DIR_SRC}/%{name}/%{version} - PARALLELISMFLAGS = # Disabled - - make_install_targets += sbindir=%{BUILDROOT}%{sbindir} - - configure_options += \ - --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.%{version} - 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
Hi,
this cannot be dropped yet, since a few other packages still depend on this.
Best, -Michael
On Sat, 2016-09-03 at 08:42 +0000, Alexander Marx wrote:
dmraid is obsolete fixes: #11076
Signed-off-by: Alexander Marx alexander.marx@ipfire.org
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 info@ipfire.org # -############################################################################# ##
-name = dmraid -version = 1.0.0.rc15 -release = 5
-groups = System/Filesystems -url = http://people.redhat.com/heinzm/sw/dmraid -license = GPLv2+ -summary = 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 >= 2.4 using device-mapper.
-end
-source_dl = http://people.redhat.com/heinzm/sw/dmraid/src/old/ -sources = %{thisapp}.tar.bz2
-build
- requires
libdevmapper-devel
libselinux-devel
- end
- DIR_APP = %{DIR_SRC}/%{name}/%{version}
- PARALLELISMFLAGS = # Disabled
- make_install_targets += sbindir=%{BUILDROOT}%{sbindir}
- configure_options += \
--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.%{version}
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