SPECS: contacts.spec (NEW) - added

aredridel aredridel at pld-linux.org
Thu May 24 05:01:58 CEST 2007


Author: aredridel                    Date: Thu May 24 03:01:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   contacts.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/contacts.spec
diff -u /dev/null SPECS/contacts.spec:1.1
--- /dev/null	Thu May 24 05:01:58 2007
+++ SPECS/contacts.spec	Thu May 24 05:01:50 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+#
+Summary:	tiny GNOME address book applet
+Name:		contacts
+Version:	0.5
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://pimlico-project.org/sources/contacts/%{name}-%{version}.tar.gz
+# Source0-md5:	d2150fe286ee6e0518af37f3107cb867
+URL:		http://pimlico-project.org/contacts.html
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	evolution-data-server-devel
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+#BuildRequires:	libglade2-devel >= 1:2.6.0
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.27
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Contacts is a small, lightweight addressbook that uses libebook, part
+of EDS. This is the same library that GNOME Evolution uses, so all
+contact data that exists in your Evolution addressbook 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
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-schemas-install \
+	--disable-scrollkeeper
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install contacts.schemas
+%scrollkeeper_update_post
+
+%preun
+%gconf_schema_uninstall contacts.schemas
+
+%postun
+%scrollkeeper_update_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/contacts.schemas
+%{_desktopdir}/contacts.desktop
+%{_iconsdir}/hicolor/48x48/apps/contacts.png
+%{_mandir}/man1/contacts.1*
+
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/05/24 03:01:50  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list