rpms/xfce4-mailwatch-plugin/devel xfce4-mailwatch-plugin.spec, 1.3, 1.4

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 12:20:45 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-mailwatch-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv582

Modified Files:
	xfce4-mailwatch-plugin.spec 
Log Message:
Update for XFCE 4.4


Index: xfce4-mailwatch-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-mailwatch-plugin.spec	8 Sep 2006 18:53:57 -0000	1.3
+++ xfce4-mailwatch-plugin.spec	5 Oct 2006 12:20:44 -0000	1.4
@@ -1,13 +1,13 @@
 Name:		xfce4-mailwatch-plugin
 Version:	1.0.1
-Release:	2%{?dist}
+Release:	4%{?dist}
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPL
 URL:		http://spuriousinterrupt.org/projects/mailwatch
 Source0:	http://spuriousinterrupt.org/files/mailwatch/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
 BuildRequires:	gettext
@@ -16,7 +16,7 @@
 %if "%fedora" > "4"
 BuildRequires:	gnutls-devel >= 1.2.0, libXt-devel
 %endif
-Requires:	xfce4-panel >= 4.2
+Requires:	xfce4-panel >= 4.3.99.1
 
 %description
 Mailwatch is a plugin for the Xfce 4 panel. It is intended to replace the 
@@ -33,19 +33,18 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %find_lang %{name}
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
 %clean
@@ -54,15 +53,20 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
-%{_libdir}/xfce4/panel-plugins/*.so
-%{_datadir}/icons/hicolor/48x48/apps/xfce-newmail.png
-%{_datadir}/icons/hicolor/48x48/apps/xfce-nomail.png
-%{_datadir}/icons/hicolor/scalable/apps/xfce-newmail.svg
-%{_datadir}/icons/hicolor/scalable/apps/xfce-nomail.svg
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/icons/hicolor/48x48/apps/xfce-*mail.png
+%{_datadir}/icons/hicolor/scalable/apps/xfce-*mail.svg
 %{_datadir}/xfce4/doc/C/xfce4-mailwatch-plugin.html
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-4
+- Bump release for devel checkin.
+
+* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-3
+- Recompile against XFCE 4.3.90.2.
+
 * Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-2
 - Mass rebuild for Fedora Core 6.
 




More information about the fedora-extras-commits mailing list