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

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sun Apr 22 16:17:31 UTC 2007


Author: mmcgrath

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

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



--- NEW FILE python-meld3.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Summary: An HTML/XML templating system for Python
Name: python-meld3
Version: 0.6
Release: 2%{?dist}

License: ZPL
Group: Development/Languages
URL: http://www.plope.com/software/meld3/
Source: http://www.plope.com/software/meld3/meld3-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Requires: python-elementtree
BuildRequires: python-devel


%description
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template
markup and dynamic rendering logic separate from one another. See
http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.

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

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
%{__sed} -i s'/^#!.*//' $( find %{buildroot}/%{python_sitearch}/meld3/ -type f)

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

%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitearch}/meld3/

%changelog
* Sun Apr 22 2007 Mike McGrath <mmcgrath at redhat.com> 0.6-2
- Patch suggested in #153247

* Fri Apr 20 2007 Mike McGrath <mmcgrath at redhat.com> 0.6-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-meld3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2007 16:15:10 -0000	1.1
+++ .cvsignore	22 Apr 2007 16:16:57 -0000	1.2
@@ -0,0 +1 @@
+meld3-0.6.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-meld3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2007 16:15:10 -0000	1.1
+++ sources	22 Apr 2007 16:16:57 -0000	1.2
@@ -0,0 +1 @@
+6f86fc39b6d072fc8697bda54d91aed5  meld3-0.6.tgz




More information about the scm-commits mailing list