rpms/python-mako/devel python-mako.spec,1.5,1.6

Luke Macken lmacken at fedoraproject.org
Tue May 4 20:56:45 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-mako/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12736

Modified Files:
	python-mako.spec 
Log Message:
* Tue May 04 2010 Luke Macken <lmacken at redhat.com> - 0.3.2-1
- Update to 0.3.2
- Run the test suite in %%check




Index: python-mako.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/devel/python-mako.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-mako.spec	26 Jul 2009 20:36:59 -0000	1.5
+++ python-mako.spec	4 May 2010 20:56:45 -0000	1.6
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-mako
-Version: 0.2.4
-Release: 3%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Summary: Mako template library for Python
 
 Group: Development/Languages
@@ -11,7 +11,7 @@ URL: http://www.makotemplates.org/
 Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools-devel python-nose
 Requires: python-beaker
 
 %description
@@ -37,7 +37,11 @@ calling and scoping semantics.
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
- 
+
+%check
+PYTHONPATH=$(pwd) nosetests
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 04 2010 Luke Macken <lmacken at redhat.com> - 0.3.2-1
+- Update to 0.3.2
+- Run the test suite in %%check
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list