Author: pghmcfc
Update of /cvs/extras/rpms/bittorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6547
Modified Files:
sources .cvsignore bittorrent.spec
Log Message:
* Tue May 31 2005 Paul Howarth <paul(a)city-fan.org> 4.1.1-1%{?dist}
- update to 4.1.1
- add "khashmir" python library
- add TRACKERLESS.txt as %doc
- add translations
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 May 2005 11:18:05 -0000 1.6
+++ sources 31 May 2005 19:07:14 -0000 1.7
@@ -1 +1 @@
-4640b7c1bac3146d628f54b20afb87b7 BitTorrent-4.0.2.tar.gz
+57381176882184ad8f539c473ad9bce5 BitTorrent-4.1.1.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 May 2005 11:18:05 -0000 1.6
+++ .cvsignore 31 May 2005 19:07:14 -0000 1.7
@@ -1 +1 @@
-BitTorrent-4.0.2.tar.gz
+BitTorrent-4.1.1.tar.gz
Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bittorrent.spec 24 May 2005 11:18:05 -0000 1.14
+++ bittorrent.spec 31 May 2005 19:07:14 -0000 1.15
@@ -3,7 +3,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: bittorrent
-Version: 4.0.2
+Version: 4.1.1
Release: 1%{?dist}
Summary: BitTorrent swarming network file transfer tool
@@ -96,6 +96,7 @@
%{__install} -m 0644 -D btseed.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/btseed
%{__install} -m 0644 -D bttrack.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/bttrack
%{__install} -m 0644 -D torrent.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/bittorrent
+%{find_lang} bittorrent
%clean
%{__rm} -rf $RPM_BUILD_ROOT
@@ -131,9 +132,9 @@
%postun gui
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || :
-%files
+%files -f bittorrent.lang
%defattr(-,root,root,-)
-%doc README.txt credits.txt LICENSE.txt
+%doc README.txt credits.txt LICENSE.txt TRACKERLESS.txt
%{_bindir}/btdownloadcurses.py
%{_bindir}/btdownloadheadless.py
%{_bindir}/btlaunchmany.py
@@ -147,6 +148,10 @@
%{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
%attr(-,torrent,torrent) %dir %{_localstatedir}/spool/bittorrent
%attr(-,torrent,torrent) %dir %{_localstatedir}/lib/bittorrent
%attr(-,torrent,torrent) %dir %{_localstatedir}/log/bittorrent
@@ -165,8 +170,14 @@
%{_datadir}/pixmaps/bittorrent.png
%changelog
+* Tue May 31 2005 Paul Howarth <paul(a)city-fan.org> 4.1.1-1%{?dist}
+- update to 4.1.1
+- add "khashmir" python library
+- add TRACKERLESS.txt as %%doc
+- add translations
+
* Tue May 24 2005 Paul Howarth <paul(a)city-fan.org> 4.0.2-1%{?dist}
-- Update to 4.0.2
+- update to 4.0.2
* Mon May 23 2005 Paul Howarth <paul(a)city-fan.org> 4.0.1-2%{?dist}
- use macros consistently throughout