|
|
@ -1,13 +1,13 @@
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 1.80
|
|
|
|
Version: 1.80
|
|
|
|
Release: 0.6.b5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
Group: Applications/Internet
|
|
|
|
# See COPYING. This licensing situation is... special.
|
|
|
|
# See COPYING. This licensing situation is... special.
|
|
|
|
License: MIT and GPLv2
|
|
|
|
License: MIT and GPLv2
|
|
|
|
URL: http://www.transmissionbt.com/
|
|
|
|
URL: http://www.transmissionbt.com/
|
|
|
|
Source0: http://download.m0k.org/transmission/files/transmission-%{version}b5.tar.xz
|
|
|
|
Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.xz
|
|
|
|
# This is intended to be merged by upstream post 1.80 release
|
|
|
|
# This is intended to be merged by upstream post 1.80 release
|
|
|
|
Source1: qtr.desktop
|
|
|
|
Source1: qtr.desktop
|
|
|
|
# init script. Upstream doesn't want it because it is distro specific
|
|
|
|
# init script. Upstream doesn't want it because it is distro specific
|
|
|
@ -82,12 +82,12 @@ Qt graphical interface of Transmission BitTorrent client.
|
|
|
|
%pre daemon
|
|
|
|
%pre daemon
|
|
|
|
getent group transmission >/dev/null || groupadd -r transmission
|
|
|
|
getent group transmission >/dev/null || groupadd -r transmission
|
|
|
|
getent passwd transmission >/dev/null || \
|
|
|
|
getent passwd transmission >/dev/null || \
|
|
|
|
useradd -r -g transmission -d HOMEDIR -s /sbin/nologin \
|
|
|
|
useradd -r -g transmission -d /var/lib/transmission -s /sbin/nologin \
|
|
|
|
-c "transmission daemon account" transmission
|
|
|
|
-c "transmission daemon account" transmission
|
|
|
|
exit 0
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n transmission-1.80b5
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -178,6 +178,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 21 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.80-1
|
|
|
|
|
|
|
|
- Many major new features including magnet link support, trackerless torrents
|
|
|
|
|
|
|
|
- http://trac.transmissionbt.com/wiki/Changes#version-1.80
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 20 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.80-0.6.b5
|
|
|
|
* Wed Jan 20 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.80-0.6.b5
|
|
|
|
- Add a initscript for transmission daemon. Fixes rhbz#556228
|
|
|
|
- Add a initscript for transmission daemon. Fixes rhbz#556228
|
|
|
|
- Description changes, add group for sub-packages and fix make
|
|
|
|
- Description changes, add group for sub-packages and fix make
|
|
|
|