rpms/gfa/FC-6 gfa.desktop,NONE,1.1 gfa.spec,NONE,1.1

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon Mar 19 12:52:22 UTC 2007


Author: splinux

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

Added Files:
	gfa.desktop gfa.spec 
Log Message:



--- NEW FILE gfa.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=gfa
GenericName=A small and fast address book
Comment=GTK+ fast address
Exec=gfa
Icon=/usr/share/gfa/pixmaps/person.png
Terminal=false
Type=Application
Categories=Application;Office;X-Fedora;
Version=0.4.1


--- NEW FILE gfa.spec ---
Name:           gfa
Version:        0.4.1
Release:        4%{?dist}
Summary:        GTK+ fast address book

Group:          Applications/Productivity
License:        GPL
URL:            http://gfa.sourceforge.net/
Source0:        http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, sqlite-devel, pkgconfig, desktop-file-utils

%description
gfa is a small and fast address book written in C and GTK+2. It uses 
sqlite as backend for the addresses

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make INSTALL="%{__install} -c -p" install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor=""                               \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-desktop-database &> /dev/null ||:

%postun
update-desktop-database &> /dev/null ||:

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop

%changelog
* Mon Mar 19 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.1-4
- Fix source0

* Sun Mar 18 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.1-3
- Fix Desktop-file

* Sat Mar 17 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.1-2
- Fix timestamp 
- Fix file section

* Sat Feb 03 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.1-1
- Initial RPM release




More information about the fedora-extras-commits mailing list