|
|
72a487 |
%define glib2_version 2.16.0
|
|
|
72a487 |
%define dbus_version 1.0
|
|
|
72a487 |
%define gcrypt_version 1.2.2
|
|
|
72a487 |
|
|
|
72a487 |
Summary: Framework for managing passwords and other secrets
|
|
|
72a487 |
Name: libgnome-keyring
|
|
|
e60413 |
Version: 3.12.0
|
|
|
e60413 |
Release: 1%{?dist}
|
|
|
72a487 |
License: GPLv2+ and LGPLv2+
|
|
|
72a487 |
Group: System Environment/Libraries
|
|
|
72a487 |
#VCS: git:git://git.gnome.org/libgnome-keyring
|
|
|
e60413 |
Source: http://download.gnome.org/sources/libgnome-keyring/3.12/libgnome-keyring-%{version}.tar.xz
|
|
|
72a487 |
URL: http://live.gnome.org/GnomeKeyring
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
72a487 |
BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
72a487 |
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
|
|
72a487 |
BuildRequires: intltool
|
|
|
72a487 |
BuildRequires: gobject-introspection-devel
|
|
|
e60413 |
BuildRequires: vala-devel
|
|
|
e60413 |
BuildRequires: vala
|
|
|
e60413 |
|
|
|
72a487 |
Conflicts: gnome-keyring < 2.29.4
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%description
|
|
|
72a487 |
gnome-keyring is a program that keep password and other secrets for
|
|
|
72a487 |
users. The library libgnome-keyring is used by applications to integrate
|
|
|
72a487 |
with the gnome-keyring system.
|
|
|
72a487 |
|
|
|
72a487 |
%package devel
|
|
|
72a487 |
Summary: Development files for libgnome-keyring
|
|
|
72a487 |
License: LGPLv2+
|
|
|
72a487 |
Group: Development/Libraries
|
|
|
72a487 |
Requires: %name = %{version}-%{release}
|
|
|
72a487 |
Requires: glib2-devel
|
|
|
72a487 |
Conflicts: gnome-keyring-devel < 2.29.4
|
|
|
72a487 |
|
|
|
72a487 |
%description devel
|
|
|
72a487 |
The libgnome-keyring-devel package contains the libraries and
|
|
|
72a487 |
header files needed to develop applications that use libgnome-keyring.
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%prep
|
|
|
72a487 |
%setup -q -n libgnome-keyring-%{version}
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%build
|
|
|
72a487 |
%configure --disable-gtk-doc --enable-introspection=yes
|
|
|
72a487 |
|
|
|
72a487 |
# avoid unneeded direct dependencies
|
|
|
72a487 |
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
|
|
72a487 |
|
|
|
72a487 |
make %{?_smp_mflags}
|
|
|
72a487 |
|
|
|
72a487 |
%install
|
|
|
72a487 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
72a487 |
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
72a487 |
|
|
|
72a487 |
%find_lang libgnome-keyring
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%post -p /sbin/ldconfig
|
|
|
72a487 |
|
|
|
72a487 |
%postun -p /sbin/ldconfig
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%files -f libgnome-keyring.lang
|
|
|
72a487 |
%doc AUTHORS NEWS README COPYING HACKING
|
|
|
72a487 |
%{_libdir}/lib*.so.*
|
|
|
72a487 |
%{_libdir}/girepository-1.0
|
|
|
72a487 |
|
|
|
72a487 |
%files devel
|
|
|
72a487 |
%{_libdir}/lib*.so
|
|
|
72a487 |
%{_libdir}/pkgconfig/*
|
|
|
72a487 |
%{_includedir}/*
|
|
|
72a487 |
%{_datadir}/gir-1.0
|
|
|
e60413 |
%{_datadir}/vala/
|
|
|
72a487 |
%doc %{_datadir}/gtk-doc/
|
|
|
72a487 |
|
|
|
72a487 |
|
|
|
72a487 |
%changelog
|
|
|
e60413 |
* Wed Oct 19 2016 Kalev Lember <klember@redhat.com> - 3.12.0-1
|
|
|
e60413 |
- Update to 3.12.0
|
|
|
e60413 |
- Resolves: #1387007
|
|
|
e60413 |
|
|
|
113201 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.0-3
|
|
|
113201 |
- Mass rebuild 2014-01-24
|
|
|
113201 |
|
|
|
113201 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.0-2
|
|
|
113201 |
- Mass rebuild 2013-12-27
|
|
|
113201 |
|
|
|
72a487 |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
72a487 |
- Update to 3.8.0
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
72a487 |
- Update to 3.7.92
|
|
|
72a487 |
|
|
|
72a487 |
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
72a487 |
- Update to 3.7.91
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
72a487 |
- Update to 3.7.5
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
|
|
72a487 |
- Update to 3.7.2
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
72a487 |
- Update to 3.6.0
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
|
|
|
72a487 |
- Update to 3.5.6
|
|
|
72a487 |
|
|
|
72a487 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
|
|
|
72a487 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
|
|
|
72a487 |
- Update to 3.5.3
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Apr 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.4.1-2
|
|
|
72a487 |
- Enable introspection
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
72a487 |
- Update to 3.4.1
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
|
|
|
72a487 |
- Update to 3.4.0
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
72a487 |
- Update to 3.3.92
|
|
|
72a487 |
|
|
|
72a487 |
* Fri Mar 9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
|
|
72a487 |
- Update to 3.3.91
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
|
|
72a487 |
- Update to 3.3.5
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
|
|
72a487 |
- Update to 3.3.4
|
|
|
72a487 |
|
|
|
72a487 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
|
|
|
72a487 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
72a487 |
- Update to 3.3.3
|
|
|
72a487 |
|
|
|
72a487 |
* Thu Nov 24 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.2.2-1
|
|
|
72a487 |
- Update to 3.2.2
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
72a487 |
- Update to 3.2.0
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
|
|
|
72a487 |
- Update to 3.1.92
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
|
|
|
72a487 |
- Update to 3.1.90
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
|
|
|
72a487 |
- Update to 3.1.4
|
|
|
72a487 |
|
|
|
72a487 |
* Mon May 9 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
|
|
|
72a487 |
- Update to 3.1.1
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
|
|
72a487 |
- Update to 3.0.1
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Apr 4 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
|
|
|
72a487 |
- Update to 3.0.0
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
|
|
|
72a487 |
- Update to 2.91.93
|
|
|
72a487 |
|
|
|
72a487 |
* Fri Mar 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-1
|
|
|
72a487 |
- Update to 2.91.92
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0-2
|
|
|
72a487 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
72a487 |
- Update to 2.32.0
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Sep 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.92-1
|
|
|
72a487 |
- Update to 2.31.92
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
|
|
|
72a487 |
- Update to 2.31.91
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
|
|
|
72a487 |
- Update to 2.30.1
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Apr 19 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.0-2
|
|
|
72a487 |
- Workaround for problem with endless loop during blocking operations (#573202)
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
72a487 |
- Update to 2.30.0
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100322.1
|
|
|
72a487 |
- Update to a new git snapshot
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Mar 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100317.1
|
|
|
72a487 |
- Update to 2.29.92 git snapshot
|
|
|
72a487 |
|
|
|
72a487 |
* Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-4
|
|
|
72a487 |
- When no password is found, return GNOME_KEYRING_RESULT_NO_MATCH
|
|
|
72a487 |
|
|
|
72a487 |
* Tue Feb 16 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-3
|
|
|
72a487 |
- Fix assertion when password is not found
|
|
|
72a487 |
|
|
|
72a487 |
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-2
|
|
|
72a487 |
- Fix assertion calling deprecated acl function
|
|
|
72a487 |
- Clear the client's session when the service disconnects
|
|
|
72a487 |
- Implement setting of Type property in gnome_keyring_item_set_info()
|
|
|
72a487 |
|
|
|
72a487 |
* Thu Jan 7 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
|
|
|
72a487 |
- Initial packaging
|