summaryrefslogtreecommitdiff
path: root/python-pyvorbis.spec
diff options
context:
space:
mode:
authorJakub Bogusz2003-11-22 00:55:12 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite0862a5d32ad6c9c7ce3c723446fbdcf537129e7 (patch)
tree454f937a02c40e4950a13064b4011b79b0ed0e08 /python-pyvorbis.spec
parent12ecb21c7ba8da9d910cd196f4a84f900c1fbf1a (diff)
downloadpython-pyvorbis-e0862a5d32ad6c9c7ce3c723446fbdcf537129e7.zip
python-pyvorbis-e0862a5d32ad6c9c7ce3c723446fbdcf537129e7.tar.gz
- updated to 1.3
Changed files: python-pyvorbis.spec -> 1.10
Diffstat (limited to 'python-pyvorbis.spec')
-rw-r--r--python-pyvorbis.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/python-pyvorbis.spec b/python-pyvorbis.spec
index 5229885..df6764e 100644
--- a/python-pyvorbis.spec
+++ b/python-pyvorbis.spec
@@ -3,12 +3,13 @@
Summary: A Python module for the the Ogg/Vorbis library
Summary(pl): Moduł pythona do biblioteki Ogg/Vorbis
Name: python-%{module}
-Version: 1.2
+Version: 1.3
Release: 1
License: GPL
Group: Libraries/Python
+#Source0Download: http://www.andrewchatham.com/pyogg/
Source0: http://www.andrewchatham.com/pyogg/download/%{module}-%{version}.tar.gz
-# Source0-md5: 5a64e942654c123ffb14907b6a6092b1
+# Source0-md5: 3ddd0dc996b57827c324910cc899d40b
URL: http://www.andrewchatham.com/pyogg/
BuildRequires: libvorbis-devel
BuildRequires: python-devel
@@ -57,7 +58,9 @@ python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{py_incdir}/%{module}
-python setup.py install --root $RPM_BUILD_ROOT
+
+python setup.py install \
+ --root $RPM_BUILD_ROOT
install src/*.h $RPM_BUILD_ROOT%{py_incdir}/%{module}
chmod -x test/*