diff -r 4f133201e207 -r 4667f24fe848 libsocialweb-keys/libsocialweb-keys.spec --- a/libsocialweb-keys/libsocialweb-keys.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/libsocialweb-keys/libsocialweb-keys.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,16 +1,20 @@ Name: libsocialweb-keys Summary: API keys for libsocialweb +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Group: System Environment/Desktop Version: 1 License: LGPL 2.1 URL: http://www.moblin.org -Release: 1.3 +Release: 1.4 Source0: lastfm Source1: twitter -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source2: vimeo +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description -Last.fm and Twitter API keys for libsocialweb. +API key collection for libsocialweb. %prep %setup -T -c -q -n %{name}-%{version} @@ -24,6 +28,7 @@ %{__mkdir_p} %{buildroot}/%{keydir} cp %{SOURCE0} %{buildroot}/%{keydir} cp %{SOURCE1} %{buildroot}/%{keydir} +cp %{SOURCE2} %{buildroot}/%{keydir} %clean rm -rf %{buildroot} @@ -32,5 +37,7 @@ %defattr(-,root,root,-) %{keydir}/* %changelog +* Wed Dec 02 2010 Michael Schloh von Bennewitz - 1-1.4 +- Integrated Vimeo API key. * Thu Feb 4 2010 Ross Burton - 1 - Initial keys package, with lastfm and twitter keys.