summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-09 15:27:58 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-09 15:27:58 +0000
commit908f53a1c0e6e7eb235f1cf9f7a9220fedd9fa43 (patch)
treeaea932e9429428df873cf6b16d4cec2db4083a13 /redhat
parent34b25b5e63666ef5de06ce8e4313e98c24b59fb7 (diff)
a few minor spec file and win32 installer tweaks. install new changelog+authors in spec, change newlines. on windows, install changelog and authors.
Diffstat (limited to 'redhat')
-rw-r--r--redhat/transmission-remote-gtk.spec11
1 files changed, 7 insertions, 4 deletions
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