]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
dmraid: removed dmraid
authorAlexander Marx <alexander.marx@ipfire.org>
Sat, 3 Sep 2016 08:03:47 +0000 (08:03 +0000)
committerAlexander Marx <alexander.marx@ipfire.org>
Sat, 3 Sep 2016 08:03:47 +0000 (08:03 +0000)
dmraid is obsolete

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
dmraid/dmraid.nm [deleted file]

diff --git a/dmraid/dmraid.nm b/dmraid/dmraid.nm
deleted file mode 100644 (file)
index f3d6c31..0000000
+++ /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