rpms/bittorrent/devel bittorrent.spec, 1.35, 1.36 needs.rebuild, 1.1, NONE

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Aug 29 09:32:44 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/bittorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2282

Modified Files:
	bittorrent.spec 
Removed Files:
	needs.rebuild 
Log Message:
Don't need python-devel buildreq
Don't %%ghost .pyo files



Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- bittorrent.spec	2 Feb 2006 13:55:22 -0000	1.35
+++ bittorrent.spec	29 Aug 2006 09:32:44 -0000	1.36
@@ -4,7 +4,7 @@
 
 Name:           bittorrent
 Version:        4.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        BitTorrent swarming network file transfer tool
 
 Group:          Applications/Internet
@@ -19,7 +19,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel desktop-file-utils gettext
+BuildRequires:  desktop-file-utils gettext
 Requires:       python-crypto
 # FC4 and later auto-generate python version dependency
 %if %{!?fedora:0}%{?fedora} < 4 || %{!?rhel:0}%{?rhel}
@@ -199,14 +199,8 @@
 %{_bindir}/bttrack
 %{_bindir}/btseed
 %{pkidir}/bittorrent
-%dir %{python_sitelib}/BitTorrent
-%{python_sitelib}/BitTorrent/*.py
-%{python_sitelib}/BitTorrent/*.pyc
-%ghost %{python_sitelib}/BitTorrent/*.pyo
-%dir %{python_sitelib}/khashmir
-%{python_sitelib}/khashmir/*.py
-%{python_sitelib}/khashmir/*.pyc
-%ghost %{python_sitelib}/khashmir/*.pyo
+%{python_sitelib}/BitTorrent/
+%{python_sitelib}/khashmir/
 %attr(-,torrent,torrent) %dir %{bt_dir}
 %attr(-,torrent,torrent) %dir %{bt_statedir}
 %attr(-,torrent,torrent) %dir %{_localstatedir}/log/bittorrent
@@ -225,6 +219,10 @@
 %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop
 
 %changelog
+* Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 4.4.0-2
+- Don't need python-devel buildreq
+- Don't %%ghost .pyo files
+
 * Thu Feb  2 2006 Paul Howarth <paul at city-fan.org> 4.4.0-1
 - Update to 4.4.0
 - Hardcode /usr/sbin in useradd dependency path


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list