14
0
forked from pool/python-pyudev

Accepting request 105807 from home:adra:branches:devel:languages:python

Update to version 0.14

OBS-URL: https://build.opensuse.org/request/show/105807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-02-20 11:18:01 +00:00
committed by Git OBS Bridge
parent a0ee3e3f89
commit 57f041fc85
4 changed files with 18 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyudev
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pyudev
Version: 0.13
Release: 1
Version: 0.14
Release: 0
License: LGPL-2.1+
Summary: Udev bindings for Python
Url: http://packages.python.org/pyudev/
Url: http://pyudev.readthedocs.org/
Group: Development/Libraries/Python
Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
BuildRequires: libudev-devel
@@ -48,9 +46,6 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc CHANGES.rst COPYING README.rst