rpms/bittorrent/devel bittorrent.spec, 1.28, 1.29 sources, 1.11, 1.12 .cvsignore, 1.11, 1.12

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Nov 3 15:15:35 UTC 2005


Author: pghmcfc

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

Modified Files:
	bittorrent.spec sources .cvsignore 
Log Message:
* Thu Nov  3 2005 Paul Howarth <paul at city-fan.org> 4.1.7-1
- update to 4.1.7
- don't use macros in build-time and scriptlet command paths



Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- bittorrent.spec	13 Oct 2005 11:49:01 -0000	1.28
+++ bittorrent.spec	3 Nov 2005 15:15:33 -0000	1.29
@@ -3,8 +3,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bittorrent
-Version:        4.1.6
-Release:        2%{?dist}
+Version:        4.1.7
+Release:        1%{?dist}
 Summary:        BitTorrent swarming network file transfer tool
 
 Group:          Applications/Internet
@@ -120,7 +120,7 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-%{_bindir}/desktop-file-install --vendor %{desktopvendor} \
+/usr/bin/desktop-file-install --vendor %{desktopvendor} \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
 	--add-category X-Fedora \
 	%{SOURCE1}
@@ -145,7 +145,7 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %pre
-%{_sbindir}/useradd -r -s /sbin/nologin -d %{_localstatedir}/spool/bittorrent \
+/usr/sbin/useradd -r -s /sbin/nologin -d %{_localstatedir}/spool/bittorrent \
 	-c "BitTorrent Seed/Tracker" torrent &>/dev/null || :
 
 %post
@@ -167,14 +167,14 @@
 fi
 
 %post gui
-%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || :
+/usr/bin/update-desktop-database %{_datadir}/applications &>/dev/null || :
 /bin/touch --no-create %{_datadir}/icons/hicolor || :
-[ -x %{_bindir}/gtk-update-icon-cache ] && %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
+[ -x /usr/bin/gtk-update-icon-cache ] && /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
 
 %postun gui
-%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || :
+/usr/bin/update-desktop-database %{_datadir}/applications &>/dev/null || :
 /bin/touch --no-create %{_datadir}/icons/hicolor || :
-[ -x %{_bindir}/gtk-update-icon-cache ] && %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
+[ -x /usr/bin/gtk-update-icon-cache ] && /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
 
 %files -f bittorrent.lang
 %defattr(-,root,root,-)
@@ -217,6 +217,10 @@
 %{_datadir}/icons/hicolor/48x48/apps/bittorrent.png
 
 %changelog
+* Thu Nov  3 2005 Paul Howarth <paul at city-fan.org> 4.1.7-1
+- update to 4.1.7
+- don't use macros in build-time and scriptlet command paths
+
 * Thu Oct 13 2005 Paul Howarth <paul at city-fan.org> 4.1.6-2
 - append to seed log file instead of overwriting it
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	13 Oct 2005 10:23:30 -0000	1.11
+++ sources	3 Nov 2005 15:15:33 -0000	1.12
@@ -1 +1 @@
-ba371b39ee6bce98775e6c346d5e8b58  BitTorrent-4.1.6.tar.gz
+b1912428950d1875ae674d324a302191  BitTorrent-4.1.7.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	13 Oct 2005 10:23:30 -0000	1.11
+++ .cvsignore	3 Nov 2005 15:15:33 -0000	1.12
@@ -1 +1 @@
-BitTorrent-4.1.6.tar.gz
+BitTorrent-4.1.7.tar.gz




More information about the fedora-extras-commits mailing list