rpms/xfce4-mailwatch-plugin/devel xfce4-mailwatch-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Fri May 5 18:46:49 UTC 2006


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-mailwatch-plugin.spec 
Log Message:
auto-import xfce4-mailwatch-plugin-1.0.0-2.fc5 on branch devel from xfce4-mailwatch-plugin-1.0.0-2.fc5.src.rpm


--- NEW FILE xfce4-mailwatch-plugin.spec ---
Name:		xfce4-mailwatch-plugin
Version:	1.0.0
Release:	2%{?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)

BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
BuildRequires:	gettext
# only enable TLS support if a recent version of gnutls is available
# install libXt for modular X
%if "%fedora" > "4"
BuildRequires:	gnutls-devel >= 1.2.0, libXt-devel
%endif
Requires:	xfce4-panel >= 4.2

%description
Mailwatch is a plugin for the Xfce 4 panel. It is intended to replace the 
current (4.0, 4.2) mail checker plugin in Xfce 4.4. It supports IMAP and POP, 
local mailboxes in Mbox, Maildir and MH-Maildir format as well as Gmail.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%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 || :
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 || :
fi

%clean
rm -rf $RPM_BUILD_ROOT

%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
%{_datadir}/xfce4/doc/C/xfce4-mailwatch-plugin.html
%{_datadir}/xfce4/doc/C/images/mailwatch-*.png

%changelog
* Mon Apr 10 2006 Christoph Wickert <fedora wickert at arcor de> - 1.0.0-2
- Fix description.
- Fix files section.
- Require xfce4-panel.

* Sat Feb 18 2006 Christoph Wickert <fedora wickert at arcor de> - 1.0.0-1
- Initial Fedora Extras release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 May 2006 18:45:40 -0000	1.1
+++ .cvsignore	5 May 2006 18:46:49 -0000	1.2
@@ -0,0 +1 @@
+xfce4-mailwatch-plugin-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 May 2006 18:45:40 -0000	1.1
+++ sources	5 May 2006 18:46:49 -0000	1.2
@@ -0,0 +1 @@
+e31d32b08f82e24e730831641cdd65f0  xfce4-mailwatch-plugin-1.0.0.tar.bz2




More information about the scm-commits mailing list