Fri, 11 Mar 2011 21:30:26 +0100
Import package vendor original specs for necessary manipulations.
1 Name: libsocialweb-keys
2 Summary: API keys for libsocialweb
3 Group: System Environment/Desktop
4 Version: 1
5 License: LGPL 2.1
6 URL: http://www.moblin.org
7 Release: 1.3
8 Source0: lastfm
9 Source1: twitter
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 %description
13 Last.fm and Twitter API keys for libsocialweb.
15 %prep
16 %setup -T -c -q -n %{name}-%{version}
18 %build
20 %install
21 rm -rf %{buildroot}
23 %define keydir %{_datadir}/libsocialweb/keys
24 %{__mkdir_p} %{buildroot}/%{keydir}
25 cp %{SOURCE0} %{buildroot}/%{keydir}
26 cp %{SOURCE1} %{buildroot}/%{keydir}
28 %clean
29 rm -rf %{buildroot}
31 %files
32 %defattr(-,root,root,-)
33 %{keydir}/*
34 %changelog
35 * Thu Feb 4 2010 Ross Burton <ross@linux.intel.com> - 1
36 - Initial keys package, with lastfm and twitter keys.