rpms/gnubiff/devel gnubiff.desktop, NONE, 1.1 gnubiff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Wed May 24 04:23:47 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/gnubiff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29158/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnubiff.desktop gnubiff.spec 
Log Message:
auto-import gnubiff-2.2.1-2.fc6 on branch devel from gnubiff-2.2.1-2.fc6.src.rpm


--- NEW FILE gnubiff.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Gnubiff
GenericName=A mail notification program
Comment=Check your emails
Exec=gnubiff
Icon=gnubiff.png
Terminal=false
Type=Application
Categories=Application;Network;
Version=2.2.1


--- NEW FILE gnubiff.spec ---
Name:           gnubiff
Version:	2.2.1        
Release:        2%{?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  
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
* 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
- Fixing %{_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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnubiff/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 May 2006 04:22:36 -0000	1.1
+++ .cvsignore	24 May 2006 04:23:47 -0000	1.2
@@ -0,0 +1 @@
+gnubiff-2.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnubiff/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 May 2006 04:22:36 -0000	1.1
+++ sources	24 May 2006 04:23:47 -0000	1.2
@@ -0,0 +1 @@
+8d2ef679f42e7a593dc88b750d0cca4c  gnubiff-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list