[xfce4-screenshooter] Update to 1.8.0 No longer require xfce4-doc but own %{_datadir}/xfce4/doc/ (#721291)

Christoph Wickert cwickert at fedoraproject.org
Wed Aug 3 21:36:05 UTC 2011


commit bf3b47e81993308bfbcaf4241b8ade7871a31090
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Aug 3 23:33:41 2011 +0200

    Update to 1.8.0
    No longer require xfce4-doc but own %{_datadir}/xfce4/doc/ (#721291)

 .gitignore               |    1 +
 sources                  |    2 +-
 xfce4-screenshooter.spec |   22 +++++++++++++++-------
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7bb8cf..1be601d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xfce4-screenshooter-1.7.9.tar.bz2
+/xfce4-screenshooter-1.8.0.tar.bz2
diff --git a/sources b/sources
index 0e30dde..6314237 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c01d1cf3830bf8d60e09c0cdd223034c  xfce4-screenshooter-1.7.9.tar.bz2
+b51ab5725418e7258273c4a6402adb02  xfce4-screenshooter-1.8.0.tar.bz2
diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec
index fd959a3..a890a07 100644
--- a/xfce4-screenshooter.spec
+++ b/xfce4-screenshooter.spec
@@ -2,22 +2,27 @@
 # Successor of the xfce4-screenshooter-plugin, which was reviewed at
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202
 
+%global minorversion 1.8
+
 Name:           xfce4-screenshooter
-Version:        1.7.9
-Release:        4%{?dist}
+Version:        1.8.0
+Release:        1%{?dist}
 Summary:        Screenshot utility for the Xfce desktop
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
-Source0:        http://archive.xfce.org/src/apps/%{name}/1.7/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 Patch0:         xfce4-screenshooter-1.7.9-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libxfcegui4-devel >= 4.4.0 xfce4-panel-devel >= 4.4.0
+BuildRequires:  exo-devel >= 0.5.0
+BuildRequires:  libxfce4ui-devel >= 4.7.0
+BuildRequires:  xfce4-panel-devel >= 4.4.0
 BuildRequires:  libsoup-devel >= 2.26.0
+BuildRequires:  libXext-devel >= 1.0.0
+BuildRequires:  libXfixes-devel >= 4.0.0
 BuildRequires:  gettext intltool desktop-file-utils
-Requires:       xfce4-doc
 
 %description
 The Xfce Screenshooter utility allows you to capture the entire screen, the 
@@ -84,8 +89,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png
 %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg
-%{_datadir}/xfce4/doc/*/images/%{name}-*.png
-%{_datadir}/xfce4/doc/*/%{name}.html
+%{_datadir}/xfce4/doc/
 %{_mandir}/man1/*.1.*
 
 
@@ -96,6 +100,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Aug 01 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.8.0-1
+- Update to 1.8.0
+- No longer require xfce4-doc but own %%{_datadir}/xfce4/doc/ (#721291)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list