rpms/python-paver/devel .cvsignore, 1.6, 1.7 python-paver.spec, 1.11, 1.12 sources, 1.6, 1.7 paver-easy-stderr-tests.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 28 22:52:12 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-paver/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22935

Modified Files:
	.cvsignore python-paver.spec sources 
Removed Files:
	paver-easy-stderr-tests.patch 
Log Message:
- Update to 1.0.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	20 May 2010 02:07:36 -0000	1.6
+++ .cvsignore	28 Jun 2010 22:52:11 -0000	1.7
@@ -1 +1 @@
-Paver-1.0.2.tar.gz
+Paver-1.0.3.tar.gz


Index: python-paver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/devel/python-paver.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- python-paver.spec	20 May 2010 02:07:37 -0000	1.11
+++ python-paver.spec	28 Jun 2010 22:52:11 -0000	1.12
@@ -1,21 +1,28 @@
+%if 0%{?fedora} < 13 || 0%{?rhel} < 6
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 %define srcname Paver
 Name: python-paver
-Version: 1.0.2
+Version: 1.0.3
 Release: 1%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
 Group: Development/Languages
-License: BSD
+# The main paver code is licensed BSD
+# The paver documentation includes jquery which is licensed MIT or GPLv2
+License: BSD and (MIT or GPLv2)
 URL: http://www.blueskyonmars.com/projects/paver/
 Source0: http://pypi.python.org/packages/source/P/%{srcname}/%{srcname}-%{version}.tar.gz
-Patch0: paver-easy-stderr-tests.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 BuildRequires: python-devel
+%if 0%{?fedora} < 13
 BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
@@ -50,7 +57,6 @@ now much easier.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1 -b .stderr
 
 # Note: This falls somewhere in between source and non-source.  It's a copy
 # of the essential files from the library that's being packaged.  But it's
@@ -75,12 +81,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt
+%doc LICENSE.txt README.txt
 %{_bindir}/*
 %{python_sitelib}/*
 
 
 %changelog
+* Mon Jun 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
 * Wed May 19 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.2-1
 - Update to 1.0.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	20 May 2010 02:07:37 -0000	1.6
+++ sources	28 Jun 2010 22:52:11 -0000	1.7
@@ -1 +1 @@
-c038b421e213c0c3506e3927baad23cb  Paver-1.0.2.tar.gz
+5b20fb297125196bdb51c0fcf8ada209  Paver-1.0.3.tar.gz


--- paver-easy-stderr-tests.patch DELETED ---



More information about the scm-commits mailing list