123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- Name: libsocialweb
- Version: 0.25.21
- Release: 3%{?_dist_release}
- Summary: A social network data aggregator
- Summary(ja): ソーシャルネットワークのデータを集約するためのライブラリ
- Group: System Environment/Libraries
- License: LGPLv2
- URL: http://www.gnome.org/
- Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.25/%{name}-%{version}.tar.xz
- Source1: flickr
- Source2: twitter
- Source3: lastfm
- Source4: twitpic
- Source5: facebook
- Source6: facebook.key
- BuildRequires: dbus-glib-devel
- BuildRequires: geoclue-devel
- BuildRequires: glib2-devel
- BuildRequires: GConf2-devel
- BuildRequires: libgnome-keyring-devel
- BuildRequires: gobject-introspection-devel
- BuildRequires: intltool
- BuildRequires: json-glib-devel
- BuildRequires: libsoup-devel
- BuildRequires: libxslt-devel
- BuildRequires: NetworkManager-glib-devel
- BuildRequires: rest-devel
- BuildRequires: vala
- BuildRequires: vala-tools
- Requires: %{name}-keys = %{version}-%{release}
- Vendor: Vine Linux
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- libsocialweb is a social data server which fetches data from the "social web",
- such as your friend's blog posts and photos, upcoming events, recently played
- tracks, and pending eBay* auctions. It also provides a service to update
- your status on web services which support it, such as MySpace* and Twitter*.
- %package devel
- Summary: Development package for %{name}
- Summary(ja): %{name} の開発用ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Files for development with %{name}.
- %package vala
- Summary: Vala bindings for %{name}
- Summary(ja): %{name} の Vala バインディング
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: vala
- %description vala
- Vala bindings for %{name}.
- %package keys
- Summary: API keys for %{name}
- Summary(ja): %{name} のための API キー
- Group: System Environment/Libraries
- BuildArch: noarch
- Requires: %{name} = %{version}-%{release}
- %description keys
- Keys allowing access to various web services through libsocialweb.
- %prep
- %setup -q
- chmod 644 examples/*.py
- ## nuke unwanted rpaths, see also
- ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
- sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
- %build
- %configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-vala-bindings
- make %{?_smp_mflags} V=1
- %install
- make install DESTDIR=$RPM_BUILD_ROOT
- #Remove libtool archives and static libs.
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
- mkdir -p $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
- cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
- %find_lang %{name}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING TODO
- %{_libdir}/libsocialweb*.so.*
- %{_libdir}/libsocialweb/
- %{_libdir}/girepository-1.0/SocialWebClient-0.25.typelib
- %dir %{_datadir}/libsocialweb/
- %{_datadir}/libsocialweb/services/
- %{_datadir}/dbus-1/services/libsocialweb.service
- %{_libexecdir}/libsocialweb-core
- %files devel
- %defattr(-,root,root,-)
- %doc tests/*.c examples/*c examples/*.py
- %doc %{_datadir}/gtk-doc/html/libsocialweb
- %doc %{_datadir}/gtk-doc/html/libsocialweb-client
- %doc %{_datadir}/gtk-doc/html/libsocialweb-dbus
- %{_includedir}/libsocialweb
- %{_libdir}/pkgconfig/libsocialweb*
- %{_libdir}/libsocialweb*so
- %{_datadir}/gir-1.0/SocialWebClient-0.25.gir
- %files vala
- %defattr(-,root,root,-)
- %{_datadir}/vala/vapi/libsocialweb-client.deps
- %{_datadir}/vala/vapi/libsocialweb-client.vapi
- %files keys
- %defattr(-,root,root,-)
- %{_datadir}/libsocialweb/keys
- %changelog
- * Mon Oct 27 2014 Ryooichi INAGAKI <ryo1@toki.waseda.jp> 0.25.21-3
- - moved libsoialweb to System Environment/Libraries Group
- - added Japanese summary
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.21-2
- - rebuild with VineSeed environment
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.21-1
- - new upstream release
- - create %%{name}-vala subpackage
- * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.20-1
- - new upstream release
- * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.19-1
- - initial build for Vine Linux
- * Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.25.19-1
- - Update to 0.25.19
- * Wed Jun 15 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.18-1
- - Update to 0.25.18
- * Sun May 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.17-1
- - Update to 0.25.17
- * Sun Apr 24 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.16-1
- - Update to 0.25.16, update twitter keys
- * Mon Apr 11 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.15-1
- - Update to 0.25.15, enable gobject-introspection support
- * Sun Apr 3 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.14-1
- - Update to 0.25.14
- * Mon Mar 28 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.13-1
- - Update to 0.25.13
- * Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> 0.25.12-2
- - Update for NetworkManager 0.9
- * Wed Mar 23 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.12-1
- - Update to 0.25.12
- * Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-2
- - add generic facebook api key
- * Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-1
- - Update to 0.25.11
- - Add support for Facebook, Plurk, Sina, SmugMug, and YouTube.
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.7-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Fri Oct 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.7-1
- - Update to 0.25.7
- - libsocialweb is now hosted at gnome.org so we have real tarfiles
- * Mon Sep 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.5-1
- - Update to 0.25.5
- * Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.4-1
- - Update to 0.25.4
- * Tue Sep 7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-2
- - Add api key for twitpic
- * Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-1
- - Update to 0.25.3, MySpace and Digg are obsolete upstream
- * Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 0.25.1-2
- - Add API keys to the -keys sub-package
- * Sat Aug 7 2010 Peter Robinson <pbrobinson@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@gmail.com> 0.24.9-1
- - Update to 0.24.9
- * Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.8-1
- - rename package from mojito to libsocialweb
- - Update to 0.24.8
- * Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.1-1
- - Update to 0.22.1
- * Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-2
- - Add upstream patch to fix crash
- * Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-1
- - New major upstream 0.22.0 release
- * Wed Dec 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.7-1
- - Update to 0.21.7
- * Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.6-1
- - Update to 0.21.6, move to the official tarball release
- * Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.5-1
- - Update to 0.21.5
- * Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-2
- - enable digg support
- * Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-1
- - Update to 0.21.4
- * Sat Oct 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.3-1
- - Update to 0.21.3
- * Fri Oct 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.2-1
- - Update to 0.21.2
- * Tue Sep 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.1-1
- - Update to 0.21.1
- * Thu Sep 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.20.1-1
- - Update to 0.20.1
- * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-5
- - Actually commit patch for detection of new NetworkManager
- * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-4
- - Add patch for detection of new NetworkManager
- * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-3
- - Rebuild for new NetworkManager
- * Sat Aug 22 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-2
- - Enable twitter, lastfm, MySpace and Flickr networks
- * Wed Aug 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-1
- - Update to 0.20
- * Wed Aug 5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-2
- - A few minor spec file cleanups
- * Wed Aug 5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-1
- - Update to 0.19.2 - updated translations
- * Tue Jul 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.1-1
- - Update to 0.19.1 - updated translations
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.19-1
- - Update to 0.19
- * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.18.1-1
- - Update to 0.18.1
- * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-3
- - Add some additional buildreqs
- * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-2
- - Add some additional buildreqs
- * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-1
- - Update to new 0.17 release, add language support and more backends
- * Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-2
- - Add extra build deps
- * Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-1
- - Initial packaging
|