forked from pool/python-pycdio
0.17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdio?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
8535c6b77f
commit
d457606bbc
@@ -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
3
pycdio-0.17.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5a6b08751e57cf9e398aa98922dbb3e45550bedae15bc29bdc1d308d35a573d
|
||||||
|
size 163925
|
@@ -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
|
Fri Apr 16 23:51:13 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,10 +1,7 @@
|
|||||||
# norootforbuild
|
# vim: set ts=4 sw=4 et:
|
||||||
|
|
||||||
%{!?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))")}
|
|
||||||
|
|
||||||
Name: python-pycdio
|
Name: python-pycdio
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for the CDIO Library
|
Summary: Python Bindings for the CDIO Library
|
||||||
# http://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz
|
# 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
|
Python programs wishing to be oblivious of the OS- and device-dependent
|
||||||
properties of a CD-ROM can use this library.
|
properties of a CD-ROM can use this library.
|
||||||
|
|
||||||
|
%if !0%{?packman_bs}
|
||||||
%debug_package
|
%debug_package
|
||||||
|
%endif
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "pycdio-%{version}"
|
%setup -q -n "pycdio-%{version}"
|
||||||
|
|
||||||
@@ -45,8 +44,3 @@ properties of a CD-ROM can use this library.
|
|||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
# vim: set sw=3 ts=3 noet:
|
|
||||||
# Local Variables:
|
|
||||||
# mode: rpm-spec
|
|
||||||
# tab-width: 3
|
|
||||||
# End:
|
|
||||||
|
Reference in New Issue
Block a user