Rahul Sundaram 14 years ago
parent 975afb6029
commit ad76790a65

1
.gitignore vendored

@ -6,3 +6,4 @@ transmission-2.04.tar.xz
/icons.tar.bz2 /icons.tar.bz2
/transmission-2.22.tar.xz /transmission-2.22.tar.xz
/transmission-2.30b1.tar.xz /transmission-2.30b1.tar.xz
/transmission-2.30b3.tar.xz

@ -1 +1 @@
63ffeb8990eca051e055ff5f88300b91 transmission-2.30b1.tar.xz ba8db43d10f981eecf1c0790cd17e273 transmission-2.30b3.tar.xz

@ -1,13 +1,13 @@
Name: transmission Name: transmission
Version: 2.30 Version: 2.30
Release: 0.b1%{?dist} Release: 0.b3%{?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}b1.tar.xz Source0: http://download.m0k.org/transmission/files/transmission-%{version}b3.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: transmission-qt.desktop Source1: transmission-qt.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
@ -93,9 +93,14 @@ useradd -r -g transmission -d /var/lib/transmission -s /sbin/nologin \
exit 0 exit 0
%prep %prep
%setup -q -n transmission-%{version}b1 %setup -q -n transmission-%{version}b3
%patch1 -p1 %patch1 -p1
iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new
mv AUTHORS.new AUTHORS
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
mv NEWS.new NEWS
%build %build
%configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \ %configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \
--enable-gconf2 --enable-nls --enable-cli --enable-daemon --with-gnu-ld --with-inotify --enable-gconf2 --enable-nls --enable-cli --enable-daemon --with-gnu-ld --with-inotify
@ -208,6 +213,10 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.* %doc %{_mandir}/man1/transmission-qt.*
%changelog %changelog
* Sun Apr 24 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.30-0.b3
- Upstream 2.30 Beta 3 release
- https://trac.transmissionbt.com/wiki/Changes#version-2.30b3
* Mon Apr 04 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.30-0.b1 * Mon Apr 04 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.30-0.b1
- Upstream 2.30 Beta 1 release - Upstream 2.30 Beta 1 release
- Enable configure options explicitly - Enable configure options explicitly

Loading…
Cancel
Save