rpms/gnubiff/FC-6 gnubiff.spec,1.8,1.9 sources,1.6,1.7

Damien Durand (splinux) fedora-extras-commits at redhat.com
Sat Dec 16 18:06:00 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/gnubiff/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7248

Added Files:
	gnubiff.spec sources 
Log Message:



Index: gnubiff.spec
===================================================================
RCS file: gnubiff.spec
diff -N gnubiff.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnubiff.spec	16 Dec 2006 18:05:30 -0000	1.9
@@ -0,0 +1,101 @@
+Name:	gnubiff
+Version:	2.2.4        
+Release:	1%{?dist}
+Summary:	A mail notification program
+
+Group:	Applications/Internet
+License:	GPL
+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
+
+%description
+Gnubiff is a mail notification program that periodically checks 
+for mail and displays headers when new mail has arrived
+
+%prep
+%setup -q
+
+
+%build
+%configure 
+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 fedora                            \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --add-category X-Fedora                                 \
+        %{SOURCE1}
+
+%find_lang %{name}
+
+%post 
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+
+%preun 
+if [ $1 = 0 ]; then
+    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+fi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS README THANKS TODO
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_infodir}/*.info.gz
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/*.png
+%{_datadir}/gnome-2.0/ui
+%{_libdir}/bonobo/servers
+%{_mandir}/man1/*
+
+%changelog
+* Sat Dec 16 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.4-1
+- Upgrade to 2.2.4
+
+* Sun Nov 04 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.3-1
+- Upgrade to 2.2.3
+
+* Sun Oct 15 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.2-4
+- Add perl-XML-Parser in BR
+
+* Thu Oct 13 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.2-3
+- Bump Release
+
+* Mon Aug 28 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.2-2
+- Bump Release
+
+* Wed Aug 09 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.2-1
+- Upgrade to 2.2.2
+
+* Wed Apr 24 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.1-2
+- Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix
+- Remove ABOUT-NLS & Changelog in %file section
+- Fix %{_datadir}/info to {_infodir}
+
+* Tue Apr 23 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.1-1
+- Upgrade to 2.2.1
+- Add --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix in %configure section
+- Add gnome-panel-devel, openssl-devel in BuildRequires
+
+* Sun Apr 21 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.0-2
+- Add gettext-devel, remove gtk-devel in BuildRequires
+- Add %{_datadir}/info/*.info.gz in files section
+- Add %post and %preun sections
+
+* Wed Apr 19 2006 Damien Durand <splinux at fedoraproject.org> - 2.2.0-1
+- Initial package


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	16 Dec 2006 18:05:30 -0000	1.7
@@ -0,0 +1 @@
+a6179aaf1344b29ad4618f87ba4f654f  gnubiff-2.2.4.tar.gz




More information about the fedora-extras-commits mailing list