libgnome-keyring-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define glib2_version 2.38.0
  3. %define dbus_version 1.6.14
  4. %define eggdbus_version 0.6
  5. %define gcrypt_version 1.4.6
  6. Summary: Framework for managing passwords and other secrets
  7. Name: libgnome-keyring
  8. Version: 3.10.1
  9. Release: 1%{?_dist_release}
  10. License: GPLv2+ and LGPLv2+
  11. Group: System Environment/Libraries
  12. Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
  13. URL: http://live.gnome.org/GnomeKeyring
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  15. BuildRequires: glib2-devel >= %{glib2_version}
  16. BuildRequires: dbus-devel >= %{dbus_version}
  17. BuildRequires: eggdbus-devel >= %{eggdbus_version}
  18. BuildRequires: libgcrypt-devel >= %{gcrypt_version}
  19. BuildRequires: gobject-introspection-devel
  20. BuildRequires: intltool
  21. Conflicts: gnome-keyring < 2.29.4
  22. %description
  23. gnome-keyring is a program that keep password and other secrets for
  24. users. The library libgnome-keyring is used by applications to integrate
  25. with the gnome-keyring system.
  26. %package devel
  27. Summary: Development files for libgnome-keyring
  28. License: LGPLv2+
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. Requires: glib2-devel
  32. Requires: pkgconfig
  33. Requires: gtk-doc
  34. Conflicts: gnome-keyring-devel < 2.29.4
  35. %description devel
  36. The libgnome-keyring-devel package contains the libraries and
  37. header files needed to develop applications that use libgnome-keyring.
  38. # compat32
  39. %package -n compat32-%{name}
  40. Summary: Framework for managing passwords and other secrets
  41. Group: System Environment/Libraries
  42. Requires: %{name} = %{version}-%{release}
  43. %description -n compat32-%{name}
  44. gnome-keyring is a program that keep password and other secrets for
  45. users. The library libgnome-keyring is used by applications to integrate
  46. with the gnome-keyring system.
  47. %package -n compat32-%{name}-devel
  48. Summary: Development files for libgnome-keyring
  49. License: LGPLv2+
  50. Group: Development/Libraries
  51. Requires: compat32-%{name} = %{version}-%{release}
  52. Requires: compat32-glib2-devel
  53. Conflicts: compat32-gnome-keyring-devel < 2.29.4
  54. %description -n compat32-%{name}-devel
  55. The libgnome-keyring-devel package contains the libraries and
  56. header files needed to develop applications that use libgnome-keyring.
  57. %prep
  58. %setup -q -n libgnome-keyring-%{version}
  59. %build
  60. %configure \
  61. --disable-gtk-doc \
  62. --enable-introspection
  63. make %{?_smp_mflags}
  64. %install
  65. rm -rf $RPM_BUILD_ROOT
  66. make install DESTDIR=$RPM_BUILD_ROOT
  67. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  68. %find_lang libgnome-keyring
  69. %clean
  70. rm -rf $RPM_BUILD_ROOT
  71. %post -p /sbin/ldconfig
  72. %postun -p /sbin/ldconfig
  73. %post -n compat32-%{name} -p /sbin/ldconfig
  74. %postun -n compat32-%{name} -p /sbin/ldconfig
  75. %files -f libgnome-keyring.lang
  76. %defattr(-, root, root, -)
  77. %doc AUTHORS NEWS README COPYING HACKING
  78. %{_libdir}/lib*.so.*
  79. %{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
  80. %files devel
  81. %defattr(-, root, root, -)
  82. %{_libdir}/lib*.so
  83. %{_libdir}/pkgconfig/*
  84. %{_includedir}/*
  85. %{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
  86. %doc %{_datadir}/gtk-doc/html/gnome-keyring/
  87. # compat32
  88. %if %{build_compat32}
  89. %files -n compat32-%{name}
  90. %defattr(-, root, root, -)
  91. %{_libdir}/lib*.so.*
  92. %files -n compat32-%{name}-devel
  93. %defattr(-, root, root, -)
  94. %{_libdir}/lib*.so
  95. %endif
  96. %changelog
  97. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.1-1
  98. - new upstream release
  99. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.0-1
  100. - new upstream release
  101. - add BuildRequires: gobject-introspection-devel
  102. * Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.0-1
  103. - new upstream release
  104. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.1-1
  105. - new upstream release
  106. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.0-1
  107. - new upstream release
  108. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.92-1
  109. - new upstream release
  110. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.90-1
  111. - new upstream release
  112. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.4-1
  113. - new upstream release
  114. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
  115. - new upstream release
  116. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.1-2
  117. - build with rpm-4.8.1-1 for pkg-config file
  118. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
  119. - new upstream release
  120. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  121. - initial build for Vine Linux
  122. * Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100322.1
  123. - Update to a new git snapshot
  124. * Wed Mar 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100317.1
  125. - Update to 2.29.92 git snapshot
  126. * Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-4
  127. - When no password is found, return GNOME_KEYRING_RESULT_NO_MATCH
  128. * Tue Feb 16 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-3
  129. - Fix assertion when password is not found
  130. * Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-2
  131. - Fix assertion calling deprecated acl function
  132. - Clear the client's session when the service disconnects
  133. - Implement setting of Type property in gnome_keyring_item_set_info()
  134. * Thu Jan 7 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
  135. - Initial packaging