From 7020a3a7db7ce7e192e7b84e0f359b85584fe1a4 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 27 Aug 2011 21:27:29 +0000 Subject: fix for makefile not installing icons, update spec file for next release --- redhat/transmission-remote-gtk.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec index e5ae8f2..eb5a1d4 100644 --- a/redhat/transmission-remote-gtk.spec +++ b/redhat/transmission-remote-gtk.spec @@ -1,5 +1,5 @@ Name: transmission-remote-gtk -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist:%{dist}} Summary: Remote control client for Transmission BitTorrent @@ -41,6 +41,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -67,8 +68,15 @@ update-desktop-database %{_datadir}/applications >/dev/null 2>&1 %{_datadir}/locale/ko/LC_MESSAGES/%{name}.mo %{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo %{_datadir}/locale/ru/LC_MESSAGES/%{name}.mo +%{_datadir}/locale/uk/LC_MESSAGES/%{name}.mo %changelog +* Sat Aug 27 2011 Alan Fitton 0.5.2 +- Profiles support. +- New JSON based configuration backend. +- Populate destination combo in move dialog. +- Ukranian translation from ROR191. + * Fri May 6 2011 Alan Fitton - 0.5.1 - Use libproxy pkg-config CFLAGS in build, for older versions. - Fix updates inside the GtkNotebook. -- cgit v1.2.3