libsocialweb-keys/libsocialweb-keys.spec

changeset 1
4667f24fe848
parent 0
4f133201e207
     1.1 --- a/libsocialweb-keys/libsocialweb-keys.spec	Fri Mar 11 21:30:26 2011 +0100
     1.2 +++ b/libsocialweb-keys/libsocialweb-keys.spec	Fri Mar 11 21:36:51 2011 +0100
     1.3 @@ -1,16 +1,20 @@
     1.4  Name: libsocialweb-keys
     1.5  Summary: API keys for libsocialweb
     1.6 +Vendor:  Europalab Software
     1.7 +Packager: Michael Schloh von Bennewitz
     1.8 +Distribution: MeeGo Thirdparty
     1.9  Group: System Environment/Desktop
    1.10  Version: 1
    1.11  License: LGPL 2.1
    1.12  URL: http://www.moblin.org
    1.13 -Release: 1.3
    1.14 +Release: 1.4
    1.15  Source0: lastfm
    1.16  Source1: twitter
    1.17 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1.18 +Source2: vimeo
    1.19 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
    1.20  
    1.21  %description
    1.22 -Last.fm and Twitter API keys for libsocialweb.
    1.23 +API key collection for libsocialweb.
    1.24  
    1.25  %prep
    1.26  %setup -T -c -q -n %{name}-%{version}
    1.27 @@ -24,6 +28,7 @@
    1.28  %{__mkdir_p} %{buildroot}/%{keydir}
    1.29  cp %{SOURCE0} %{buildroot}/%{keydir}
    1.30  cp %{SOURCE1} %{buildroot}/%{keydir}
    1.31 +cp %{SOURCE2} %{buildroot}/%{keydir}
    1.32  
    1.33  %clean
    1.34  rm -rf %{buildroot}
    1.35 @@ -32,5 +37,7 @@
    1.36  %defattr(-,root,root,-)
    1.37  %{keydir}/*
    1.38  %changelog
    1.39 +* Wed Dec 02 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1-1.4
    1.40 +- Integrated Vimeo API key.
    1.41  * Thu Feb  4 2010 Ross Burton <ross@linux.intel.com> - 1
    1.42  - Initial keys package, with lastfm and twitter keys.

mercurial