libsocialweb-keys/libsocialweb-keys.spec

Fri, 11 Mar 2011 21:30:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:30:26 +0100
changeset 0
4f133201e207
child 1
4667f24fe848
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

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

mercurial