SPECS: openmoko-contacts.spec (NEW) - added - note -- conflicts wi...
aredridel
aredridel at pld-linux.org
Thu Jul 5 22:53:11 CEST 2007
Author: aredridel Date: Thu Jul 5 20:53:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
- note -- conflicts with GPE contacts
---- Files affected:
SPECS:
openmoko-contacts.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/openmoko-contacts.spec
diff -u /dev/null SPECS/openmoko-contacts.spec:1.1
--- /dev/null Thu Jul 5 22:53:11 2007
+++ SPECS/openmoko-contacts.spec Thu Jul 5 22:53:05 2007
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+Summary: OpenMoko contacts applet
+Name: openmoko-contacts
+Version: 0.0.0.2360
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: %{name}-%{version}.tar.gz
+# Source0-md5: ef9ab9b63ef199e0dfda46166e77ae7e
+URL: http://openmoko.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2:2.10.7
+BuildRequires: intltool
+BuildRequires: libmatchbox-devel >= 1.8
+BuildRequires: openmoko-libs-devel
+Requires: openmoko-icons
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define openmokoname %(echo %{name} | sed -e 's/openmoko-//')
+
+%description
+OpenMoko contacts applet
+
+%prep
+%setup -q
+
+%build
+cp /usr/share/automake/mkinstalldirs .
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+#%find_lang Calculator
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install contacts.schemas
+
+%preun
+%gconf_schema_uninstall contacts.schemas
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/gconf/schemas/contacts.schemas
+%attr(755,root,root) %{_bindir}/contacts
+%{_desktopdir}/contacts.desktop
+%{_pixmapsdir}/openmoko-contacts.png
+
+%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/07/05 20:53:05 aredridel
+- added
+- note -- conflicts with GPE contacts
+
================================================================
More information about the pld-cvs-commit
mailing list