[rtorrent] Remove traces of the man page from spec

Ankur Sinha ankursinha at fedoraproject.org
Thu Oct 25 07:48:28 UTC 2012


commit df5811b349132a18872e8f9552510ab417a7b6bf
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Thu Oct 25 18:48:21 2012 +1100

    Remove traces of the man page from spec

 rtorrent.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rtorrent.spec b/rtorrent.spec
index 73e6f70..d2f7381 100644
--- a/rtorrent.spec
+++ b/rtorrent.spec
@@ -3,7 +3,7 @@ Name:          rtorrent
 License:       GPLv2+ with exceptions
 Group:         Applications/Internet
 Version:       0.9.3
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/rtorrent-%{version}.tar.gz
@@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # manually install the man page to correct location for this release
-install -p -m 0644 -D ./doc/rtorrent.1 $RPM_BUILD_ROOT/%{_mandir}/man1/rtorrent.1
+# install -p -m 0644 -D ./doc/rtorrent.1 $RPM_BUILD_ROOT/%{_mandir}/man1/rtorrent.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/rtorrent
 
 %changelog
+* Thu Oct 25 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.9.3-3
+- Remove traces of man page from spec.
+
 * Thu Oct 25 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.9.3-2
 - Upstream removed man page. Removing from files
 


More information about the scm-commits mailing list