rpms/bittorrent/FC-3 bittorrent.spec, 1.7, 1.8 sources, 1.4, 1.5 .cvsignore, 1.4, 1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu May 19 07:29:34 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/bittorrent/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25657

Modified Files:
	bittorrent.spec sources .cvsignore 
Log Message:
* Wed May 18 2005 Paul Howarth <paul at city-fan.org> 4.0.1-1.fc3
- new upstream release 4.0.1 (#157632)
- add dist tag
- source now found on sourceforge.net
- move post/postun scriptlets to -gui subpackage
- bttest.py removed upstream



Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/FC-3/bittorrent.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bittorrent.spec	15 Mar 2005 16:41:48 -0000	1.7
+++ bittorrent.spec	19 May 2005 07:29:32 -0000	1.8
@@ -3,25 +3,22 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bittorrent
-Version:        4.0.0
-Release:        1.FC3
+Version:        4.0.1
+Release:        1%{?dist}
 Summary:        BitTorrent swarming network file transfer tool
 
 Group:          Applications/Internet
 License:        BitTorrent Open Source License
 URL:            http://www.bittorrent.com/
-Source0:        http://www.bittorrent.com/dl/BitTorrent-%{version}.tar.gz
+Source0:        http://dl.sf.net/bittorrent/BitTorrent-%{version}.tar.gz
 Source1:        bittorrent.desktop
 Source2:        bittorrent.png
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
 
 BuildRequires:  python-devel desktop-file-utils
 Requires:       python
 Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-
-BuildArch:      noarch
 
 %description
 BitTorrent is a tool for copying files from one machine to
@@ -35,21 +32,20 @@
 Group:          Applications/Internet
 Requires:       pygtk2
 Requires:       %{name} = %{version}-%{release}
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 
 %description    gui
 This package contains the GUI versions of the BitTorrent file transfer
 tool.
 
-
 %prep
 %setup -q -n BitTorrent-%{version}
 sed -i "s/appdir = .*/appdir = '%{name}-%{version}'/" BitTorrent/__init__.py
 
-
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
@@ -61,19 +57,15 @@
 	%{SOURCE1}
 install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/bittorrent.png
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post gui
 update-desktop-database %{_datadir}/applications &>/dev/null || :
 
-
 %postun gui
 update-desktop-database %{_datadir}/applications &>/dev/null || :
 
-
 %files
 %defattr(-,root,root,-)
 %doc README.txt credits.txt LICENSE.txt
@@ -85,7 +77,6 @@
 %{_bindir}/btreannounce.py
 %{_bindir}/btrename.py
 %{_bindir}/btshowmetainfo.py
-%{_bindir}/bttest.py
 %{_bindir}/bttrack.py
 %dir %{python_sitelib}/BitTorrent
 %{python_sitelib}/BitTorrent/*.py
@@ -100,9 +91,15 @@
 %{_datadir}/pixmaps/%{name}-%{version}
 %{_datadir}/pixmaps/bittorrent.png
 
-
 %changelog
-* Tue Mar 15 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.0.0-1.FC3
+* Wed May 18 2005 Paul Howarth <paul at city-fan.org> 4.0.1-1%{?dist}
+- new upstream release 4.0.1 (#157632)
+- add dist tag
+- source now found on sourceforge.net
+- move post/postun scriptlets to -gui subpackage
+- bttest.py removed upstream
+
+* Tue Mar 15 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.0.0-2
 - add desktop file, desktop menu icon, post/postun scriptlets
 
 * Mon Mar 14 2005 David Hill <djh[at]ii.net> - 4.0.0-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Mar 2005 16:41:48 -0000	1.4
+++ sources	19 May 2005 07:29:32 -0000	1.5
@@ -1 +1 @@
-67f449df351b66f408b72b6bd196952f  BitTorrent-4.0.0.tar.gz
+e890d856d43b3d0af14b28714bc5801a  BitTorrent-4.0.1.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	15 Mar 2005 16:41:48 -0000	1.4
+++ .cvsignore	19 May 2005 07:29:32 -0000	1.5
@@ -1 +1 @@
-BitTorrent-4.0.0.tar.gz
+BitTorrent-4.0.1.tar.gz




More information about the fedora-extras-commits mailing list