From patchwork Thu Oct 12 00:40:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1459 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 2BA6E60C0C for ; Wed, 11 Oct 2017 15:31:05 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 7AEED2A10; Wed, 11 Oct 2017 15:31:04 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.250.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 83CAA2A00; Wed, 11 Oct 2017 15:31:02 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python-pyblock: Drop package Date: Wed, 11 Oct 2017 15:40:50 +0200 Message-Id: <20171011134050.5755-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This package is not used anymore and therefore can be dropped. Signed-off-by: Stefan Schantl --- python-pyblock/python-pyblock.nm | 51 ---------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 python-pyblock/python-pyblock.nm 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 # -############################################################################### - -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