rpms/python-simpletal/devel python-simpletal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Tue Mar 15 20:46:55 UTC 2005


Author: shahms

Update of /cvs/extras/rpms/python-simpletal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23353/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-simpletal.spec 
Log Message:
auto-import python-simpletal-3.12-1 on branch devel from python-simpletal-3.12-1.src.rpm


--- NEW FILE python-simpletal.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define srcname SimpleTAL

Name:           python-simpletal
Version:        3.12
Release:        1
Summary:        An XML based template processor for TAL, TALES and METAL specifications.

Group:          Development/Libraries
License:        Other
URL:            http://www.owlfish.com/software/simpleTAL/index.html
Source0:        http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-3.12.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description
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

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes.txt LICENSE.txt README.txt examples/
%dir %{python_sitelib}/simpletal
%{python_sitelib}/simpletal/*.py
%{python_sitelib}/simpletal/*.pyc
%ghost %{python_sitelib}/simpletal/*.pyo

%changelog
* Tue Mar 01 2005 Shahms E. King <shahms at shahms.com> 3.12-1 -
- Update to 3.12
- Clean up spec file

* Mon Dec 06 2004 Shahms E. King <shahms at shahms.com> -
- Update to 3.11
* Thu May 27 2004 Shahms King <shahms at shahms.com> -
- Initial Release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-simpletal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Mar 2005 20:46:35 -0000	1.1
+++ .cvsignore	15 Mar 2005 20:46:53 -0000	1.2
@@ -0,0 +1 @@
+SimpleTAL-3.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-simpletal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Mar 2005 20:46:35 -0000	1.1
+++ sources	15 Mar 2005 20:46:53 -0000	1.2
@@ -0,0 +1 @@
+4c34dc80dba22d9f7ea7ff7fd2e2bea1  SimpleTAL-3.12.tar.gz




More information about the fedora-extras-commits mailing list