rpms/transmission-remote-cli/devel transmission-remote-cli.spec, NONE, 1.1

satyak satyak at fedoraproject.org
Wed Jun 23 14:21:27 UTC 2010


Author: satyak

Update of /cvs/pkgs/rpms/transmission-remote-cli/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25545

Added Files:
	transmission-remote-cli.spec 
Log Message:
Adding the spec file for version 6.5.



--- NEW FILE transmission-remote-cli.spec ---
Name:       transmission-remote-cli
Version:    0.6.5
Release:    1
Summary:    A console interface 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/blob/master/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

%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 Jun 23 2010 Satya Komaragiri <satyak at fedoraproject.org> 0.6.5-1
- New upstream release

* Sat Apr 24 2010 Rahul Sundaram <sundaram at fedoraproject.org> 0.5.6-1
- New upstream release
- Fix requires

* Wed Apr 07 2010 Satya Komaragiri <satyak at fedoraproject.org> 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 <satyak at fedoraproject.org> 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 <satyak at fedoraproject.org> 0.5.5-2.20100303git
- Update for review

* Wed Mar 03 2010 Satya Komaragiri <satyak at fedoraproject.org> 0.5.5-1.20100303git
- Initial version



More information about the scm-commits mailing list