public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Alexander Marx <alexander.marx@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] dmraid: removed
Date: Sat, 03 Sep 2016 08:42:13 +0000	[thread overview]
Message-ID: <1472892133-3258-1-git-send-email-alexander.marx@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2443 bytes --]

dmraid is obsolete
fixes: #11076

Signed-off-by: Alexander Marx <alexander.marx(a)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(a)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
-- 
2.6.3


             reply	other threads:[~2016-09-03  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-03  8:42 Alexander Marx [this message]
2016-09-07 10:11 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472892133-3258-1-git-send-email-alexander.marx@ipfire.org \
    --to=alexander.marx@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox