From 908f53a1c0e6e7eb235f1cf9f7a9220fedd9fa43 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 9 Dec 2011 15:27:58 +0000 Subject: a few minor spec file and win32 installer tweaks. install new changelog+authors in spec, change newlines. on windows, install changelog and authors. --- redhat/transmission-remote-gtk.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'redhat') diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec index 3fb00c9..543a38c 100644 --- a/redhat/transmission-remote-gtk.spec +++ b/redhat/transmission-remote-gtk.spec @@ -27,9 +27,9 @@ the Transmission BitTorrent client, using its HTTP RPC protocol. %prep %setup -q -sed -i "s|\r||g" README -sed -i "s|\r||g" COPYING - +for i in README COPYING AUTHORS ChangeLog; do + sed -i "s|\r||g" "$i"; +done %build %configure @@ -63,7 +63,10 @@ fi %{_bindir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/icons/* -%doc README COPYING AUTHORS + + +%doc README COPYING AUTHORS ChangeLog +%_mandir/man1/transmission-remote-gtk.1.gz %changelog -- cgit v1.2.3