|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: transmission
|
|
|
|
Name: transmission
|
|
|
|
Version: 2.33
|
|
|
|
Version: 2.42
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
Group: Applications/Internet
|
|
|
@ -99,8 +99,8 @@ iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
|
|
|
mv NEWS.new NEWS
|
|
|
|
mv NEWS.new NEWS
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \
|
|
|
|
%configure --disable-static --enable-utp --enable-libnotify --enable-daemon \
|
|
|
|
--enable-nls --enable-cli --enable-daemon --with-gnu-ld --with-inotify
|
|
|
|
--enable-nls --enable-cli --enable-daemon --with-gnu-ld
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
pushd qt
|
|
|
|
pushd qt
|
|
|
@ -207,6 +207,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Oct 23 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.42-1
|
|
|
|
|
|
|
|
- upstream release 2.42
|
|
|
|
|
|
|
|
- https://trac.transmissionbt.com/wiki/Changes#version-2.42
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 10 2011 Tomasz Torcz <ttorcz@fedoraproject.org> - 2.33-2
|
|
|
|
* Sat Sep 10 2011 Tomasz Torcz <ttorcz@fedoraproject.org> - 2.33-2
|
|
|
|
- add systemd unit (#659919)
|
|
|
|
- add systemd unit (#659919)
|
|
|
|
- drop sysconfig file
|
|
|
|
- drop sysconfig file
|
|
|
|