rpms/python-simpletal/devel import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 python-simpletal.spec, 1.16, 1.17 sources, 1.4, 1.5

Thomas Moschny thm at fedoraproject.org
Fri Aug 14 16:21:34 UTC 2009


Author: thm

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

Modified Files:
	.cvsignore python-simpletal.spec sources 
Added Files:
	import.log 
Log Message:
Update to 4.2, minor specfile and rpmlint fixes.


--- NEW FILE import.log ---
python-simpletal-4_2-1_fc11:HEAD:python-simpletal-4.2-1.fc11.src.rpm:1250266814


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpletal/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Jan 2006 23:59:25 -0000	1.4
+++ .cvsignore	14 Aug 2009 16:21:34 -0000	1.5
@@ -1 +1 @@
-SimpleTAL-4.1.tar.gz
+SimpleTAL-4.2.tar.gz


Index: python-simpletal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpletal/devel/python-simpletal.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-simpletal.spec	26 Jul 2009 21:05:09 -0000	1.16
+++ python-simpletal.spec	14 Aug 2009 16:21:34 -0000	1.17
@@ -3,10 +3,10 @@
 %define srcname SimpleTAL
 
 Name:           python-simpletal
-Version:        4.1
-Release:        11%{?dist}
+Version:        4.2
+Release:        1%{?dist}
 
-Summary:        An XML based template processor for TAL, TALES and METAL specifications.
+Summary:        An XML based template processor for TAL, TALES and METAL specifications
 
 Group:          Development/Libraries
 License:        BSD
@@ -17,24 +17,30 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+
 %description
-SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL  specifications  used in Zope to power HTML and XML templates.
+SimpleTAL is a stand alone Python implementation of the TAL, TALES and
+METAL specifications used in Zope to power HTML and XML templates.
 
 
 %prep
 %setup -q -n %{srcname}-%{version}
 
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+# remove x-bits from example files
+find examples -name '*.py' -exec chmod -x {} \;
+
 
- 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
@@ -46,7 +52,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/simpletal/*.pyo
 %{python_sitelib}/SimpleTAL-%{version}-py*.egg-info
 
+
 %changelog
+* Fri Aug 14 2009 Thomas Moschny <thomas.moschny at gmx.de> - 4.2-1
+- Update to 4.2, a (not fully backwards compatible) bugfix release.
+- Minor specfile cosmetics.
+- Remove execute bits from example scripts.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpletal/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	30 Jan 2006 23:59:25 -0000	1.4
+++ sources	14 Aug 2009 16:21:34 -0000	1.5
@@ -1 +1 @@
-16c5673382967310b336c68591ae6786  SimpleTAL-4.1.tar.gz
+24b5f2ee0a9cb851cfc5e093f60f5a67  SimpleTAL-4.2.tar.gz




More information about the fedora-extras-commits mailing list