rpms/contacts/devel contacts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Thu Apr 27 03:01:38 UTC 2006


Author: jkeating

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

Modified Files:
	.cvsignore sources 
Added Files:
	contacts.spec 
Log Message:
auto-import contacts-0.1-1 on branch devel from contacts-0.1-1.src.rpm


--- NEW FILE contacts.spec ---
Name:		contacts        
Version:        0.1
Release:        1
Summary:        Contacts addressbook

Group:         	Applications/Productivity
License:       	GPL 
URL:            http://projects.o-hand.com/contacts
Source0:        http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libglade2-devel >= 2.0.0
BuildRequires:  evolution-data-server-devel >= 1.2.0
BuildRequires: 	desktop-file-utils

%description
Contacts is a small, lightweight addressbook that uses libebook. 
This is the same library that GNOME Evolution uses, so all contact data that 
exists in your Evolution database is accessible via Contacts. Contacts features 
advanced vCard field type handling and is designed for use on hand-held 
devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor fedora --delete-original	\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications   	\
  --add-category X-Fedora			        \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog
%{_datadir}/pixmaps/oh-contacts.png
%{_datadir}/contacts/contacts.glade
%{_datadir}/applications/fedora-%{name}.desktop
%{_bindir}/contacts


%changelog
* Thu Apr 13 2006 David Nielsen <david at lovesunix.net> - 0.1-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/contacts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2006 03:00:50 -0000	1.1
+++ .cvsignore	27 Apr 2006 03:01:38 -0000	1.2
@@ -0,0 +1 @@
+contacts-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/contacts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2006 03:00:50 -0000	1.1
+++ sources	27 Apr 2006 03:01:38 -0000	1.2
@@ -0,0 +1 @@
+dc5a650445f0904392039006d929f192  contacts-0.1.tar.gz




More information about the fedora-extras-commits mailing list