gnome-online-accounts-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. %define package_version 3.4.2
  2. %define package_release 1%{?_dist_release}
  3. Name: gnome-online-accounts
  4. Version: %{package_version}
  5. Release: %{package_release}
  6. Summary: GNOME applications and libraries to access the user's online accounts
  7. Group: System Environment/Libraries
  8. License: LGPLv2+
  9. URL: http://www.clutter-project.org/
  10. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: glib2-devel
  13. BuildRequires: gobject-introspection-devel
  14. BuildRequires: gtk3-devel
  15. BuildRequires: WebKit3-gtk-devel
  16. BuildRequires: json-glib-devel
  17. BuildRequires: libgnome-keyring-devel
  18. BuildRequires: libnotify-devel
  19. BuildRequires: rest-devel
  20. BuildRequires: gtk-doc
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: Takemikaduchi
  24. %description
  25. Gnome-online-accounts provides interfaces so applications and
  26. libraries in GNOME can access the user's online accounts
  27. %package devel
  28. Summary: Development tools for gnome-online-accounts
  29. Summary(ja): gnome-online-accounts の開発環境
  30. Group: Development/Libraries
  31. Requires: %{name} = %{version}-%{release}
  32. Requires: pkgconfig
  33. Requires: gtk3-devel
  34. %description devel
  35. Header files and libraries for building a extension library for the
  36. gnome-online-accounts.
  37. %package doc
  38. Summary: Documentation for gnome-online-accounts
  39. Summary(ja): gnome-online-accounts 用のドキュメント
  40. Group: Documentation
  41. Requires: %{name} = %{version}-%{release}
  42. BuildArch: noarch
  43. %description doc
  44. This package contains documentation for gnome-online-accounts.
  45. %prep
  46. %setup -q
  47. %build
  48. %configure \
  49. --enable-gtk-doc \
  50. --disable-static \
  51. --enable-introspection=yes
  52. make %{?_smp_mflags}
  53. %install
  54. rm -rf $RPM_BUILD_ROOT
  55. #make DESTDIR=$RPM_BUILD_ROOT install
  56. make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
  57. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  58. %find_lang %{name}
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %post
  62. /sbin/ldconfig
  63. touch --no-create %{_datadir}/icons/
  64. %postun
  65. if [ $1 -eq 0 ] ; then
  66. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  67. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  68. fi
  69. %posttrans
  70. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  71. %files -f %{name}.lang
  72. %defattr(-,root,root,-)
  73. %doc ChangeLog AUTHORS COPYING NEWS README
  74. %{_libdir}/*.so.*
  75. %{_libexecdir}/goa-daemon
  76. %{_libdir}/girepository-1.0/*.typelib
  77. %{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
  78. %{_datadir}/icons/hicolor/*/apps/*.png
  79. %{_mandir}/man8/goa-daemon.8.gz
  80. %files devel
  81. %defattr(-, root, root)
  82. %{_includedir}/goa-1.0
  83. %{_libdir}/*.so
  84. %{_libdir}/pkgconfig/*.pc
  85. %{_datadir}/gir-1.0/*.gir
  86. %files doc
  87. %defattr(-, root, root)
  88. %{_datadir}/gtk-doc/html/goa
  89. %changelog
  90. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  91. - new upstream release
  92. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  93. - new upstream release
  94. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  95. - new upstream release
  96. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.1-1
  97. - new upstream release
  98. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1
  99. - new upstream release
  100. * Sun Sep 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  101. - new upstream release
  102. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
  103. - initial build for Vine Linux