rpms/python-simpletal/EL-6 import.log, 1.1, 1.2 python-simpletal.spec, 1.17, 1.18

Thomas Moschny thm at fedoraproject.org
Sat Jul 24 15:35:23 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/python-simpletal/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21286/EL-6

Modified Files:
	import.log python-simpletal.spec 
Log Message:
- Remove unneeded BR.
- Forcefully create egg-info files.
- Update URL (main URL points to Py3k package now).


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpletal/EL-6/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	14 Aug 2009 16:21:34 -0000	1.1
+++ import.log	24 Jul 2010 15:35:22 -0000	1.2
@@ -1 +1,2 @@
 python-simpletal-4_2-1_fc11:HEAD:python-simpletal-4.2-1.fc11.src.rpm:1250266814
+python-simpletal-4_2-4_fc13:EL-6:python-simpletal-4.2-4.fc13.src.rpm:1279985648


Index: python-simpletal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpletal/EL-6/python-simpletal.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- python-simpletal.spec	14 Aug 2009 16:21:34 -0000	1.17
+++ python-simpletal.spec	24 Jul 2010 15:35:23 -0000	1.18
@@ -4,18 +4,19 @@
 
 Name:           python-simpletal
 Version:        4.2
-Release:        1%{?dist}
+Release:        4%{?dist}
 
 Summary:        An XML based template processor for TAL, TALES and METAL specifications
 
 Group:          Development/Libraries
 License:        BSD
-URL:            http://www.owlfish.com/software/simpleTAL/index.html
+URL:            http://www.owlfish.com/software/simpleTAL/py2compatible/index.html
 Source0:        http://www.owlfish.com/software/simpleTAL/downloads/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 
 
 %description
@@ -28,12 +29,13 @@ METAL specifications used in Zope to pow
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install -O1 \
+            --skip-build --root %{buildroot}
 
 # remove x-bits from example files
 find examples -name '*.py' -exec chmod -x {} \;
@@ -54,6 +56,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 12 2010 Thomas Moschny <thomas.moschny at gmx.de> - 4.2-4
+- Remove unneeded BR.
+
+* Mon Apr 12 2010 Thomas Moschny <thomas.moschny at gmx.de> - 4.2-3
+- Forcefully create egg-info files.
+
+* Mon Apr 12 2010 Thomas Moschny <thomas.moschny at gmx.de> - 4.2-2
+- Update URL (main URL points to Py3k package now).
+
 * 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.



More information about the scm-commits mailing list