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

Luke Macken lmacken at fedoraproject.org
Wed Jan 7 06:15:08 UTC 2009


Author: lmacken

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

Modified Files:
	python-webhelpers.spec 
Log Message:
Remove some non-existent files.


Index: python-webhelpers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webhelpers/devel/python-webhelpers.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-webhelpers.spec	7 Jan 2009 05:46:03 -0000	1.4
+++ python-webhelpers.spec	7 Jan 2009 06:14:38 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name: python-webhelpers
 Version: 0.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Helper library for aiding the writing of web templates in Python
 
 Group: Development/Languages
@@ -26,8 +26,6 @@
 
 %prep
 %setup -q -n WebHelpers-%{version}
-# Pointless updstream executable bit
-chmod a-x CHANGELOG
 
 
 %build
@@ -49,11 +47,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGELOG LICENSE docs
+%doc README.txt
 %{python_sitelib}/*
 
 
 %changelog
+* Wed Jan 07 2009 Luke Macken <lmacken at redhat.com> - 0.6.4-2
+- Remove some non-existent files.
+
 * Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 0.6.4-1
 - Update to 0.6.4
 - Run the test suite




More information about the scm-commits mailing list