Fri, 11 Mar 2011 21:36:51 +0100
Adjust specification build configurations to port packages to MeeGo.
1 Name: libsocialweb-keys
2 Summary: API keys for libsocialweb
3 Vendor: Europalab Software
4 Packager: Michael Schloh von Bennewitz
5 Distribution: MeeGo Thirdparty
6 Group: System Environment/Desktop
7 Version: 1
8 License: LGPL 2.1
9 URL: http://www.moblin.org
10 Release: 1.4
11 Source0: lastfm
12 Source1: twitter
13 Source2: vimeo
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16 %description
17 API key collection for libsocialweb.
19 %prep
20 %setup -T -c -q -n %{name}-%{version}
22 %build
24 %install
25 rm -rf %{buildroot}
27 %define keydir %{_datadir}/libsocialweb/keys
28 %{__mkdir_p} %{buildroot}/%{keydir}
29 cp %{SOURCE0} %{buildroot}/%{keydir}
30 cp %{SOURCE1} %{buildroot}/%{keydir}
31 cp %{SOURCE2} %{buildroot}/%{keydir}
33 %clean
34 rm -rf %{buildroot}
36 %files
37 %defattr(-,root,root,-)
38 %{keydir}/*
39 %changelog
40 * Wed Dec 02 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1-1.4
41 - Integrated Vimeo API key.
42 * Thu Feb 4 2010 Ross Burton <ross@linux.intel.com> - 1
43 - Initial keys package, with lastfm and twitter keys.