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

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


Author: splinux

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

Modified Files:
	.cvsignore sources 
Added Files:
	gfa.desktop gfa.spec 
Log Message:
auto-import gfa-0.4.1-3 on branch devel from gfa-0.4.1-3.src.rpm


--- 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:        3%{?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
* Sun Mar 18 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.1-3
- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gfa/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2007 00:41:37 -0000	1.1
+++ .cvsignore	19 Mar 2007 12:41:01 -0000	1.2
@@ -0,0 +1 @@
+gfa-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gfa/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2007 00:41:37 -0000	1.1
+++ sources	19 Mar 2007 12:41:01 -0000	1.2
@@ -0,0 +1 @@
+12337963c40946ab5145f04f0a07a2d6  gfa-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list