Summary: Keep passwords and other user's secrets Summary(pl): Przechowywanie haseł i innych tajnych danych użytkowników Name: gnome-keyring Version: 0.2.1 Release: 1 License: LGPL v2+/GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/0.2/%{name}-%{version}.tar.bz2 # Source0-md5: 2fe5fb39cc18d1a6792fd3281223dfff Patch0: %{name}-locale-names.patch URL: http://www.gnome.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: glib2-devel >= 1:2.4.0 BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Gnome Keyring is a program that keeps password and other secrets for users. It is run as a deamon in the session, similar to ssh-agent, and other applications can locate it by an environment variable. The library libgnome-keyring is used by applications to integrate with the GNOME keyring system. %description -l pl Gnome Keyring to program do przechowywania haseł i innych tajnych danych użytkowników. Działa jako demon w sesji, podobnie do ssh-agenta, a inne aplikacje mog± znaleĽć go poprzez zmienn± ¶rodowiskow±. Biblioteka libgnome-keyring jest używana przez aplikacje do integracji z systemem kluczy GNOME. %package libs Summary: Gnome keyring library Summary(pl): Biblioteka gnome keyring Group: Libraries %description libs Gnome keyring library. %description libs -l pl Biblioteka gnome keyring. %package devel Summary: Headers for gnome keyring library Summary(pl): Pliki nagłówkowe biblioteki gnome keyring Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: glib2-devel >= 1:2.4.0 %description devel Headers for gnome keyring library. %description devel -l pl Pliki nagłówkowe biblioteki gnome keyring. %package static Summary: Static gnome keyring libraries Summary(pl): Statyczne biblioteki gnome keyring Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static version of gnome keyring libraries. %description static -l pl Statyczne biblioteki gnome keyring. %prep %setup -q %patch0 -p1 mv po/{no,nb}.po %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} %configure \ --enable-static %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ pkgconfigdir=%{_pkgconfigdir} %find_lang %{name} --with-gnome --all-name %clean rm -rf $RPM_BUILD_ROOT %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libexecdir}/%{name}-ask %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_pkgconfigdir}/*.pc %{_includedir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a