rpms/xfce4-time-out-plugin/devel xfce4-time-out-plugin.spec, 1.2, 1.3

Christoph Wickert cwickert at fedoraproject.org
Mon Jan 19 00:17:33 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-time-out-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15345

Modified Files:
	xfce4-time-out-plugin.spec 
Log Message:
* Sun Jan 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-2
- Rebuild for Xfce 4.6 (Beta 3)



Index: xfce4-time-out-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-time-out-plugin/devel/xfce4-time-out-plugin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-time-out-plugin.spec	7 Mar 2008 01:42:55 -0000	1.2
+++ xfce4-time-out-plugin.spec	19 Jan 2009 00:17:03 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:		xfce4-time-out-plugin
 Version:	0.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Xfce panel plugin for taking breaks from the computer
 
 Group:		User Interface/Desktops
@@ -20,12 +20,15 @@
 X minutes. During breaks it locks your screen. It optionally allows you to 
 postpone breaks for a certain time.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure 
-make
+make %{?_smp_mflags}
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -34,15 +37,22 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
@@ -51,6 +61,10 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
+
 %changelog
-* Sun Nov 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-1
+* Sun Jan 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-2
+- Rebuild for Xfce 4.6 (Beta 3)
+
+* Sun Nov 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-1
 - Initial Fedora package




More information about the fedora-extras-commits mailing list