rpms/python-pyspf/devel .cvsignore, 1.3, 1.4 python-pyspf.spec, 1.3, 1.4 sources, 1.3, 1.4

Tom Callaway spot at fedoraproject.org
Wed Sep 3 18:39:29 UTC 2008


Author: spot

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

Modified Files:
	.cvsignore python-pyspf.spec sources 
Log Message:
fix license tag, update to 2.0.5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pyspf/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Jun 2007 06:02:45 -0000	1.3
+++ .cvsignore	3 Sep 2008 18:38:58 -0000	1.4
@@ -1 +1 @@
-pyspf-2.0.3.tar.gz
+pyspf-2.0.5.tar.gz


Index: python-pyspf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pyspf/devel/python-pyspf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-pyspf.spec	10 Jun 2007 06:02:45 -0000	1.3
+++ python-pyspf.spec	3 Sep 2008 18:38:58 -0000	1.4
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-pyspf
-Version:        2.0.3
+Version:        2.0.5
 Release:        1%{?dist}
 Summary:        Python module and programs for SPF (Sender Policy Framework)
 
 Group:          Development/Languages
-License:        Python Software Foundation License
+License:        Python
 URL:            http://sourceforge.net/forum/forum.php?forum_id=596908
-Source0:        http://easynews.dl.sourceforge.net/sourceforge/pymilter/pyspf-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/pymilter/pyspf-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -36,9 +36,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT/usr/bin/type99.py $RPM_BUILD_ROOT/usr/bin/type99
-mv $RPM_BUILD_ROOT/usr/bin/spfquery.py $RPM_BUILD_ROOT/usr/bin/spfquery
-rm -f $RPM_BUILD_ROOT/usr/bin/*.py{o,c}
+mv $RPM_BUILD_ROOT%{_bindir}/type99.py $RPM_BUILD_ROOT%{_bindir}/type99
+mv $RPM_BUILD_ROOT%{_bindir}/spfquery.py $RPM_BUILD_ROOT%{_bindir}/spfquery
+rm -f $RPM_BUILD_ROOT%{_bindir}/*.py{o,c}
 sed -i -e 's|^#!/usr/bin/env python$||' $RPM_BUILD_ROOT/%{python_sitelib}/spf.py
 
 
@@ -49,11 +49,16 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG PKG-INFO README
+%{_bindir}/type99
+%{_bindir}/spfquery
 %{python_sitelib}/spf.py*
-/usr/bin/type99
-/usr/bin/spfquery
+%{python_sitelib}/pyspf-%{version}-py*.egg-info
 
 %changelog
+* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.5-1
+- update to 2.0.5
+- fix license tag
+
 * Sat Jun 09 2007 Sean Reifschneider <jafo at tummy.com> 2.0.3-1
 - Upgrading to 2.0.3 release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pyspf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Jun 2007 06:02:45 -0000	1.3
+++ sources	3 Sep 2008 18:38:58 -0000	1.4
@@ -1 +1 @@
-edb452311287449bc0b3a4f8df567f2b  pyspf-2.0.3.tar.gz
+7e3f53362e3ad52ec8a496445085a34f  pyspf-2.0.5.tar.gz




More information about the fedora-extras-commits mailing list