]> git.pld-linux.org Git - packages/BitTornado.git/commitdiff
- sanitized auto/th/BitTornado-0_3_18-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Jun 2007 16:52:06 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitTornado.spec -> 1.22

BitTornado.spec

index 8d8c1f5138416b2706461f020071d3d003cd7f51..8e4c92c9aa1979232585d88c639e50a7d7a7f2b6 100644 (file)
@@ -57,12 +57,12 @@ find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1/
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 python ./setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" | xargs rm
 
-cp docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install docs/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -81,11 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/btsethttpseeds.py
 %attr(755,root,root) %{_bindir}/btcopyannounce.py
 %{py_sitescriptdir}/%{name}
-%{_mandir}/man1/*.bittornado.1.gz
-%{_mandir}/man1/btcopyannounce.1.gz
-%{_mandir}/man1/btmaketorrentgui.1.gz
-%{_mandir}/man1/btsethttpseeds.1.gz
-
+%{_mandir}/man1/*.bittornado.1*
+%{_mandir}/man1/btcopyannounce.1*
+%{_mandir}/man1/btsethttpseeds.1*
 
 %files gui
 %defattr(644,root,root,755)
@@ -93,3 +91,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/btcompletedirgui.py
 %attr(755,root,root) %{_bindir}/btmaketorrentgui.py
 %attr(755,root,root) %{_bindir}/bt-t-make.py
+%{_mandir}/man1/btmaketorrentgui.1*
This page took 0.076909 seconds and 4 git commands to generate.