Name: transmission-remote-cli Version: 0.5.5 Release: 4 Summary: A console client for the Transmission BitTorrent client Group: Applications/Internet License: GPLv3+ URL: http://github.com/fagga/transmission-remote-cli # The source was pulled from the upstream git. The following is the direct # link to the required version. Source0: http://github.com/fagga/transmission-remote-cli/raw/1339ee6e63df2d34da167808770c8c45a7b7fc54/transmission-remote-cli.py Source1: http://github.com/fagga/transmission-remote-cli/raw/master/README.md #VCS: git://github.com/fagga/transmission-remote-cli.git BuildArch: noarch Requires: python-simplejson python-GeoIP python-adns Requires: transmission-daemon >= 1.80 Requires: transmission-daemon <= 1.91 %description Simple command line interface using ncurses for the Transmission BitTorrent client. It is an alternative to Transmission cli and can be used to control local and remote instances of the Transmission daemon. %prep #empty prep %build #empty build %install install -Dpm 755 %{SOURCE0} %{buildroot}%{_bindir}/transmission-remote-cli install -Dpm 644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}-%{version}/README.md %files %defattr(-,root,root,-) %doc %{_docdir}/%{name}-%{version}/README.md %{_bindir}/transmission-remote-cli %changelog * Wed Apr 07 2010 Satya Komaragiri 0.5.5-4 - Updated the release scheme - Changed the URL to SOURCE0 to point to the specific version rather than master - Added the VCS tag - Specified version range for transmission-daemon dependency * Wed Mar 10 2010 Satya Komaragiri 0.5.5-0.3.20100310git - Updated the source to the latest upstream version - Changed the release scheme to follow the pre-release snapshot guidelines - Corrected the installation of REAME.md * Wed Mar 03 2010 Satya Komaragiri 0.5.5-2.20100303git - Update for review * Wed Mar 03 2010 Satya Komaragiri 0.5.5-1.20100303git - Initial version