Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 68c40cd1c8da3248e371211cf5c492cb > files > 2

kcheckgmail-0.5.7.4-1mdv2008.1.src.rpm

%define name         kcheckgmail
%define version      0.5.7.4
%define release      %mkrel 1

Name:               %name
Version:            %version
Release:            %release
Summary:            KDE systray application to check your Gmail
License: GPLv2+
Group: Networking/Mail
URL: http://sourceforge.net/projects/kcheckgmail
BuildRoot:  %{_tmppath}/%{name}-%{version}-buildroot
Source: http://ovh.dl.sourceforge.net/sourceforge/kcheckgmail/%{name}-%{version}.tar.bz2
BuildRequires: kdelibs-devel 
BuildRequires: gcc-c++ 
BuildRequires: gettext
BuildRequires: automake 
BuildRequires: autoconf
BuildRequires: desktop-file-utils

%description
kCheckGmail is a KDE systray application which looks like firefox's
gmailnotifier plugin. It displays a Gmail icon in the systray and checks
your Gmail account frequently. Your are then informed by a number which tells
you how many unread messages are contained in your mailbox.

%prep
%setup -q

%build
make -f Makefile.cvs
%configure2_5x \
    --with-qt-dir=%{qt3dir} \
    --with-qt-includes=%{qt3include} \
    --with-qt-libraries=%{qt3lib}

%make

%install
%makeinstall

desktop-file-install --vendor='' \
	--dir=%buildroot%{_datadir}/applications/kde \
	--add-category='Email' \
	%buildroot%{_datadir}/applications/kde/%{name}.desktop

%find_lang %{name} --with-html

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root,755)
%doc AUTHORS ChangeLog NEWS README
%{_mandir}/man1/*
%{_bindir}/kcheckgmail
%{_datadir}/applications/kde/kcheckgmail.desktop
%{_datadir}/apps/kcheckgmail
%{_iconsdir}/crystalsvg/*/*/*.png

%post
%{update_menus}

%preun
%{clean_menus}


%changelog
* Sat Dec 15 2007 Funda Wang <fundawang@mandriva.org> 0.5.7.4-1mdv2008.1
+ Revision: 120317
- New version 0.5.7.4

* Fri Nov 16 2007 Funda Wang <fundawang@mandriva.org> 0.5.7.3-1mdv2008.1
+ Revision: 109103
- update to new version 0.5.7.3

* Sun Sep 30 2007 Funda Wang <fundawang@mandriva.org> 0.5.7.2-1mdv2008.0
+ Revision: 93963
- New upstream version to fix bug#33848

* Sun Aug 19 2007 Funda Wang <fundawang@mandriva.org> 0.5.7.1-1mdv2008.0
+ Revision: 66634
- New version 0.5.7.1

* Wed Aug 15 2007 Funda Wang <fundawang@mandriva.org> 0.5.7-1mdv2008.0
+ Revision: 63602
- don't require unsermake, use Makefile.cvs instead
- just add Email category to desktop file
- add manpage
- BR unsermake
- New version 0.5.7

* Sun May 20 2007 Olivier Thauvin <nanardon@mandriva.org> 0.5.6-1mdv2008.0
+ Revision: 28811
- 0.5.6


* Fri Sep 01 2006 Nicolas Lécureuil <neoclust@mandriva.org>
+ 2006-09-01 12:46:29 (59303)
- Workaround broken desktop file

* Fri Sep 01 2006 Nicolas Lécureuil <neoclust@mandriva.org>
+ 2006-09-01 12:17:12 (59301)
- Really migrate to xdg menu

* Wed Aug 09 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-08-09 19:48:10 (54957)
- xdg menu

* Wed Aug 09 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 2006-08-09 19:45:24 (54952)
- Import kcheckgmail

* Sat Dec 24 2005 Olivier Thauvin <nanardon@mandriva.org> 0.5.5-1mdk
- From Benoît Guédas <benoit@guedas.com>
  - First Mandriva release
- Mery Christmas