Author: wrobell Date: Wed Mar 9 10:09:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed gui file section, so icons are included now - gui package requires pygtk now - license is BitTorrent Open Source License - rel. 1
---- Files affected: SPECS: BitTorrent.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/BitTorrent.spec diff -u SPECS/BitTorrent.spec:1.31 SPECS/BitTorrent.spec:1.32 --- SPECS/BitTorrent.spec:1.31 Tue Mar 8 16:50:59 2005 +++ SPECS/BitTorrent.spec Wed Mar 9 11:09:33 2005 @@ -3,9 +3,8 @@ Summary(pl): BitTorrent - narzędzie do rozpowszechniania plików Name: BitTorrent Version: 4.0.0 -Release: 0.1 -#license fix ? -License: MIT / BitTorrent Open Source License +Release: 1 +License: BitTorrent Open Source License Group: Applications/Communications Source0: http://www.bittorrent.com/dl/%{name}-%{version}.tar.gz # Source0-md5: 67f449df351b66f408b72b6bd196952f @@ -43,14 +42,14 @@ Summary: Graficzny interfejs użytkownika dla BitTorrenta Group: X11/Applications Requires: %{name} = %{version}-%{release} -Requires: python-wxPython +Requires: python-pygtk-gtk >= 2.4.0 Obsoletes: BitTornado-gui %description gui -wxWindows based GUI for BitTorrent. +GUI for BitTorrent. %description gui -l pl -Bazujący na wxWindows graficzny interfejs użytkownika dla BitTorrenta. +Graficzny interfejs użytkownika dla BitTorrenta. %prep %setup -q @@ -87,6 +86,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/btdownloadgui.py %attr(755,root,root) %{_bindir}/btmaketorrentgui.py +%{_pixmapsdir}/BitTorrent-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -94,6 +94,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2005/03/09 10:09:33 wrobell +- fixed gui file section, so icons are included now +- gui package requires pygtk now +- license is BitTorrent Open Source License +- rel. 1 + Revision 1.31 2005/03/08 15:50:59 mwinkler - License: MIT or BitTorrent Open Source License ? ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/BitTorrent.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
