rpms/xfce4-screenshooter/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xfce4-screenshooter.spec, 1.4, 1.5

Christoph Wickert cwickert at fedoraproject.org
Sun Jun 14 20:49:20 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10728

Modified Files:
	.cvsignore sources xfce4-screenshooter.spec 
Log Message:
* Sun Jun 14 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.6.0-1
- Update to 1.6.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	25 Feb 2009 14:13:01 -0000	1.4
+++ .cvsignore	14 Jun 2009 20:48:49 -0000	1.5
@@ -1 +1 @@
-xfce4-screenshooter-1.5.1.tar.gz
+xfce4-screenshooter-1.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	25 Feb 2009 14:13:01 -0000	1.4
+++ sources	14 Jun 2009 20:48:49 -0000	1.5
@@ -1 +1 @@
-a0d51abc2957486fe8aa314b61cf3c85  xfce4-screenshooter-1.5.1.tar.gz
+331750879b966eec639eb3fe3045cb16  xfce4-screenshooter-1.6.0.tar.gz


Index: xfce4-screenshooter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/xfce4-screenshooter.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xfce4-screenshooter.spec	25 Feb 2009 14:13:01 -0000	1.4
+++ xfce4-screenshooter.spec	14 Jun 2009 20:48:50 -0000	1.5
@@ -3,7 +3,7 @@
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202
 
 Name:           xfce4-screenshooter
-Version:        1.5.1
+Version:        1.6.0
 Release:        1%{?dist}
 Summary:        Screenshot utility for the Xfce desktop
 
@@ -14,7 +14,8 @@ Source0:        http://goodies.xfce.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfcegui4-devel >= 4.4.0 
-BuildRequires:  perl(XML::Parser) gettext intltool desktop-file-utils
+BuildRequires:  gettext intltool desktop-file-utils
+Requires:       xfce4-doc
 
 %description
 The Xfce Screenshooter utility allows you to capture the entire screen, the 
@@ -49,7 +50,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
-desktop-file-install --vendor ""                                \
+desktop-file-install                                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
@@ -60,19 +61,20 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-        %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-        %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
@@ -80,7 +82,7 @@ fi
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png
 %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg
-%{_datadir}/xfce4/doc/*/images/%{name}-dialog.png
+%{_datadir}/xfce4/doc/*/images/%{name}-*.png
 %{_datadir}/xfce4/doc/*/%{name}.html
 %{_mandir}/man1/*.1.gz
 
@@ -92,8 +94,11 @@ fi
 
 
 %changelog
+* Sun Jun 14 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.6.0-1
+- Update to 1.6.0
+
 * Wed Feb 25 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.5.1-1
-- Update to 1.5.1.
+- Update to 1.5.1
 - Built for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Jan 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.5.0-1




More information about the fedora-extras-commits mailing list