kcheckgmail/kcheckgmail.spec

Name: kcheckgmail
Summary: System tray application with information about your gmail account
Version: 0.5.5
Release: 2.2
License: GPL
Group: Applications/Internet
URL: http://kcheckgmail.sf.net/
Description: KCheckGmail is a system tray application to notify you about how many email messages you have in your Gmail account.

CentOS 7 x86_64

The build could not start because the following file is missing: kcheckgmail-0.5.5.tar.bz2

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: kcheckgmail-0.5.5.tar.bz2

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries

Summary: System tray application with information about your gmail account
Name: kcheckgmail
Version: 0.5.5
Release: 2.2%{?dist}
License: GPL
Group: Applications/Internet
URL: http://kcheckgmail.sf.net/

Source: http://dl.sf.net/kcheckgmail/kcheckgmail-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: kdelibs-devel, gcc-c++, gettext, autoconf, automake, dos2unix

%description
KCheckGmail is a system tray application to notify you about how many email
messages you have in your Gmail account.

%prep
%setup
dos2unix src/kcheckgmail.desktop

%build
%configure LDFLAGS="$LDFLAGS -L/usr/X11R6/%{_lib}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_bindir}/kcheckgmail
%{_datadir}/icons/crystalsvg/*/apps/kcheckgmail.png
%{_datadir}/applications/kde/kcheckgmail.desktop
%{_datadir}/apps/kcheckgmail/
%{_datadir}/doc/HTML/*/kcheckgmail/

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.5.5-2.2
- Rebuild for Fedora Core 5.

* Fri Dec 23 2005 Dries Verachtert <dries@ulyssis.org> - 0.5.5-2
- Fix the desktop file, thanks to Stephen Biggs.

* Tue Nov 22 2005 Dries Verachtert <dries@ulyssis.org> - 0.5.5-1
- Initial package.