summaryrefslogtreecommitdiff
path: root/python-pyvorbis.spec
diff options
context:
space:
mode:
authorJacek Konieczny2011-12-21 09:41:01 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8edb3f4185e2839be82dc6150e4e57e824f06c32 (patch)
treed31268259d7bb624dc7f13575f156fc32dbf7a15 /python-pyvorbis.spec
parentfc92c83f578f0ef4b302195a294204805181231b (diff)
downloadpython-pyvorbis-8edb3f4185e2839be82dc6150e4e57e824f06c32.zip
python-pyvorbis-8edb3f4185e2839be82dc6150e4e57e824f06c32.tar.gz
- egg-info file addedauto/th/python-pyvorbis-1_4-8
- double free crash fixes (based on some Ubuntu patch and the unofficial 1.5a release) - Release: 8 Changed files: python-pyvorbis.spec -> 1.27 pyvorbis-double_free.patch -> 1.1
Diffstat (limited to 'python-pyvorbis.spec')
-rw-r--r--python-pyvorbis.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/python-pyvorbis.spec b/python-pyvorbis.spec
index f00e3db..f1a0e01 100644
--- a/python-pyvorbis.spec
+++ b/python-pyvorbis.spec
@@ -3,11 +3,12 @@ Summary: A Python module for the the Ogg/Vorbis library
Summary(pl.UTF-8): Moduł Pythona do biblioteki Ogg/Vorbis
Name: python-%{module}
Version: 1.4
-Release: 7
+Release: 8
License: GPL
Group: Libraries/Python
Source0: http://ekyo.nerim.net/software/pyogg/%{module}-%{version}.tar.gz
# Source0-md5: b4921e792c0a74f75b9d3057df10ee7c
+Patch0: pyvorbis-double_free.patch
URL: http://ekyo.nerim.net/software/pyogg/
BuildRequires: libvorbis-devel
BuildRequires: python-devel
@@ -48,6 +49,7 @@ programy przykładowe dla moduły pyvorbis.
%prep
%setup -q -n %{module}-%{version}
+%patch0 -p1
%build
python config_unix.py \
@@ -74,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README NEWS
%attr(755,root,root) %{py_sitedir}/ogg/*.so
+%attr(755,root,root) %{py_sitedir}/*.egg-info
%{_examplesdir}/%{name}-%{version}
%files devel