summaryrefslogtreecommitdiff
path: root/redhat/transmission-remote-gtk.spec
diff options
context:
space:
mode:
authorGravatar Patrick Griffis <tingping@tingping.se>2015-12-26 18:53:26 -0500
committerGravatar Patrick Griffis <tingping@tingping.se>2016-01-19 19:35:10 -0500
commitfef2c43710ada2297f9cf38f06faa0a70e56abc4 (patch)
treef088282b4282f1b7f18b38963486a1d99e47aa40 /redhat/transmission-remote-gtk.spec
parent333df7dbfde91f22d356354578b72f7302973e3b (diff)
Remove package files
That is a distros job to maintain
Diffstat (limited to 'redhat/transmission-remote-gtk.spec')
-rw-r--r--redhat/transmission-remote-gtk.spec89
1 files changed, 0 insertions, 89 deletions
diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec
deleted file mode 100644
index 6a379cd..0000000
--- a/redhat/transmission-remote-gtk.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-Name: transmission-remote-gtk
-Version: 1.1.1
-Release: 1%{?dist}
-Summary: Remotely manage the Transmission BitTorrent client
-
-License: GPLv2+
-URL: http://code.google.com/p/%{name}
-Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
-
-BuildRequires: gettext
-BuildRequires: json-glib-devel
-BuildRequires: intltool
-BuildRequires: gtk2-devel
-BuildRequires: libproxy-devel
-BuildRequires: glib2-devel
-BuildRequires: unique-devel
-BuildRequires: libcurl-devel
-BuildRequires: libnotify-devel
-BuildRequires: GeoIP-devel
-
-Requires(post): info
-Requires(preun): info
-
-%description
-transmission-remote-gtk is a GTK client for remote management of
-the Transmission BitTorrent client using its HTTP RPC protocol.
-
-%prep
-%setup -q
-for i in README COPYING AUTHORS ChangeLog; do
- sed -i "s|\r||g" "$i";
-done
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%find_lang %{name}
-
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%preun
-if [ $1 = 0 ] ; then
- /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
-fi
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
-%{_bindir}/%{name}
-%{_datadir}/applications/*.desktop
-%{_datadir}/icons/*
-
-
-%doc README COPYING AUTHORS ChangeLog
-%_mandir/man1/transmission-remote-gtk.1.gz
-
-
-%changelog
-* Fri Jun 29 2012 Alan Fitton <alan@eth0.org.uk> 1.0.2-1
-- New release
-
-* Fri Jan 15 2012 Alan Fitton <alan@eth0.org.uk> 1.0-1
-- New release.
-
-* Fri Dec 09 2011 Alan Fitton <alan@eth0.org.uk> 0.8-1
-- New release.
-
-* Thu Nov 20 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-3
-- Minor changes according to review
-
-* Thu Oct 27 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-2
-- Added icon cache
-
-* Tue Oct 18 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-1
-- Initial version of the package