]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- gui is wx based again auto/th/BitTorrent-4_20_9-1
authorwrobell <wrobell@pld-linux.org>
Sat, 2 Sep 2006 16:11:06 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed files

Changed files:
    BitTorrent.spec -> 1.68

BitTorrent.spec

index aed0f2254d11d096ded51545c9ae9c3ff84a455a..4259891e62cdf1b7dc03cccb2bec6146b16fd815 100644 (file)
@@ -43,7 +43,6 @@ Summary:      GUI for BitTorrent
 Summary:       Graficzny interfejs u¿ytkownika dla BitTorrenta
 Group:         X11/Applications
 Requires:      %{name} = %{version}-%{release}
-Requires:      python-pygtk-gtk >= 2.4.0
 Requires:      python-wxPython
 
 %description gui
@@ -106,7 +105,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/launchmany-curses
 %attr(755,root,root) %{_bindir}/maketorrent-console
 %attr(755,root,root) %{_bindir}/torrentinfo-console
-%{py_sitescriptdir}/BitTorrent
+%dir %{py_sitescriptdir}/BitTorrent
+%{py_sitescriptdir}/BitTorrent/*.py[co]
 %{py_sitescriptdir}/Zeroconf.py[co]
 %{py_sitescriptdir}/khashmir
 %{_mandir}/man1/*
@@ -115,6 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/bittorrent
 %attr(755,root,root) %{_bindir}/maketorrent
+%{py_sitescriptdir}/BitTorrent/GUI_wx
 %{_pixmapsdir}/BitTorrent-%{version}
 %{_pixmapsdir}/bittorrent.png
 %{_desktopdir}/%{name}.desktop
This page took 0.057256 seconds and 4 git commands to generate.