rpms/xfce4-panel/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xfce4-panel.spec, 1.9, 1.10

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jun 25 02:35:56 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-panel/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13669

Modified Files:
	.cvsignore sources xfce4-panel.spec 
Log Message:
final update to 4.2.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-panel/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Nov 2005 16:35:32 -0000	1.4
+++ .cvsignore	25 Jun 2007 02:35:18 -0000	1.5
@@ -1 +1 @@
-xfce4-panel-4.2.3.tar.gz
+xfce4-panel-4.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-panel/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Nov 2005 16:35:32 -0000	1.4
+++ sources	25 Jun 2007 02:35:18 -0000	1.5
@@ -1 +1 @@
-3027c4601f208d290a988befed66a49f  xfce4-panel-4.2.3.tar.gz
+20d795a85d99556313741340dd134303  xfce4-panel-4.2.4.tar.gz


Index: xfce4-panel.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-panel/FC-5/xfce4-panel.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-panel.spec	6 Jun 2006 02:38:05 -0000	1.9
+++ xfce4-panel.spec	25 Jun 2007 02:35:18 -0000	1.10
@@ -1,19 +1,18 @@
 Summary: Next generation panel for Xfce
 Name: xfce4-panel
-Version: 4.2.3
-Release: 4%{?dist}
+Version: 4.2.4
+Release: 1%{?dist}
 License: GPL
 URL: http://www.xfce.org/
-Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz
+Source0: http://www.us.xfce.org/archive/xfce-4.2.4/src/xfce4-panel-4.2.4.tar.gz
 # Change default for Fedora
 Patch0: panel-launchmail.patch
 Patch1: panel-htmlview.patch
 Group: User Interface/Desktops
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
 Requires: libxfce4mcs >= %{version}
 Requires: xfce-mcs-manager >= %{version}
-Requires: libxml2 >= 2.4.0
 BuildRequires: libxfcegui4-devel >= %{version}
 BuildRequires: libxfce4mcs-devel >= %{version}
 BuildRequires: xfce-mcs-manager-devel >= %{version}
@@ -27,7 +26,7 @@
 This package includes the panel for the Xfce desktop environment
 
 %package devel
-Summary: developpment headers for xfce4-panel
+Summary: Development headers for xfce4-panel
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
@@ -55,22 +54,37 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README TODO ChangeLog NEWS NOTES COPYING AUTHORS
-/etc/xdg/xfce4
-%{_datadir}/xfce4/doc
-%{_libdir}/xfce4
+%config(noreplace) %{_sysconfdir}/xdg/xfce4
+%{_datadir}/xfce4/doc/C/*
+%lang(fr) %{_datadir}/xfce4/doc/fr/*
+%lang(he) %{_datadir}/xfce4/doc/he/*
+%{_libdir}/xfce4/panel-plugins/
+%{_libdir}/xfce4/mcs-plugins/*.so
 %{_bindir}/*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/*/*.png
 
 %files devel
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_libdir}/pkgconfig/*
 %{_includedir}/xfce4
 
 %changelog
+* Wed Jun 20 2007 Christoph Wickert <fedora at christoph-wickert.de> - 4.2.4-1
+- Update to 4.2.4
+- Run gtk-update-icon-cache in %%post and %%postun
+
 * Mon Jun  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3-4
 - Add gettext to BuildRequires (fixes #194139)
 




More information about the fedora-extras-commits mailing list