public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dmraid: removed
@ 2016-09-03  8:42 Alexander Marx
  2016-09-07 10:11 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Marx @ 2016-09-03  8:42 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmraid: removed
  2016-09-03  8:42 [PATCH] dmraid: removed Alexander Marx
@ 2016-09-07 10:11 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-09-07 10:11 UTC (permalink / raw)
  To: development

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

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(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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-07 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-03  8:42 [PATCH] dmraid: removed Alexander Marx
2016-09-07 10:11 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox