rpms/python-tempita/F-9 import.log, NONE, 1.1 python-tempita.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Wed Jun 18 03:16:02 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-tempita/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19489/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-tempita.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
python-tempita-0_2-1_fc9:F-9:python-tempita-0.2-1.fc9.src.rpm:1213758848


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

Name:           python-tempita
Version:        0.2
Release:        1%{?dist}
Summary:        A very small text templating language

Group:          Development/Languages
License:        MIT
URL:            http://pythonpaste.org/tempita/
Source0:        http://pypi.python.org/packages/source/T/Tempita/Tempita-0.2.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  python-devel
%if 0%{?fedora} >= 8
BuildRequires:  python-setuptools-devel
%else
BuildRequires:  python-setuptools
%endif

%description
Tempita is a small templating language for text substitution.

%prep
%setup -q -n Tempita-%{version}


%build
%{__python} setup.py build


%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

 
%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/tempita
%{python_sitelib}/*.egg-info


%changelog
* Sat Jun 14 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.2-1
- Initial RPM Package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2008 17:14:23 -0000	1.1
+++ .cvsignore	18 Jun 2008 03:14:35 -0000	1.2
@@ -0,0 +1 @@
+Tempita-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2008 17:14:23 -0000	1.1
+++ sources	18 Jun 2008 03:14:35 -0000	1.2
@@ -0,0 +1 @@
+9097cf47905489af1f16b5a2d8025369  Tempita-0.2.tar.gz




More information about the fedora-extras-commits mailing list