rpms/xfce4-screenshooter/devel xfce4-screenshooter-1.7.9-dsofix.patch, 1.2, 1.3 xfce4-screenshooter.spec, 1.9, 1.10

Christoph Wickert cwickert at fedoraproject.org
Tue May 18 19:11:16 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10600

Modified Files:
	xfce4-screenshooter-1.7.9-dsofix.patch 
	xfce4-screenshooter.spec 
Log Message:
fix dsolink patch

xfce4-screenshooter-1.7.9-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: xfce4-screenshooter-1.7.9-dsofix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/xfce4-screenshooter-1.7.9-dsofix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xfce4-screenshooter-1.7.9-dsofix.patch	18 Feb 2010 00:02:44 -0000	1.2
+++ xfce4-screenshooter-1.7.9-dsofix.patch	18 May 2010 19:11:16 -0000	1.3
@@ -5,7 +5,7 @@
  INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
  LD = @LD@
 -LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -lm -lX11
++LDFLAGS = @LDFLAGS@ -lm -lX11 -lXext
  LIBOBJS = @LIBOBJS@
  LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@


Index: xfce4-screenshooter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/xfce4-screenshooter.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- xfce4-screenshooter.spec	16 Feb 2010 23:15:08 -0000	1.9
+++ xfce4-screenshooter.spec	18 May 2010 19:11:16 -0000	1.10
@@ -40,7 +40,7 @@ panel.
 %prep
 %setup -q
 %patch0 -p1 -b .dsofix
-# KDE and GNOME have their own screenshot utilis
+# KDE and GNOME have their own screenshot utils
 echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
 
 %build
@@ -86,7 +86,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg
 %{_datadir}/xfce4/doc/*/images/%{name}-*.png
 %{_datadir}/xfce4/doc/*/%{name}.html
-%{_mandir}/man1/*.1.gz
+%{_mandir}/man1/*.1.*
 
 
 %files plugin
@@ -96,7 +96,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
-* Tue Feb 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-2
+* Tue May 18 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-2
 - Add patch to fix DSO linking (#564819)
 
 * Sun Feb 07 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-1



More information about the scm-commits mailing list