File libsocialweb.spec of Package libsocialweb
#norootforbuild
Name: libsocialweb
Summary: A social data aggregator
Version: 0.25.5
Release: 1
Group: System/Libraries
License: LGPL 2.1
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(rest-extras-0.7)
BuildRequires: intltool
BuildRequires: json-glib-devel
BuildRequires: NetworkManager-devel
BuildRequires: NetworkManager-glib
%description
A social data aggregator hooking into web services like twitter/facebook/last.fm etc
%package devel
Summary: Development environment for libsocialweb
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
Header files and libraries for libsocialweb.
%package doc
Summary: API reference and documentation
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gtk-doc
%description doc
Documentation for libsocialweb
%prep
%setup -q -n %{name}-%{version}
%build
%configure --disable-static \
--with-gnome \
--with-online=networkmanager\
--enable-lastfm \
--enable-twitter \
--enable-flickr \
--enable-facebook \
--enable-myspace \
--enable-digg
make %{?jobs:-j%jobs}
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%find_lang libsocialweb
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f libsocialweb.lang
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/*.so.*
%dir %{_libdir}/libsocialweb
%dir %{_libdir}/libsocialweb/services
%{_libdir}/libsocialweb/services/*.so
%{_libexecdir}/libsocialweb-core
%{_datadir}/dbus-1/services/libsocialweb.service
%dir %{_datadir}/libsocialweb
%dir %{_datadir}/libsocialweb/services
%{_datadir}/libsocialweb/services/*.keys
%{_datadir}/libsocialweb/services/*.png
%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%dir %{_includedir}/libsocialweb
%{_includedir}/libsocialweb/*
%{_libdir}/pkgconfig/*.pc
%files doc
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/%{name}
%doc %{_datadir}/gtk-doc/html/%{name}-dbus
%doc %{_datadir}/gtk-doc/html/%{name}-client
%changelog
* Tue Aug 31 2010 Rob Bradford <rob@linux.intel.com> - 0.25.4
- Update to latest release
- Bump gtk-doc dependency to reflect what is actually needed (BMC#5714)
- Correct dbus namespace for connman (BMC#6024)
- Fix crasher in flickr item view (BMC#6033)
* Tue Aug 24 2010 Rob Bradford <rob@linux.intel.com> - 0.25.3
- Update to latest release
- Change dbus namespace to com.meego
- Fix lots of reference counting and memory leak bugs
* Mon Aug 16 2010 Rob Bradford <rob@linux.intel.com> - 0.25.2
- Update to latest release
- New static capability names
- Specialise set to be an SwItem set (BMC#5199)
* Fri Aug 6 2010 Rob Bradford <rob@linux.intel.com> - 0.25.1
- Update to latest release featuring fixes to setup experience
* Thu Aug 5 2010 Rob Bradford <rob@linux.intel.com> - 0.25.0
- Update to latest release (reworked DBUS API)
* Thu Jun 17 2010 Rob Bradford <rob@linux.intel.com> - 0.24.9
- Fix bugs to enable 3rd party integration (BMC#2798)
* Mon May 10 2010 Anas Nashif <anas.nashif@intel.com> - 0.24.6
- Use spectacle
- Fixed RPM group
- Fixed rpmlint errors
* Fri May 7 2010 Ross Burton <ross@linux.intel.com> - 0.24.8
- i18n updates
- Implement credentials-updated for Flickr and MySpace (BMC#1457)
* Mon Apr 26 2010 Ross Burton <ross@linux.intel.com> - 0.24.7
- Add capabilities for valid/invalid creds (MBC#1151)
- Fetch 50 items for Twitter (MBC#1056)
* Tue Apr 20 2010 Rob Bradford <rob@linux.intel.com> - 0.24.6
- Add support for BOTH mode to MySpace backend (BMC#88)
* Fri Apr 16 2010 Rob Bradford <rob@linux.intel.com> - 0.24.5
- Fix small issue with crash fixes (BMC#525)
* Fri Apr 16 2010 Rob Bradford <rob@linux.intel.com> - 0.24.4
- Fix crash when services get updated (BMC#525)
* Wed Apr 14 2010 Rob Bradford <rob@linux.intel.com> - 0.24.3
- Export API for fetching display name for service (BMC#502)
* Fri Mar 26 2010 Rob Bradford <rob@linux.intel.com> - 0.24.2
- Export some more of the place fields from twitter (MB#82)
- Add a dynamic capability when the user has geotag turned on for twitter (MB#84)
- Fix some other twitter parsing bugs and memory leaks
* Fri Mar 19 2010 Ross Burton <ross@linux.intel.com> - 0.24.1
- Update to latest release
* Wed Feb 24 2010 Rob Bradford <rob@linux.intel.com> - 0.24.0
- Update to latest release
* Thu Feb 4 2010 Rob Bradford <rob@linux.intel.com> - 0.23.1
- Updated release to support status panel release
* Thu Feb 4 2010 Ross Burton <ross@linux.intel.com> - 0.23.0
- Initial packaging.