rpms/pytagger/F-10 pytagger.spec,1.1,1.2

Orcan Ogetbil oget at fedoraproject.org
Thu Jun 11 05:38:45 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/pytagger/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26237

Modified Files:
	pytagger.spec 
Log Message:
* Thu Jun 11 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.5-3
- Explicitly exclude %{bindir}/*py? on Fedora < 11 only



Index: pytagger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pytagger/F-10/pytagger.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pytagger.spec	14 Dec 2008 23:43:24 -0000	1.1
+++ pytagger.spec	11 Jun 2009 05:38:15 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           pytagger
 Version:        0.5
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        ID3 Tag Reader and Writer Library for Python
 Group:          Development/Libraries
 License:        BSD
@@ -31,7 +31,7 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 # This script needs some files that are neither in the tarball nor
 # in the system, hence we remove it from the package:
 %{__rm} -rf %{buildroot}/%{_bindir}/apic.py*
- 
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -41,9 +41,18 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 %{python_sitelib}/*.egg-info
 %{python_sitelib}/tagger
 %{_bindir}/mp3check.py
+# These are automatically excluded in Fedora > 10
+%if 0%{?fedora} < 11
 %exclude %{_bindir}/mp3check.pyc
 %exclude %{_bindir}/mp3check.pyo
+%endif
 
 %changelog
-* Mon Nov 24 2008 Orcan Ogetbil <orcanbahri at yahoo.com> 0.5-1
+* Thu Jun 11 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.5-3
+- Explicitly exclude %%{bindir}/*py? on Fedora < 11 only
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Nov 24 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.5-1
 - Initial RPM release.




More information about the fedora-extras-commits mailing list