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