rpms/unrar/F-12 unrar.spec,1.9,1.10

Conrad Meyer konradm at rpmfusion.org
Mon Dec 7 04:13:38 CET 2009


Author: konradm

Update of /cvs/nonfree/rpms/unrar/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7300

Modified Files:
	unrar.spec 
Log Message:
* Sun Dec 6 2009 Conrad Meyer <konrad at tylerc.org> - 3.8.5-5
- Fix post to use alternatives to manage unrar manpage as well.



Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-12/unrar.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- unrar.spec	30 Nov 2009 21:03:34 -0000	1.9
+++ unrar.spec	7 Dec 2009 03:13:38 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           unrar
 Version:        3.8.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Utility for extracting, testing and viewing RAR archives
 License:        Freeware with further limitations
 Group:          Applications/Archiving
@@ -68,7 +68,9 @@
 
 %post
 %{_sbindir}/alternatives \
-    --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 || :
+    --install %{_bindir}/unrar unrar %{_bindir}/unrar-nonfree 50 \
+    --slave %{_mandir}/man1/unrar.1.gz unrar.1.gz \
+    %{_mandir}/man1/unrar-nonfree.1.gz || :
 
 %preun
 if [ "$1" -eq 0 ]; then
@@ -101,6 +103,9 @@
 
 
 %changelog
+* Sun Dec 6 2009 Conrad Meyer <konrad at tylerc.org> - 3.8.5-5
+- Fix post to use alternatives to manage unrar manpage as well.
+
 * Mon Nov 30 2009 Conrad Meyer <konrad at tylerc.org> - 3.8.5-4
 - Fix preun to refer to the correct alternatives files.
 



More information about the rpmfusion-commits mailing list