rpms/supybot/F-10 supybot.spec,1.2,1.3

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue Apr 14 16:12:12 UTC 2009


Author: ricky

Update of /cvs/pkgs/rpms/supybot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19368/F-10

Modified Files:
	supybot.spec 
Log Message:
Change define to global, remove old >= 8 conditional, remove unnecessary BuildRequires on python-devel.



Index: supybot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/supybot/F-10/supybot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supybot.spec	5 Jun 2008 23:30:13 -0000	1.2
+++ supybot.spec	14 Apr 2009 16:11:41 -0000	1.3
@@ -1,9 +1,9 @@
-%define origname Supybot
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%global origname Supybot
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           supybot
 Version:        0.83.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Cross-platform IRC bot written in Python
 
 Group:          Applications/Internet
@@ -17,12 +17,7 @@
 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
 Requires:       python-twisted-core
 Requires:       python-twisted-names
 Requires:       python-dateutil
@@ -96,6 +91,11 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.3-8
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Thu Jun 05 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.83.3-7
 - Uncomment python-dictclient requirement.
 




More information about the scm-commits mailing list