]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
python-gudev: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Oct 2016 18:40:48 +0000 (14:40 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Oct 2016 18:40:48 +0000 (14:40 -0400)
Don't know why this is here and if we still need it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-gudev/python-gudev.nm [deleted file]

diff --git a/python-gudev/python-gudev.nm b/python-gudev/python-gudev.nm
deleted file mode 100644 (file)
index eff0beb..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = python-gudev
-version    = 147.1
-release    = 2
-
-groups     = Development/Tools
-url        = http://www.kernel.org/pub/linux/utils/kernel/hotplug/gudev/
-license    = LGPLv3+
-summary    = Python (PyGObject) bindings to the GUDev library.
-
-description
-       python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.
-end
-
-source_dl  =
-sources    = nzjrs-python-gudev-%{version}-0-gcb29211.tar.gz
-
-build
-       requires
-               autoconf
-               automake
-               libtool
-               libudev-devel
-               pkg-config
-               pygobject2-devel
-               python-devel
-       end
-
-       DIR_APP = %{DIR_SRC}/nzjrs-python-gudev-5fac65a
-
-       CFLAGS += -I/usr/include/pygtk-2.0
-
-       prepare_cmds
-               ./autogen.sh
-       end
-end
-
-packages
-       package %{name}
-               requires
-                       pygobject2
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end