michael@0: Name: libsocialweb-keys michael@0: Summary: API keys for libsocialweb michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Desktop michael@0: Version: 1 michael@0: License: LGPL 2.1 michael@0: URL: http://www.moblin.org michael@1: Release: 1.4 michael@0: Source0: lastfm michael@0: Source1: twitter michael@1: Source2: vimeo michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@0: michael@0: %description michael@1: API key collection for libsocialweb. michael@0: michael@0: %prep michael@0: %setup -T -c -q -n %{name}-%{version} michael@0: michael@0: %build michael@0: michael@0: %install michael@0: rm -rf %{buildroot} michael@0: michael@0: %define keydir %{_datadir}/libsocialweb/keys michael@0: %{__mkdir_p} %{buildroot}/%{keydir} michael@0: cp %{SOURCE0} %{buildroot}/%{keydir} michael@0: cp %{SOURCE1} %{buildroot}/%{keydir} michael@1: cp %{SOURCE2} %{buildroot}/%{keydir} michael@0: michael@0: %clean michael@0: rm -rf %{buildroot} michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %{keydir}/* michael@0: %changelog michael@1: * Wed Dec 02 2010 Michael Schloh von Bennewitz - 1-1.4 michael@1: - Integrated Vimeo API key. michael@0: * Thu Feb 4 2010 Ross Burton - 1 michael@0: - Initial keys package, with lastfm and twitter keys.