[libsocialweb] Update to 0.25.1, disable MySpace and Digg until they build again

Peter Robinson pbrobinson at fedoraproject.org
Sat Aug 7 12:29:50 UTC 2010


commit 0b81b57b80ab7cb326249bd6d641182bcb4c2748
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Aug 7 13:29:38 2010 +0100

     Update to 0.25.1, disable MySpace and Digg until they build again

 .gitignore        |    1 +
 libsocialweb.spec |   17 +++++++++--------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1347cad..fe87ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libsocialweb-0.24.9.tar.bz2
+libsocialweb-0.25.1.tar.bz2
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 6d6ae77..317a819 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -1,11 +1,10 @@
 # Tarfile created using git             
 # git clone git://gitorious.org/meego-middleware/libsocialweb.git
-# git archive --format=tar --prefix=%{name}-%{version}/ %{git_version} | bzip2 > ~/%{name}-%{version}.tar.bz2                
-%define git_version d4727d9
+# git archive --format=tar --prefix=%{name}-%{version}/ %{version} | bzip2 > %{name}-%{version}.tar.bz2
 %define tarfile %{name}-%{version}.tar.bz2
 
 Name:          libsocialweb
-Version:       0.24.9
+Version:       0.25.1
 Release:       1%{?dist}
 Summary:       A social network data aggregator
 
@@ -14,8 +13,6 @@ License:       LGPLv2
 URL:           http://www.meego.org/
 Source0:       %{tarfile}
 
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires: dbus-glib-devel
 BuildRequires: glib2-devel
 BuildRequires: GConf2-devel
@@ -53,7 +50,9 @@ NOCONFIGURE=true ./autogen.sh
 
 %build
 %configure --with-gnome --with-online=networkmanager --disable-static \
-   --enable-digg --enable-twitter --enable-lastfm --enable-myspace --enable-flickr
+   --enable-twitter --enable-lastfm --enable-flickr \
+   --enable-vimeo
+#   --enable-digg --enable-twitter --enable-lastfm --enable-myspace --enable-flickr \
 
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -81,8 +80,7 @@ rm -rf %{buildroot}
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING TODO
-%{_libdir}/libsocialweb*.0
-%{_libdir}/libsocialweb*.1
+%{_libdir}/libsocialweb*.so.*
 %{_libdir}/libsocialweb/
 %{_datadir}/libsocialweb/
 %{_datadir}/dbus-1/services/libsocialweb.service
@@ -96,6 +94,9 @@ rm -rf %{buildroot}
 %{_libdir}/libsocialweb*so
 
 %changelog
+* Sat Aug  7 2010 Peter Robinson <pbrobinson at gmail.com> 0.25.1-1
+- Update to 0.25.1, disable MySpace and Digg until they build again
+
 * Sun Jul 11 2010 Peter Robinson <pbrobinson at gmail.com> 0.24.9-1
 - Update to 0.24.9
 
diff --git a/sources b/sources
index 37b097e..8004034 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff57d2ce920e09aebbf247ac20019ce6  libsocialweb-0.24.9.tar.bz2
+73d76a8ad964df6250f1ad783c1c679f  libsocialweb-0.25.1.tar.bz2


More information about the scm-commits mailing list