rpms/gnubiff/devel .cvsignore, 1.8, 1.9 gnubiff.desktop, 1.3, 1.4 gnubiff.spec, 1.16, 1.17 sources, 1.8, 1.9

Debarshi Ray rishi at fedoraproject.org
Sun Nov 30 14:17:53 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/gnubiff/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526

Modified Files:
	.cvsignore gnubiff.desktop gnubiff.spec sources 
Log Message:
* Thu Nov 27 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.2.10-1
- Version bump to 2.2.10. Closes Red Hat Bugzilla bug #464012.
- Added 'Requires: sox'.
- Fixed directory ownership issues.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	15 Jul 2007 22:29:44 -0000	1.8
+++ .cvsignore	30 Nov 2008 14:17:23 -0000	1.9
@@ -1 +1 @@
-gnubiff-2.2.7.tar.gz
+gnubiff-2.2.10.tar.gz


Index: gnubiff.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/gnubiff.desktop,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnubiff.desktop	15 Jul 2007 22:29:44 -0000	1.3
+++ gnubiff.desktop	30 Nov 2008 14:17:23 -0000	1.4
@@ -1,10 +1,9 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Gnubiff
 GenericName=A mail notification program
-Comment=Check your emails
+Comment=Receive notifications about new mail
 Exec=gnubiff
-Icon=gnubiff.png
+Icon=gnubiff
 Terminal=false
 Type=Application
-Categories=Application;Network;X-Fedora;
+Categories=Network;X-Fedora;


Index: gnubiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/gnubiff.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gnubiff.spec	24 Jul 2008 15:17:50 -0000	1.16
+++ gnubiff.spec	30 Nov 2008 14:17:23 -0000	1.17
@@ -1,40 +1,47 @@
-Name:           gnubiff
-Version:        2.2.7        
-Release:        5%{?dist}
-Summary:        A mail notification program
-
-Group:          Applications/Internet
-License:        GPLv2+
-URL:            http://gnubiff.sourceforge.net/
-Source0:        http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz
-Source1:        %{name}.desktop
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: gamin-devel, libglade2-devel, desktop-file-utils, gnome-panel-devel, openssl-devel, perl-XML-Parser  
-Requires(post): /sbin/install-info    
-Requires(preun): /sbin/install-info
+Summary:	A mail notification program
+Name:		gnubiff
+Version:	2.2.10
+Release:	1%{?dist}
+License:	GPLv2+
+Group:		Applications/Internet
+URL:		http://gnubiff.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:	%{name}.desktop
+
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires:	sox
+Requires(post):	info
+Requires(preun): info
+
+BuildRequires:	desktop-file-utils
+BuildRequires:	gamin-devel
+BuildRequires:	gettext
+BuildRequires:	gnome-panel-devel
+BuildRequires:	libglade2-devel
+BuildRequires:	openssl-devel
+BuildRequires:	perl-XML-Parser
 
 %description
-Gnubiff is a mail notification program that periodically checks 
-for mail and displays headers when new mail has arrived
+Gnubiff is a mail notification program that checks for mail, displays headers
+when new mail has arrived and allow to read first lines of new messages.
+Supported protocols are POP3, APOP, IMAP4, MH, Qmail and Mail File.
 
 %prep
 %setup -q
 
-
 %build
-%configure 
+%configure --disable-rpath
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir
 
-desktop-file-install --vendor=""                               \
-        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        %{SOURCE1}
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
+
+desktop-file-install --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
 
 %find_lang %{name}
 
@@ -43,34 +50,47 @@
 
 %preun 
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+  /sbin/install-info --delete %{_infodir}/%{name}.info \
+  %{_infodir}/dir >/dev/null 2>&1 || :
 fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README THANKS TODO
+%doc AUTHORS
+%doc COPYING
+%doc LICENSE
+%doc NEWS
+%doc README
+%doc THANKS
+%doc TODO
+%doc %{_infodir}/%{name}.info*
+%doc %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
-%{_datadir}/%{name}
-%{_infodir}/*.info.gz
-%{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*.png
-%{_datadir}/gnome-2.0/ui
-%{_libdir}/bonobo/servers
-%{_mandir}/man1/*
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/gnome-2.0/ui/GNOME_gnubiffApplet.xml
+%{_libdir}/bonobo/servers/GNOME_gnubiffApplet.server
+
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
 
 %changelog
+* Thu Nov 27 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.2.10-1
+- Version bump to 2.2.10. Closes Red Hat Bugzilla bug #464012.
+- Added 'Requires: sox'.
+- Fixed directory ownership issues.
+
 * Thu Jul 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.2.7-5
 - fix license tag
 
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.2.7-4
-- Autorebuild for GCC 4.3
+* Tue Feb 19 2008 Release Engineering <rel-eng at fedoraproject.org> - 2.2.7-4
+- Autorebuild for gcc-4.3.
 
-* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.2.7-3
-- Rebuild for deps
+* Fri Dec 06 2007 Release Engineering <rel-eng at fedoraproject.org> - 2.2.7-3
+- Rebuild for deps.
 
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.2.7-2
 - Rebuild for selinux ppc32 issue.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	15 Jul 2007 22:29:44 -0000	1.8
+++ sources	30 Nov 2008 14:17:23 -0000	1.9
@@ -1 +1 @@
-64594b38d275a2867c53755df4035d67  gnubiff-2.2.7.tar.gz
+e83d3a70556c747eacd95c1c442f7e04  gnubiff-2.2.10.tar.gz




More information about the fedora-extras-commits mailing list