[xfce4-time-out-plugin] Update to 1.0.0 Drop all patches (obsolete) Rebuild for xfce4-panel 4.7

Kevin Fenzi kevin at fedoraproject.org
Wed Jan 12 23:17:40 UTC 2011


commit b0c494c0dba50adda716dcf2f30bd55c4577cfe9
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Wed Jan 12 16:17:17 2011 -0700

    Update to 1.0.0
    Drop all patches (obsolete)
    Rebuild for xfce4-panel 4.7

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...-0.1.1-hide-time-label-if-settings-say-so.patch |   24 -
 ...time-out-plugin-0.1.1-update-translations.patch | 7545 --------------------
 xfce4-time-out-plugin.spec                         |   30 +-
 5 files changed, 16 insertions(+), 7586 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c229a5a..62b0be2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xfce4-time-out-plugin-0.1.1.tar.bz2
+/xfce4-time-out-plugin-1.0.0.tar.bz2
diff --git a/sources b/sources
index 7dc4e15..f4d28b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2f5b157cf47c754d8dd007c73a4d1e6  xfce4-time-out-plugin-0.1.1.tar.bz2
+ef50a3fd45c169943acc8af93604d9fd  xfce4-time-out-plugin-1.0.0.tar.bz2
diff --git a/xfce4-time-out-plugin.spec b/xfce4-time-out-plugin.spec
index ed7a923..a60eca1 100644
--- a/xfce4-time-out-plugin.spec
+++ b/xfce4-time-out-plugin.spec
@@ -1,27 +1,20 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=398111
 
-%global minor_version 0.1
+%global minor_version 1.0
 
 Name:           xfce4-time-out-plugin
-Version:        0.1.1
-Release:        5%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Xfce panel plugin for taking breaks from the computer
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-# http://bugzilla.xfce.org/show_bug.cgi?id=3224
-# http://git.xfce.org/panel-plugins/xfce4-time-out-plugin/commit/?id=9ba7d355c1aef7e199bcb97f1d13c0c71c636497
-Patch0:         xfce4-time-out-plugin-0.1.1-hide-time-label-if-settings-say-so.patch
-# contains all translations from 
-# http://translations.xfce.org/projects/p/xfce4-time-out-plugin/c/master/ 
-# as of 2010-12-19
-Patch1:         xfce4-time-out-plugin-0.1.1-update-translations.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xfce4-panel-devel >= 4.3.90.2
-BuildRequires:  libxfcegui4-devel >= 4.3.90.2
+BuildRequires:  xfce4-panel-devel >= 4.3.99.2
+BuildRequires:  libxfcegui4-devel >= 4.3.99.2
 BuildRequires:  libxml2-devel
 BuildRequires:  libICE-devel
 BuildRequires:  gettext, intltool
@@ -35,8 +28,6 @@ postpone breaks for a certain time.
 
 %prep
 %setup -q
-%patch0 -p1 -b .hide-time-label
-%patch1 -p1 -b .update-translations
 
 
 %build
@@ -46,7 +37,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 %find_lang %{name}
 
 
@@ -71,13 +62,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS
 %{_libexecdir}/xfce4/panel-plugins/%{name}
 %{_datadir}/xfce4/panel-plugins/*.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 
 %changelog
+* Mon Dec 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+- Drop all patches (obsolete)
+
+* Sun Dec 19 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-6
+- Rebuild for xfce4-panel 4.7
+
 * Sun Dec 19 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-5
 - Hide the time label on startup if settings say so (bugzilla.xfce.org #3224)
 - Update translations from Xfce Transifex


More information about the scm-commits mailing list