Blame SPECS/libgnome-keyring.spec

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