summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 21:27:29 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 21:27:29 +0000
commit7020a3a7db7ce7e192e7b84e0f359b85584fe1a4 (patch)
tree6a92d06be030b14f4ef2a3f60c0b1248f24fb7f6 /redhat
parent18903d74c8260f6780f88f48ea0e4396de427215 (diff)
fix for makefile not installing icons, update spec file for next release
Diffstat (limited to 'redhat')
-rw-r--r--redhat/transmission-remote-gtk.spec10
1 files changed, 9 insertions, 1 deletions
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 <alan@eth0.org.uk> 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 <alan@eth0.org.uk> - 0.5.1
- Use libproxy pkg-config CFLAGS in build, for older versions.
- Fix updates inside the GtkNotebook.