SPECS: maemo-providers-data.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sat Jun 2 00:20:16 CEST 2007
Author: aredridel Date: Fri Jun 1 22:20:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
maemo-providers-data.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/maemo-providers-data.spec
diff -u /dev/null SPECS/maemo-providers-data.spec:1.1
--- /dev/null Sat Jun 2 00:20:16 2007
+++ SPECS/maemo-providers-data.spec Sat Jun 2 00:20:10 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+%define snap 20070601
+Summary: Maemo Data provider definitions
+Name: maemo-providers-data
+Version: 0.0.%{snap}
+Release: 1
+License: BSD
+Group: Development/Libraries
+Source0: %{name}-%{snap}.tar.bz2
+# Source0-md5: c1ab996d299cd2cc10678ee797fb1097
+URL: http://modest.garage.maemo.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool
+BuildRequires: libtool
+#BuildRequires: python-devel
+#BuildRequires: xulrunner-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%package devel
+Summary: pkgconfig file for Maemo data provider definitions
+Group: Development/Libraries
+
+%description devel
+pkgconfig file for Maemo data provider definitions
+
+%description
+Data provider definitions for the Maemo platform
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%dir %{_datadir}/modest/provider-data
+%{_datadir}/modest/provider-data/provider-data.keyfile
+
+%files devel
+%{_pkgconfigdir}/maemo-providers-data.pc
+
+%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/06/01 22:20:10 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list