python-pyblock: Drop package

Message ID 20171011134050.5755-1-stefan.schantl@ipfire.org
State Accepted
Commit f11b6f6084a1f4c21c9d454b4b5ad94b55c99bcc
Headers
Series python-pyblock: Drop package |

Commit Message

Stefan Schantl Oct. 12, 2017, 12:40 a.m. UTC
  This package is not used anymore and therefore can be dropped.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 python-pyblock/python-pyblock.nm | 51 ----------------------------------------
 1 file changed, 51 deletions(-)
 delete mode 100644 python-pyblock/python-pyblock.nm
  

Patch

diff --git a/python-pyblock/python-pyblock.nm b/python-pyblock/python-pyblock.nm
deleted file mode 100644
index 7400453..0000000
--- a/python-pyblock/python-pyblock.nm
+++ /dev/null
@@ -1,51 +0,0 @@ 
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = python-pyblock
-version    = 0.46
-release    = 3
-thisapp    = pyblock-%{version}
-
-groups     = System/Libraries
-url        = http://git.fedorahosted.org/git/?p=pyblock.git;a=summary
-license    = GPLv2 or GPLv3
-summary    = Python modules for dealing with block devices.
-
-description
-	The pyblock contains Python modules for dealing with block devices.
-end
-
-source_dl  =
-sources    = %{thisapp}.tar.bz2
-
-build
-	requires
-		dmraid-devel >= 1.0.0.rc15-2
-		libdevmapper-devel
-		libselinux-devel
-		python-devel
-		python-parted
-	end
-
-	prepare_cmds
-		sed -e "s/-Werror//g" -i Makefile
-	end
-
-	build
-		make USESELINUX=1
-	end
-
-	install
-		make install USESELINUX=0 DESTDIR=%{BUILDROOT}
-	end
-end
-
-packages
-	package %{name}
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end