[libsocialweb] Add api key for twitpic

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 7 14:33:07 UTC 2010


commit 7c4f24a0532e5de153a2bcd15e2978382142be58
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 7 15:33:10 2010 +0100

    Add api key for twitpic

 libsocialweb.spec |    6 +++++-
 twitpic           |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 8818ce9..f095afe 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -28,6 +28,7 @@ Source2: myspace
 Source3: twitter
 Source4: digg
 Source5: lastfm
+Source6: twitpic
 
 # Require these because the git tarball doesn't have the configure built
 BuildRequires: libtool
@@ -86,7 +87,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 find %{buildroot} -name '*.a' -exec rm -f {} ';'
 
 mkdir -p %{buildroot}/%{_datadir}/libsocialweb/keys
-cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}/%{_datadir}/libsocialweb/keys
+cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot}/%{_datadir}/libsocialweb/keys
 
 %find_lang %{name}
 
@@ -119,6 +120,9 @@ rm -rf %{buildroot}
 %{_datadir}/libsocialweb/keys
 
 %changelog
+* Tie Sep  7 2010 Peter Robinson <pbrobinson at gmail.com> 0.25.3-2
+- Add api key for twitpic
+
 * Mon Aug 30 2010 Peter Robinson <pbrobinson at gmail.com> 0.25.3-1
 - Update to 0.25.3, MySpace and Digg are obsolete upstream
 
diff --git a/twitpic b/twitpic
new file mode 100644
index 0000000..e2775f1
--- /dev/null
+++ b/twitpic
@@ -0,0 +1 @@
+6d5a3588206538906d81b53907f1cbfb


More information about the scm-commits mailing list