packages: python-cheetah/python-cheetah.spec - updated to 2.2.1

qboosh qboosh at pld-linux.org
Fri Dec 3 18:38:57 CET 2010


Author: qboosh                       Date: Fri Dec  3 17:38:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.2.1

---- Files affected:
packages/python-cheetah:
   python-cheetah.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/python-cheetah/python-cheetah.spec
diff -u packages/python-cheetah/python-cheetah.spec:1.38 packages/python-cheetah/python-cheetah.spec:1.39
--- packages/python-cheetah/python-cheetah.spec:1.38	Thu Jul  8 10:02:59 2010
+++ packages/python-cheetah/python-cheetah.spec	Fri Dec  3 18:38:52 2010
@@ -2,16 +2,15 @@
 Summary:	Python-powered template engine and code-generator
 Summary(pl.UTF-8):	System szablonów dla języka Python
 Name:		python-cheetah
-Version:	2.0.1
-Release:	4
-License:	Python
+Version:	2.2.1
+Release:	1
+License:	MIT
 Group:		Libraries/Python
-Source0:	http://dl.sourceforge.net/cheetahtemplate/Cheetah-%{version}.tar.gz
-# Source0-md5:	7845a2950ea850a13c488a26b61ac50a
+Source0:	http://downloads.sourceforge.net/cheetahtemplate/Cheetah-%{version}.tar.gz
+# Source0-md5:	137491aef378b502b2ee71c03b929faf
 URL:		http://www.cheetahtemplate.org/
 BuildRequires:	python >= 2.2.1
 BuildRequires:	python-devel >= 2.2.1
-BuildRequires:	python-setuptools >= 0.6-0.a9.1
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,13 +25,12 @@
 %setup -q -n Cheetah-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-export CHEETAH_USE_SETUPTOOLS=1
-python setup.py install \
-	--single-version-externally-managed \
+
+%{__python} setup.py install \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
@@ -43,37 +41,39 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc CHANGES LICENSE README TODO
+%attr(755,root,root) %{_bindir}/cheetah
+%attr(755,root,root) %{_bindir}/cheetah-compile
 %dir %{py_sitedir}/Cheetah
-%dir %{py_sitedir}/Cheetah/Macros
-%dir %{py_sitedir}/Cheetah/Templates
-%dir %{py_sitedir}/Cheetah/Tests
-%dir %{py_sitedir}/Cheetah/Tools
-%dir %{py_sitedir}/Cheetah/Utils
-%dir %{py_sitedir}/Cheetah/Utils/optik
-
 %{py_sitedir}/Cheetah/*.py[oc]
-%{py_sitedir}/Cheetah/*.so
+%attr(755,root,root) %{py_sitedir}/Cheetah/_namemapper.so
+%dir %{py_sitedir}/Cheetah/Macros
 %{py_sitedir}/Cheetah/Macros/*.py[oc]
+%dir %{py_sitedir}/Cheetah/Templates
 %{py_sitedir}/Cheetah/Templates/*.py[oc]
 %{py_sitedir}/Cheetah/Templates/*.tmpl
+%dir %{py_sitedir}/Cheetah/Tests
 %{py_sitedir}/Cheetah/Tests/*.py[oc]
+%dir %{py_sitedir}/Cheetah/Tools
 %{py_sitedir}/Cheetah/Tools/*.py[oc]
 %{py_sitedir}/Cheetah/Tools/*.txt
+%dir %{py_sitedir}/Cheetah/Utils
 %{py_sitedir}/Cheetah/Utils/*.py[oc]
-%{py_sitedir}/Cheetah/Utils/optik/*.py[oc]
+%dir %{py_sitedir}/Cheetah/contrib
+%{py_sitedir}/Cheetah/contrib/*.py[oc]
+%dir %{py_sitedir}/Cheetah/contrib/markdown
+%{py_sitedir}/Cheetah/contrib/markdown/*.py[oc]
 %{py_sitedir}/Cheetah-*.egg-info
 
-%attr(755,root,root) %{_bindir}/cheetah
-%attr(755,root,root) %{_bindir}/cheetah-compile
-
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2010/12/03 17:38:52  qboosh
+- updated to 2.2.1
+
 Revision 1.38  2010/07/08 08:02:59  arekm
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-cheetah/python-cheetah.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list