libsocialweb-keys/libsocialweb-keys.spec

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

mercurial