rpms/supybot/devel supybot.spec,1.6,1.7

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


Author: ricky

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

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/devel/supybot.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- supybot.spec	11 Apr 2009 22:18:59 -0000	1.6
+++ supybot.spec	14 Apr 2009 16:11:43 -0000	1.7
@@ -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:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Cross-platform IRC bot written in Python
 
 Group:          Applications/Internet
@@ -22,12 +22,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
@@ -102,6 +97,11 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.3-11
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Sat Apr 11 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.3-10
 - Backporting Python 2.6 fixes from Supybot git.
 




More information about the fedora-extras-commits mailing list