libgdata-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. %define pkg_version 0.17.9
  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. %description
  28. libgdata is a GLib-based library for accessing online service APIs using the
  29. GData protocol - most notably, Google's services. It provides APIs to access
  30. the common Google services, and has full asynchronous support.
  31. %package devel
  32. Summary: Development files for libgdata
  33. Group: Development/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. Requires: libsoup-devel >= 2.26.1
  36. Requires: libxml2-devel
  37. %description devel
  38. Development files for libdata.
  39. %prep
  40. %setup -q
  41. %build
  42. autoreconf -if
  43. %configure --disable-static --enable-introspection=yes
  44. %{__make} V=0 %{?_smp_mflags}
  45. %install
  46. %{__rm} -rf ${RPM_BUILD_ROOT}
  47. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  48. %{__rm} -rf ${RPM_BUILD_ROOT}%{_libdir}/*.la
  49. %find_lang gdata
  50. %clean
  51. %{__rm} -rf ${RPM_BUILD_ROOT}
  52. ##%check
  53. # Only the general test can be run without network access
  54. ##cd gdata/tests
  55. ##./general
  56. %post -p /sbin/ldconfig
  57. %postun -p /sbin/ldconfig
  58. %files -f gdata.lang
  59. %defattr(-,root,root)
  60. %license COPYING
  61. %doc 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. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.17.9-1
  73. - new upstream release.
  74. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
  75. - new upstream release
  76. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
  77. - new upstream release
  78. - add BuildRequires: json-glib-devel, uhttpmock-devel
  79. * Sat Jun 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
  80. - new upstream release
  81. * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
  82. - new upstream release
  83. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
  84. - new upstream release
  85. * Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.3-1
  86. - new upstream release
  87. * Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.2-1
  88. - new upstream release
  89. - remove BuildRequires: libgnome-keyring-devel
  90. - add BuildRequires: gcr-devel, gnome-online-accounts-devel
  91. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
  92. - new upstream release
  93. - add BuildRequires: libgnome-keyring-devel
  94. * Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.10.1-1
  95. - new upstream release
  96. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
  97. - new upstream release
  98. - add BuildRequires: liboauth-devel, gdk-pixbuf2-devel
  99. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
  100. - new upstream release
  101. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
  102. - new upstream release
  103. - remove BuildRequires: gir-repository-devel
  104. - drop %check
  105. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-3
  106. - rebuild with rpm-4.8.1 for pkg-config file
  107. * Sat Sep 04 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-2
  108. - fixed Group typo
  109. * Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
  110. - initial build for Vine Linux