rpms/python-bibtex/devel python-bibtex.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:53:15 UTC 2005


Author: thias

Update of /cvs/extras/rpms/python-bibtex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24517/python-bibtex/devel

Modified Files:
	python-bibtex.spec 
Log Message:
Mass letter "o" and "p" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: python-bibtex.spec
===================================================================
RCS file: /cvs/extras/rpms/python-bibtex/devel/python-bibtex.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-bibtex.spec	10 Dec 2004 22:03:10 -0000	1.4
+++ python-bibtex.spec	3 Mar 2005 23:53:13 -0000	1.5
@@ -2,31 +2,29 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-Summary: Python extension to parse BibTeX files.
+Summary: Python extension to parse BibTeX files
 Name: python-bibtex
 Version: 1.2.1
 Release: 1
-Epoch: 0
 License: GPL
 Group: Development/Libraries
 Source: http://dl.sf.net/pybliographer/python-bibtex-1.2.1.tar.gz
 Url: http://www.pybliographer.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: python >= 0:2.2
-BuildRequires: python-devel >= 0:2.2
-BuildRequires: glib2-devel >= 0:2.0
-BuildRequires: recode-devel >= 0:3.6-11
+BuildRequires: python >= 2.2
+BuildRequires: python-devel >= 2.2
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: recode-devel >= 3.6-11
 
-Requires: python >= 0:2.2
-Requires: recode >= 0:3.6-11
+Requires: python >= 2.2
+Requires: recode >= 3.6-11
 
 %description
 This module contains two extensions needed for pybliographer:
-         
-	- a bibtex parser
-	- a simple binding to GNU Recode
-         
+- a bibtex parser
+- a simple binding to GNU Recode
+
 %prep
 %setup -q
 




More information about the fedora-extras-commits mailing list