rpms/xv/devel xv.spec,1.5,1.6

Paul Howarth pghmcfc at rpmfusion.org
Mon Jul 19 12:03:10 CEST 2010


Author: pghmcfc

Update of /cvs/nonfree/rpms/xv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32759

Modified Files:
	xv.spec 
Log Message:
* Mon Jul 19 2010 Paul Howarth <paul at city-fan.org> 3.10a.jumbopatch.20070520-11
- drop dependency on man, except for EL-4 build where it's required for
  ownership of %{_mandir}/{fi,pl} (later releases include these directories
  in the filesystem package)



Index: xv.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xv/devel/xv.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xv.spec	15 Sep 2009 18:07:12 -0000	1.5
+++ xv.spec	19 Jul 2010 10:03:10 -0000	1.6
@@ -3,7 +3,7 @@
 
 Name: xv
 Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 10%{?dist}
+Release: 11%{?dist}
 Summary: Interactive image display program for X
 Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
 Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de imágenes
@@ -34,12 +34,12 @@
 %global xlibdir %{_libdir}
 %else
 BuildRequires: xorg-x11-devel
+Requires: man
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 %global xlibdir /usr/X11R6/%{_lib}
 %endif
 Requires: hicolor-icon-theme
-Requires: man
 
 %description
 This is the famous 'xv' by John Bradley. It is shareware, but we ship
@@ -118,7 +118,7 @@
 %prep
 %setup -q -n %{name}-%{vprog} -b 1 -a 5 -a 6
 
-# Apply 20070520 jumbo enhancement patch, bundled with %{SOURCE1}
+# Apply 20070520 jumbo enhancement patch, bundled with %%{SOURCE1}
 %{__patch} -p1 < ../%{name}-%{vprog}-jumbo-fix-enh-patch-%{vjumbo}.txt
 %{__rm} ../%{name}-%{vprog}-jumbo-fix-enh-patch-%{vjumbo}.txt
 
@@ -150,7 +150,7 @@
 
 # Reorganize docs
 #
-# Note: Man pages for p?m file formats would conflict with netpbm-progs if installed under %{_mandir}
+# Note: Man pages for p?m file formats would conflict with netpbm-progs if installed under %%{_mandir}
 %{__mv} 00_README README.FLmask
 %{__mv} docs/README README.docs
 %{__mkdir} docs/{formats,manuals}/
@@ -228,7 +228,7 @@
 update-desktop-database &> /dev/null || :
 
 %if "%{?rhel}" != "4"
-# EL-4 doesn't have %posttrans, nor does it have an icon cache to maintain
+# EL-4 doesn't have %%posttrans, nor does it have an icon cache to maintain
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
@@ -269,6 +269,11 @@
 %doc %{_docdir}/%{name}-%{vprog}/manuals/
 
 %changelog
+* Mon Jul 19 2010 Paul Howarth <paul at city-fan.org> 3.10a.jumbopatch.20070520-11
+- drop dependency on man, except for EL-4 build where it's required for
+  ownership of %%{_mandir}/{fi,pl} (later releases include these directories
+  in the filesystem package)
+
 * Tue Sep 15 2009 Gabriel Somlo <somlo at cmu.edu> 3.10a.jumbopatch.20070520-10
 - update desktop file MimeType list (thanks to goeran at uddeborg.se)
 



More information about the rpmfusion-commits mailing list