libsocialweb-vl.spec 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. Name: libsocialweb
  2. Version: 0.25.19
  3. Release: 1%{?_dist_release}
  4. Summary: A social network data aggregator
  5. Group: Applications/Internet
  6. License: LGPLv2
  7. URL: http://www.gnome.org/
  8. Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.25/%{name}-%{version}.tar.xz
  9. Source1: flickr
  10. Source2: twitter
  11. Source3: lastfm
  12. Source4: twitpic
  13. Source5: facebook
  14. Source6: facebook.key
  15. BuildRequires: dbus-glib-devel
  16. BuildRequires: geoclue-devel
  17. BuildRequires: glib2-devel
  18. BuildRequires: GConf2-devel
  19. BuildRequires: libgnome-keyring-devel
  20. BuildRequires: gobject-introspection-devel
  21. BuildRequires: intltool
  22. BuildRequires: json-glib-devel
  23. BuildRequires: libsoup-devel
  24. BuildRequires: libxslt-devel
  25. BuildRequires: NetworkManager-glib-devel
  26. BuildRequires: rest-devel
  27. BuildRequires: vala-devel
  28. BuildRequires: vala-tools
  29. Requires: %{name}-keys = %{version}-%{release}
  30. Vendor: Vine Linux
  31. Distribution: Vine Linux
  32. Packager: Takemikaduchi
  33. %description
  34. libsocialweb is a social data server which fetches data from the "social web",
  35. such as your friend's blog posts and photos, upcoming events, recently played
  36. tracks, and pending eBay* auctions. It also provides a service to update
  37. your status on web services which support it, such as MySpace* and Twitter*.
  38. %package devel
  39. Summary: Development package for %{name}
  40. Group: Development/Libraries
  41. Requires: %{name} = %{version}-%{release}
  42. Requires: pkgconfig
  43. %description devel
  44. Files for development with %{name}.
  45. %package keys
  46. Summary: API keys for %{name}
  47. Group: Applications/Internet
  48. BuildArch: noarch
  49. Requires: %{name} = %{version}-%{release}
  50. %description keys
  51. Keys allowing access to various web services through libsocialweb.
  52. %prep
  53. %setup -q
  54. chmod 644 examples/*.py
  55. ## nuke unwanted rpaths, see also
  56. ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
  57. sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
  58. %build
  59. %configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-vala-bindings
  60. make %{?_smp_mflags} V=1
  61. %install
  62. make install DESTDIR=$RPM_BUILD_ROOT
  63. #Remove libtool archives and static libs.
  64. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  65. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
  66. mkdir -p $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
  67. cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
  68. %find_lang %{name}
  69. %post -p /sbin/ldconfig
  70. %postun -p /sbin/ldconfig
  71. %files -f %{name}.lang
  72. %defattr(-,root,root,-)
  73. %doc AUTHORS COPYING TODO
  74. %{_libdir}/libsocialweb*.so.*
  75. %{_libdir}/libsocialweb/
  76. %{_libdir}/girepository-1.0/SocialWebClient-0.25.typelib
  77. %dir %{_datadir}/libsocialweb/
  78. %{_datadir}/libsocialweb/services/
  79. %{_datadir}/dbus-1/services/libsocialweb.service
  80. %{_libexecdir}/libsocialweb-core
  81. %files devel
  82. %defattr(-,root,root,-)
  83. %doc tests/*.c examples/*c examples/*.py
  84. %doc %{_datadir}/gtk-doc/html/libsocialweb
  85. %doc %{_datadir}/gtk-doc/html/libsocialweb-client
  86. %doc %{_datadir}/gtk-doc/html/libsocialweb-dbus
  87. %{_includedir}/libsocialweb
  88. %{_libdir}/pkgconfig/libsocialweb*
  89. %{_libdir}/libsocialweb*so
  90. %{_datadir}/gir-1.0/SocialWebClient-0.25.gir
  91. %{_datadir}/vala/vapi/libsocialweb-client.deps
  92. %{_datadir}/vala/vapi/libsocialweb-client.vapi
  93. %files keys
  94. %defattr(-,root,root,-)
  95. %{_datadir}/libsocialweb/keys
  96. %changelog
  97. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.19-1
  98. - initial build for Vine Linux
  99. * Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.25.19-1
  100. - Update to 0.25.19
  101. * Wed Jun 15 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.18-1
  102. - Update to 0.25.18
  103. * Sun May 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.17-1
  104. - Update to 0.25.17
  105. * Sun Apr 24 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.16-1
  106. - Update to 0.25.16, update twitter keys
  107. * Mon Apr 11 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.15-1
  108. - Update to 0.25.15, enable gobject-introspection support
  109. * Sun Apr 3 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.14-1
  110. - Update to 0.25.14
  111. * Mon Mar 28 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.13-1
  112. - Update to 0.25.13
  113. * Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> 0.25.12-2
  114. - Update for NetworkManager 0.9
  115. * Wed Mar 23 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.12-1
  116. - Update to 0.25.12
  117. * Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-2
  118. - add generic facebook api key
  119. * Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-1
  120. - Update to 0.25.11
  121. - Add support for Facebook, Plurk, Sina, SmugMug, and YouTube.
  122. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.7-2
  123. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  124. * Fri Oct 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.7-1
  125. - Update to 0.25.7
  126. - libsocialweb is now hosted at gnome.org so we have real tarfiles
  127. * Tue Sep 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.5-1
  128. - Update to 0.25.5
  129. * Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.4-1
  130. - Update to 0.25.4
  131. * Tue Sep 7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-2
  132. - Add api key for twitpic
  133. * Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-1
  134. - Update to 0.25.3, MySpace and Digg are obsolete upstream
  135. * Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 0.25.1-2
  136. - Add API keys to the -keys sub-package
  137. * Sat Aug 7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.1-1
  138. - Update to 0.25.1, disable MySpace and Digg until they build again
  139. * Sun Jul 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.9-1
  140. - Update to 0.24.9
  141. * Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.8-1
  142. - rename package from mojito to libsocialweb
  143. - Update to 0.24.8
  144. * Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.1-1
  145. - Update to 0.22.1
  146. * Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-2
  147. - Add upstream patch to fix crash
  148. * Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-1
  149. - New major upstream 0.22.0 release
  150. * Wed Dec 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.7-1
  151. - Update to 0.21.7
  152. * Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.6-1
  153. - Update to 0.21.6, move to the official tarball release
  154. * Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.5-1
  155. - Update to 0.21.5
  156. * Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-2
  157. - enable digg support
  158. * Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-1
  159. - Update to 0.21.4
  160. * Sat Oct 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.3-1
  161. - Update to 0.21.3
  162. * Fri Oct 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.2-1
  163. - Update to 0.21.2
  164. * Tue Sep 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.1-1
  165. - Update to 0.21.1
  166. * Thu Sep 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.20.1-1
  167. - Update to 0.20.1
  168. * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-5
  169. - Actually commit patch for detection of new NetworkManager
  170. * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-4
  171. - Add patch for detection of new NetworkManager
  172. * Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-3
  173. - Rebuild for new NetworkManager
  174. * Sat Aug 22 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-2
  175. - Enable twitter, lastfm, MySpace and Flickr networks
  176. * Wed Aug 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-1
  177. - Update to 0.20
  178. * Wed Aug 5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-2
  179. - A few minor spec file cleanups
  180. * Wed Aug 5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-1
  181. - Update to 0.19.2 - updated translations
  182. * Tue Jul 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.1-1
  183. - Update to 0.19.1 - updated translations
  184. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
  185. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  186. * Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.19-1
  187. - Update to 0.19
  188. * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.18.1-1
  189. - Update to 0.18.1
  190. * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-3
  191. - Add some additional buildreqs
  192. * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-2
  193. - Add some additional buildreqs
  194. * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-1
  195. - Update to new 0.17 release, add language support and more backends
  196. * Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-2
  197. - Add extra build deps
  198. * Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-1
  199. - Initial packaging