rpms/gnubiff/FC-6 gnubiff.spec,1.11,1.12 sources,1.9,1.10

Damien Durand (splinux) fedora-extras-commits at redhat.com
Sat Mar 3 16:05:20 UTC 2007


Author: splinux

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

Added Files:
	gnubiff.spec sources 
Log Message:
new files



Index: gnubiff.spec
===================================================================
RCS file: gnubiff.spec
diff -N gnubiff.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnubiff.spec	3 Mar 2007 16:04:48 -0000	1.12
@@ -0,0 +1,104 @@
+Name:           gnubiff
+Version:        2.2.5        
+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.5-1
+- Upgrade to 2.2.5
+
+* 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 and 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	3 Mar 2007 16:04:48 -0000	1.10
@@ -0,0 +1 @@
+317e173dcb209582b24f325fba2e1504  gnubiff-2.2.5.tar.gz




More information about the fedora-extras-commits mailing list