rpms/checkgmail/devel checkgmail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: sundaram

Update of /cvs/pkgs/rpms/checkgmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5997/devel

Modified Files:
	.cvsignore sources 
Added Files:
	checkgmail.spec 
Log Message:
Initial 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/checkgmail/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Feb 2008 19:55:21 -0000	1.1
+++ .cvsignore	9 Feb 2008 20:09:42 -0000	1.2
@@ -0,0 +1 @@
+checkgmail-1.13.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/checkgmail/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Feb 2008 19:55:21 -0000	1.1
+++ sources	9 Feb 2008 20:09:42 -0000	1.2
@@ -0,0 +1 @@
+8f6742ba9c09f7b7b23a5be2e14708c7  checkgmail-1.13.tar.bz2




More information about the fedora-extras-commits mailing list