rpms/checkgmail/F-7 checkgmail.spec,NONE,1.1

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Sat Feb 9 20:21:35 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/checkgmail/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6766

Added Files:
	checkgmail.spec 
Log Message:
Initial spec commit



--- NEW FILE checkgmail.spec ---
Name:		checkgmail           
Version:	1.13
Release:	3%{?dist}
Summary:	System Tray Application that checks a Gmail Account for New Mail
      

Group:		Applications/Internet       
License:	GPLv2+ 
URL:		http://checkgmail.sf.net      
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	perl perl-Gtk2 perl-Gtk2-TrayIcon perl-libwww-perl perl-Crypt-SSLeay
Requires:	perl-XML-Simple perl-Crypt-Simple perl-Crypt-Blowfish perl-FreezeThaw
Requires:	perl-Compress-Zlib perl-Gtk2-Sexy
BuildArch:	noarch

%description
CheckGmail is a system tray application that checks a Gmail account for new
mail. It is fast, secure, and uses minimal bandwidth via the use of Atom feeds.

%prep

%setup -q

iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog
iconv -f ISO-8859-1 -t UTF-8 Readme > Readme.utf8
mv Readme.utf8 Readme


%build


%install
rm -rf $RPM_BUILD_ROOT

install -p -D -m 0755 checkgmail $RPM_BUILD_ROOT%{_bindir}/checkgmail
gzip -d man/checkgmail.1.gz
install -p -D -m 0644 man/checkgmail.1 $RPM_BUILD_ROOT%{_mandir}/man1/checkgmail.1

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog copying Readme todo
%{_bindir}/checkgmail
%doc %{_mandir}/man1/checkgmail.1*



%changelog

* Sat Feb 9 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.13-3
- Fix timestamps

* Sat Feb 9 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.13-2
- Fix issues as per review from Parag Nemade

* Sat Feb 9 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.13-1
- Initial Fedora build




More information about the fedora-extras-commits mailing list