123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- %define glib2_version 2.28.5
- %define dbus_version 1.4.8
- %define eggdbus_version 0.6
- %define gcrypt_version 1.4.6
- Summary: Framework for managing passwords and other secrets
- Name: libgnome-keyring
- Version: 3.1.4
- Release: 1%{?_dist_release}
- License: GPLv2+ and LGPLv2+
- Group: System Environment/Libraries
- Source: http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/3.1/libgnome-keyring-%{version}.tar.xz
- URL: http://live.gnome.org/GnomeKeyring
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: glib2-devel >= %{glib2_version}
- BuildRequires: dbus-devel >= %{dbus_version}
- BuildRequires: eggdbus-devel >= %{eggdbus_version}
- BuildRequires: libgcrypt-devel >= %{gcrypt_version}
- BuildRequires: intltool
- Conflicts: gnome-keyring < 2.29.4
- %description
- gnome-keyring is a program that keep password and other secrets for
- users. The library libgnome-keyring is used by applications to integrate
- with the gnome-keyring system.
- %package devel
- Summary: Development files for libgnome-keyring
- License: LGPLv2+
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: glib2-devel
- Requires: pkgconfig
- Requires: gtk-doc
- Conflicts: gnome-keyring-devel < 2.29.4
- %description devel
- The libgnome-keyring-devel package contains the libraries and
- header files needed to develop applications that use libgnome-keyring.
- # compat32
- %package -n compat32-%{name}
- Summary: Framework for managing passwords and other secrets
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n compat32-%{name}
- gnome-keyring is a program that keep password and other secrets for
- users. The library libgnome-keyring is used by applications to integrate
- with the gnome-keyring system.
- %package -n compat32-%{name}-devel
- Summary: Development files for libgnome-keyring
- License: LGPLv2+
- Group: Development/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: compat32-glib2-devel
- Conflicts: compat32-gnome-keyring-devel < 2.29.4
- %description -n compat32-%{name}-devel
- The libgnome-keyring-devel package contains the libraries and
- header files needed to develop applications that use libgnome-keyring.
- %prep
- %setup -q -n libgnome-keyring-%{version}
- %build
- %configure --disable-gtk-doc
- sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
- sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
- # avoid unneeded direct dependencies
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- rm $RPM_BUILD_ROOT%{_libdir}/*.la
- %find_lang libgnome-keyring
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files -f libgnome-keyring.lang
- %defattr(-, root, root, -)
- %doc AUTHORS NEWS README COPYING HACKING
- %{_libdir}/lib*.so.*
- %files devel
- %defattr(-, root, root, -)
- %{_libdir}/lib*.so
- %{_libdir}/pkgconfig/*
- %{_includedir}/*
- %doc %{_datadir}/gtk-doc/html/gnome-keyring/
- # compat32
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-, root, root, -)
- %{_libdir}/lib*.so.*
- %files -n compat32-%{name}-devel
- %defattr(-, root, root, -)
- %{_libdir}/lib*.so
- %{_libdir}/pkgconfig/*
- %endif
- %changelog
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.4-1
- - new upstream release
- * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
- - new upstream release
- * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.1-2
- - build with rpm-4.8.1-1 for pkg-config file
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
- - new upstream release
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
- - initial build for Vine Linux
- * Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100322.1
- - Update to a new git snapshot
- * Wed Mar 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-git20100317.1
- - Update to 2.29.92 git snapshot
- * Wed Feb 17 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-4
- - When no password is found, return GNOME_KEYRING_RESULT_NO_MATCH
- * Tue Feb 16 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-3
- - Fix assertion when password is not found
- * Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-2
- - Fix assertion calling deprecated acl function
- - Clear the client's session when the service disconnects
- - Implement setting of Type property in gnome_keyring_item_set_info()
- * Thu Jan 7 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
- - Initial packaging
|