libgnome-keyring-vl.spec 5.3 KB

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