[xfce4-screenshooter/el5/master] Initial build for el5

Christoph Wickert cwickert at fedoraproject.org
Thu Aug 12 20:27:15 UTC 2010


commit ce1a3baeff8f1cfa317613b9b10ba100e05b4eac
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Aug 12 22:27:13 2010 +0200

    Initial build for el5

 .gitignore                             |    2 +-
 sources                                |    2 +-
 xfce4-screenshooter-1.7.9-dsofix.patch |   11 -----------
 xfce4-screenshooter.spec               |   27 +++++++++------------------
 4 files changed, 11 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7bb8cf..3fe476b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-xfce4-screenshooter-1.7.9.tar.bz2
+xfce4-screenshooter-1.6.0.tar.gz
diff --git a/sources b/sources
index 0e30dde..b1e2b76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c01d1cf3830bf8d60e09c0cdd223034c  xfce4-screenshooter-1.7.9.tar.bz2
+331750879b966eec639eb3fe3045cb16  xfce4-screenshooter-1.6.0.tar.gz
diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec
index 835a8ca..29ee4be 100644
--- a/xfce4-screenshooter.spec
+++ b/xfce4-screenshooter.spec
@@ -3,19 +3,17 @@
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202
 
 Name:           xfce4-screenshooter
-Version:        1.7.9
+Version:        1.6.0
 Release:        2%{?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
-Patch0:         xfce4-screenshooter-1.7.9-dsofix.patch
+Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libxfcegui4-devel >= 4.4.0 xfce4-panel-devel >= 4.4.0
-BuildRequires:  libsoup-devel >= 2.26.0
+BuildRequires:  libxfcegui4-devel >= 4.4.0 
 BuildRequires:  gettext intltool desktop-file-utils
 Requires:       xfce4-doc
 
@@ -29,6 +27,7 @@ application.
 %package        plugin
 Summary:        Screenshot utility for the Xfce panel
 Group:          User Interface/Desktops
+BuildRequires:  xfce4-panel-devel >= 4.4.0
 Requires:       %{name} = %{version}-%{release}
 Requires:       xfce4-panel >= 4.4.0
 
@@ -39,8 +38,7 @@ panel.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dsofix
-# KDE and GNOME have their own screenshot utils
+# KDE and GNOME have their own screenshot utilis
 echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
 
 %build
@@ -50,7 +48,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 desktop-file-install                                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
@@ -79,14 +77,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
-%{_bindir}/%{name}
+%doc AUTHORS COPYING ChangeLog README
+%{_bindir}/xfce4-screenshooter
 %{_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
-%{_mandir}/man1/*.1.*
+%{_mandir}/man1/*.1.gz
 
 
 %files plugin
@@ -96,13 +94,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
-* 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
-- Update to 1.7.9 (RC for 1.8.0)
-- Include NEWS and TODO
-
 * Thu Jul 30 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list