- Drop the clean section as it is redundant now
epel9
Rahul Sundaram 15 years ago
parent a5122dec4b
commit 0c46c33ee5

@ -1 +1 @@
transmission-1.92.tar.xz
transmission-2.00.tar.xz

@ -0,0 +1,11 @@
--- transmission-2.00/qt/qtr.pro.orig 2010-06-17 14:27:33.180210795 +0530
+++ transmission-2.00/qt/qtr.pro 2010-06-17 14:28:57.149086198 +0530
@@ -7,7 +7,7 @@
target.path = /bin
INSTALLS += target
-CONFIG += qt qdbus thread debug link_pkgconfig
+CONFIG += qt qdbus thread release link_pkgconfig
QT += network
PKGCONFIG = fontconfig libcurl openssl

@ -1 +1 @@
f7a2e527f9feab08b90542264cc35268 transmission-1.92.tar.xz
16e8f5f8ad6b0f1be611479e9cc12603 transmission-2.00.tar.xz

@ -1,5 +1,5 @@
Name: transmission
Version: 1.92
Version: 2.00
Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
@ -27,7 +27,7 @@ BuildRequires: gettext intltool
BuildRequires: GConf2-devel
BuildRequires: qt4-devel
# this modification applies to the Qt qtr.pro file
Patch1: use-system-libevent-fix-optflags-patch
Patch1: fix-optflags.patch
Requires: transmission-cli
Requires: transmission-gtk
%description
@ -121,8 +121,6 @@ make install INSTALL_ROOT=%{buildroot}%{_prefix} -C qt
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
%clean
rm -rf %{buildroot}
%post common
touch --no-create %{_datadir}/icons/hicolor || :
@ -199,6 +197,10 @@ update-desktop-database > /dev/null 2>&1 || :
%{_datadir}/applications/qtr.desktop
%changelog
* Thu Jun 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2.00-1
- https://trac.transmissionbt.com/wiki/Changes?version=57
- Drop the clean section as it is redundant now
* Fri Mar 12 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.92-1
- Some bug fixes
- http://trac.transmissionbt.com/query?groupdesc=1&group=component&milestone=1.92&order=severity

@ -1,20 +0,0 @@
--- transmission-1.77/qt/qtr.pro.orig 2010-01-09 08:31:17.171939362 +0530
+++ transmission-1.77/qt/qtr.pro 2010-01-09 08:34:53.792939532 +0530
@@ -7,7 +7,7 @@
target.path = /bin
INSTALLS += target
-CONFIG += qt thread debug link_pkgconfig
+CONFIG += qt thread release link_pkgconfig
QT += network
PKGCONFIG = fontconfig libcurl openssl
@@ -17,7 +17,7 @@
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
-LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
+LIBS += -levent
TRANSLATIONS += transmission_en.ts transmission_ru.ts
Loading…
Cancel
Save