rpms/python-bibtex/devel python-bibtex-nocheck.patch, NONE, 1.1 python-bibtex.spec, 1.20, 1.21

Zoltan Kota zkota at fedoraproject.org
Thu Feb 5 14:02:26 UTC 2009


Author: zkota

Update of /cvs/pkgs/rpms/python-bibtex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6821

Modified Files:
	python-bibtex.spec 
Added Files:
	python-bibtex-nocheck.patch 
Log Message:
Add patch to disable tests during install for now.


python-bibtex-nocheck.patch:

--- NEW FILE python-bibtex-nocheck.patch ---
--- python-bibtex-1.2.4.orig/setup.py	2007-04-23 22:05:28.000000000 +0200
+++ python-bibtex-1.2.4/setup.py	2009-02-05 14:51:52.000000000 +0100
@@ -162,7 +162,7 @@
 
     def run(self):
         # The code must pass the tests before being installed
-        self.run_command ('check')
+        #self.run_command ('check')
         
         base_install.run (self)
         return


Index: python-bibtex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bibtex/devel/python-bibtex.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- python-bibtex.spec	29 Nov 2008 15:27:15 -0000	1.20
+++ python-bibtex.spec	5 Feb 2009 14:01:55 -0000	1.21
@@ -3,10 +3,11 @@
 Summary: Python extension to parse BibTeX files
 Name: python-bibtex
 Version: 1.2.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Development/Libraries
 Source: http://downloads.sourceforge.net/pybliographer/python-bibtex-1.2.4.tar.gz
+Patch0: python-bibtex-nocheck.patch
 Url: http://www.pybliographer.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -41,6 +43,9 @@
 
 
 %changelog
+* Thu Feb 05 2009 Zoltan Kota <z.kota at gmx.net> - 1.2.4-6
+- Disable tests during install for now
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.4-5
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list