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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:387f30a3b7abfb41396902d13d3688327e97aa60a4f729c44859ae2095b5b79f
size 163300

3
pycdio-0.17.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5a6b08751e57cf9e398aa98922dbb3e45550bedae15bc29bdc1d308d35a573d
size 163925

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 05 21:50:43 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.17
-------------------------------------------------------------------
Fri Apr 16 23:51:13 UTC 2010 - pascal.bleser@opensuse.org

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: