rpms/python-pp/devel python-pp.spec,1.12,1.13

Steve Milner smilner at fedoraproject.org
Fri May 1 01:37:10 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/python-pp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16364

Modified Files:
	python-pp.spec 
Log Message:
Including new dependency and docs



Index: python-pp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pp/devel/python-pp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-pp.spec	1 May 2009 01:24:53 -0000	1.12
+++ python-pp.spec	1 May 2009 01:36:39 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:           python-pp
 Version:        1.5.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parallel execution of python on smp
 
 Group:          Development/Libraries
@@ -12,7 +12,7 @@ Source0:        http://www.parallelpytho
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-Requires:       python >= 2.3
+Requires:       python >= 2.3, python-configobj
 BuildRequires:  python-devel, python-setuptools
 
 
@@ -43,13 +43,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc PKG-INFO README
+%doc PKG-INFO README doc/example.config doc/ppdoc.html
 # For noarch packages: sitelib
 %{python_sitelib}/*
 %attr (0755,root,root) %{_bindir}/ppserver
 
 
 %changelog
+* Thu Apr 30 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.5.7-2
+- Including new dependency and docs
+
 * Thu Apr 30 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.5.7-1
 - Updated to upstream latest stable.
 




More information about the scm-commits mailing list