14
0
forked from pool/python-pycdio
Pascal Bleser
2011-06-05 21:56:36 +00:00
committed by Git OBS Bridge
parent 8535c6b77f
commit d457606bbc
4 changed files with 12 additions and 13 deletions

View File

@@ -1,10 +1,7 @@
# norootforbuild
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
# vim: set ts=4 sw=4 et:
Name: python-pycdio
Version: 0.16
Version: 0.17
Release: 0
Summary: Python Bindings for the CDIO Library
# http://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz
@@ -24,7 +21,9 @@ The pycdio (and libcdio) libraries encapsulate CD-ROM reading and control.
Python programs wishing to be oblivious of the OS- and device-dependent
properties of a CD-ROM can use this library.
%if !0%{?packman_bs}
%debug_package
%endif
%prep
%setup -q -n "pycdio-%{version}"
@@ -45,8 +44,3 @@ properties of a CD-ROM can use this library.
%doc README.txt
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: