Author: mwinkler Date: Tue Mar 8 15:47:11 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 4.0.0, change URL
---- Files affected: SPECS: BitTorrent.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/BitTorrent.spec diff -u SPECS/BitTorrent.spec:1.29 SPECS/BitTorrent.spec:1.30 --- SPECS/BitTorrent.spec:1.29 Mon Jan 10 16:51:31 2005 +++ SPECS/BitTorrent.spec Tue Mar 8 16:47:06 2005 @@ -2,16 +2,14 @@ Summary: BitTorrent - a tool for distributing files Summary(pl): BitTorrent - narzędzie do rozpowszechniania plików Name: BitTorrent -Version: 3.4.2 -Release: 6 +Version: 4.0.0 +Release: 0.1 License: MIT Group: Applications/Communications -#Source0Download: http://bitconjurer.org/BitTorrent/download.html -Source0: http://dl.sourceforge.net/bittorrent/%{name}-%{version}.zip -# Source0-md5: 6ad4e128ddc82f8ebef6fbef59872f0d +Source0: http://www.bittorrent.com/dl/%{name}-%{version}.tar.gz +# Source0-md5: 67f449df351b66f408b72b6bd196952f Patch0: %{name}-man_pages.patch -Patch1: %{name}-python24.patch -URL: http://bitconjurer.org/BitTorrent/ +URL: http://www.bittorrent.com/ BuildRequires: python-devel BuildRequires: rpm-pythonprov BuildRequires: sed >= 4.0 @@ -45,6 +43,7 @@ Group: X11/Applications Requires: %{name} = %{version}-%{release} Requires: python-wxPython +Obsoletes: BitTornado-gui %description gui wxWindows based GUI for BitTorrent. @@ -55,7 +54,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";" @@ -73,13 +71,11 @@ %files %defattr(644,root,root,755) -%doc INSTALL.unix.txt LICENSE.txt README.txt credits.txt -%attr(755,root,root) %{_bindir}/btcompletedir.py +%doc LICENSE.txt README.txt credits.txt %attr(755,root,root) %{_bindir}/btdownloadcurses.py %attr(755,root,root) %{_bindir}/btdownloadheadless.py -%attr(644,root,root) %{_bindir}/btdownloadlibrary.py %attr(755,root,root) %{_bindir}/btlaunchmany*.py -%attr(755,root,root) %{_bindir}/btmakemetafile.py +%attr(755,root,root) %{_bindir}/btmaketorrent.py %attr(755,root,root) %{_bindir}/btr*.py %attr(755,root,root) %{_bindir}/btt*.py %attr(755,root,root) %{_bindir}/btshowmetainfo.py @@ -89,7 +85,7 @@ %files gui %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/btdownloadgui.py -%attr(755,root,root) %{_bindir}/btcompletedirgui.py +%attr(755,root,root) %{_bindir}/btmaketorrentgui.py %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -97,6 +93,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2005/03/08 15:47:06 mwinkler +- updated to 4.0.0, change URL + Revision 1.29 2005/01/10 15:51:31 havner - wrrr ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/BitTorrent.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
