libgdata-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. %define pkg_version 0.16.1
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: A library for accessing online service APIs using the GData protocol
  4. Summary(ja): GData プロトコルを使用しているオンラインサービス API にアクセスするためのライブラリ
  5. Name: libgdata
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/libgdata/0.16/%{name}-%{version}.tar.xz
  9. License: LGPLv2+
  10. Group: System Environment/Libraries
  11. URL: http://live.gnome.org/libgdata
  12. BuildRequires: glib2-devel >= 2.26.0
  13. BuildRequires: gdk-pixbuf2-devel
  14. BuildRequires: libsoup-devel >= 2.32.0
  15. BuildRequires: libxml2-devel
  16. BuildRequires: gobject-introspection-devel
  17. BuildRequires: liboauth-devel
  18. BuildRequires: json-glib-devel
  19. BuildRequires: gcr-devel
  20. BuildRequires: gnome-online-accounts-devel
  21. BuildRequires: uhttpmock-devel
  22. BuildRequires: gtk-doc
  23. BuildRequires: gnome-common
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. Vendor: Project Vine
  26. Distribution: Vine Linux
  27. Packager: Takemikaduchi
  28. %description
  29. libgdata is a GLib-based library for accessing online service APIs using the
  30. GData protocol - most notably, Google's services. It provides APIs to access
  31. the common Google services, and has full asynchronous support.
  32. %package devel
  33. Summary: Development files for libgdata
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36. Requires: libsoup-devel >= 2.26.1
  37. Requires: libxml2-devel
  38. %description devel
  39. Development files for libdata.
  40. %prep
  41. %setup -q
  42. %build
  43. autoreconf -if
  44. %configure --disable-static --enable-introspection=yes
  45. %{__make} V=0 %{?_smp_mflags}
  46. %install
  47. %{__rm} -rf ${RPM_BUILD_ROOT}
  48. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  49. %{__rm} -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
  50. %find_lang gdata
  51. %clean
  52. %{__rm} -rf ${RPM_BUILD_ROOT}
  53. ##%check
  54. # Only the general test can be run without network access
  55. ##cd gdata/tests
  56. ##./general
  57. %post -p /sbin/ldconfig
  58. %postun -p /sbin/ldconfig
  59. %files -f gdata.lang
  60. %defattr(-,root,root)
  61. %doc COPYING ChangeLog NEWS README
  62. %{_libdir}/libgdata.so.*
  63. %{_libdir}/girepository-1.0/GData-0.0.typelib
  64. %{_datadir}/gtk-doc/html/gdata
  65. %files devel
  66. %defattr(-,root,root,-)
  67. %{_includedir}/libgdata
  68. %{_libdir}/libgdata.so
  69. %{_libdir}/pkgconfig/libgdata.pc
  70. %{_datadir}/gir-1.0/GData-0.0.gir
  71. %changelog
  72. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
  73. - new upstream release
  74. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
  75. - new upstream release
  76. - add BuildRequires: json-glib-devel, uhttpmock-devel
  77. * Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
  78. - new upstream release
  79. * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
  80. - new upstream release
  81. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
  82. - new upstream release
  83. * Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
  84. - new upstream release
  85. * Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
  86. - new upstream release
  87. - remove BuildRequires: libgnome-keyring-devel
  88. - add BuildRequires: gcr-devel, gnome-online-accounts-devel
  89. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
  90. - new upstream release
  91. - add BuildRequires: libgnome-keyring-devel
  92. * Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
  93. - new upstream release
  94. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
  95. - new upstream release
  96. - add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
  97. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
  98. - new upstream release
  99. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
  100. - new upstream release
  101. - remove BuildRequires: gir-repository-devel
  102. - drop %check
  103. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
  104. - rebuild with rpm-4.8.1 for pkg-config file
  105. * Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
  106. - fixed Group typo
  107. * Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
  108. - initial build for Vine Linux