]> git.pld-linux.org Git - packages/gnome-keyring.git/blame - gnome-keyring.spec
Update to 3.18.0
[packages/gnome-keyring.git] / gnome-keyring.spec
CommitLineData
451fa11a
ER
1# TODO
2# Aug 14 13:19:00 haarber gnome-keyring-daemon[6524]: couldn't list keyrings at: /etc/certs: Error opening directory '/etc/certs': Permission denied
975c19c5
JB
3#
4# Conditional build:
5%bcond_with p11_tests # PKCS#11 tests
6#
dfd31d33 7Summary: Keep passwords and other user's secrets
545c4b5e 8Summary(pl.UTF-8): Przechowywanie haseł i innych tajnych danych użytkowników
ea8f2f57 9Name: gnome-keyring
26ac63c7 10Version: 3.18.0
77350ae8 11Release: 1
e17301dd 12License: LGPL v2+ (library), GPL v2+ (programs)
6bf8e86c 13Group: X11/Applications
26ac63c7
MB
14Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/3.18/%{name}-%{version}.tar.xz
15# Source0-md5: 6bdefb3f3ec851d800040c029fdf3f86
4040a0df 16URL: http://live.gnome.org/GnomeKeyring
975c19c5 17BuildRequires: autoconf >= 2.50
0a2579d3 18BuildRequires: automake >= 1:1.12
9a733942 19BuildRequires: cairo-devel
d550769a 20BuildRequires: dbus-devel >= 1.2.0
1d298f8d 21BuildRequires: docbook-dtd412-xml
a4cf7543 22BuildRequires: gcr-devel >= 3.5.3
587852c9 23BuildRequires: gettext-tools
0a2579d3 24BuildRequires: glib2-devel >= 1:2.38.0
611c437c 25BuildRequires: gtk+3-devel >= 3.0.0
eb503aad 26BuildRequires: intltool >= 0.40.0
56019a28 27BuildRequires: libcap-ng-devel
8e87bb0c 28BuildRequires: libgcrypt-devel >= 1.2.2
975c19c5 29BuildRequires: libselinux-devel
eb503aad 30BuildRequires: libtasn1-devel >= 0.3.4
6c24b3c6 31BuildRequires: libtool
dc752cfb 32BuildRequires: p11-kit-devel >= 0.16
975c19c5 33%{?with_p11_tests:BuildRequires: p11-tests-devel >= 0.1}
8e87bb0c 34BuildRequires: pam-devel
ca1bceba 35BuildRequires: pkgconfig
8f515912 36BuildRequires: rpmbuild(macros) >= 1.592
56019a28
ŁK
37BuildRequires: tar >= 1:1.22
38BuildRequires: xz
0a2579d3 39Requires(post,postun): glib2 >= 1:2.38.0
d550769a 40Requires: dbus >= 1.2.0
b45eef19 41Requires: filesystem >= 4.0-28
c3e1ec93 42Requires: gcr >= 3.5.3
0a2579d3 43Requires: glib2 >= 1:2.38.0
56019a28 44Requires: hicolor-icon-theme
c3e1ec93 45Requires: libtasn1 >= 0.3.4
dc752cfb 46Requires: p11-kit >= 0.16
f027c5e0 47Conflicts: rpm < 4.4.2-0.2
7b648fbd 48# sr@Latn vs. sr@latin
49Conflicts: glibc-misc < 6:2.7
ea8f2f57
AF
50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
4040a0df
MB
52%define _libexecdir %{_libdir}/%{name}
53
ea8f2f57 54%description
a971d564 55GNOME Keyring is a program that keeps password and other secrets for
6030d07d 56users. It is run as a daemon in the session, similar to ssh-agent, and
ea8f2f57
AF
57other applications can locate it by an environment variable.
58
997e38ba
JR
59%description -l pl.UTF-8
60GNOME Keyring to program do przechowywania haseł i innych tajnych
61danych użytkowników. Działa jako demon w sesji, podobnie do
62ssh-agenta, a inne aplikacje mogą znaleźć go poprzez zmienną
63środowiskową.
6bf8e86c 64
f0978796 65%package -n pam-pam_gnome_keyring
8e87bb0c
MB
66Summary: A PAM module for unlocking keyrings at login time
67Summary(pl.UTF-8): Moduł PAM do odblokowywania zbiorów kluczy w czasie logowania
e17301dd 68License: LGPL v2+
8e87bb0c
MB
69Group: Libraries
70Requires: %{name} = %{version}-%{release}
f0978796 71Obsoletes: gnome-keyring-pam
8e87bb0c 72
f0978796 73%description -n pam-pam_gnome_keyring
8e87bb0c
MB
74A PAM module that can automatically unlock the "login" keyring when
75the user logs in and start the keyring daemon.
76
f0978796 77%description -n pam-pam_gnome_keyring -l pl.UTF-8
8e87bb0c
MB
78Moduł PAM, który może automatycznie odblokowywać zbiór kluczy "login"
79w czasie logowania użytkownika i uruchamiania demona keyring.
80
ea8f2f57
AF
81%prep
82%setup -q
83
84%build
ca1bceba
MB
85%{__glib_gettextize}
86%{__intltoolize}
6c24b3c6 87%{__libtoolize}
88%{__aclocal}
89%{__autoconf}
4040a0df 90%{__autoheader}
6c24b3c6 91%{__automake}
ea8f2f57 92%configure \
f12ccd51 93 --disable-silent-rules \
975c19c5 94 %{!?with_p11_tests:--disable-p11-tests} \
611c437c 95 --with-pam-dir=/%{_lib}/security \
d5034fae
MB
96 --with-root-certs=%{_sysconfdir}/certs \
97 --with-ca-certificates=%{_sysconfdir}/certs/ca-certificates.crt
ea8f2f57
AF
98%{__make}
99
100%install
101rm -rf $RPM_BUILD_ROOT
ea8f2f57 102
8e87bb0c 103%{__make} install install-pam \
4040a0df 104 DESTDIR=$RPM_BUILD_ROOT
ea8f2f57 105
50453096
JB
106%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_gnome_keyring.la
107%{__rm} $RPM_BUILD_ROOT%{_libdir}/pkcs11/gnome-keyring-pkcs11.la
108%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
8e87bb0c 109
4040a0df 110%find_lang %{name}
ea8f2f57
AF
111
112%clean
113rm -rf $RPM_BUILD_ROOT
114
56019a28 115%post
8f515912 116%glib_compile_schemas
4040a0df 117
f12ccd51 118%postun
56019a28 119%glib_compile_schemas
4040a0df 120
ea8f2f57
AF
121%files -f %{name}.lang
122%defattr(644,root,root,755)
fd734cb1 123%doc AUTHORS ChangeLog NEWS README
dba49349 124%attr(755,root,root) %{_bindir}/gnome-keyring
611c437c 125%attr(755,root,root) %{_bindir}/gnome-keyring-3
e17301dd 126%attr(755,root,root) %{_bindir}/gnome-keyring-daemon
611c437c 127%attr(755,root,root) %{_libdir}/pkcs11/gnome-keyring-pkcs11.so
d5034fae 128%dir %{_libdir}/%{name}
8fc21cf5 129%dir %{_libdir}/%{name}/devel
611c437c 130%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-gnome2-store-standalone.so
611c437c 131%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-secret-store-standalone.so
f12ccd51 132%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-ssh-store-standalone.so
611c437c 133%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-xdg-store-standalone.so
fd734cb1
MB
134%{_sysconfdir}/xdg/autostart/gnome-keyring-pkcs11.desktop
135%{_sysconfdir}/xdg/autostart/gnome-keyring-secrets.desktop
136%{_sysconfdir}/xdg/autostart/gnome-keyring-ssh.desktop
f12ccd51 137%{_datadir}/GConf/gsettings/*.convert
f075f5fb 138%{_datadir}/dbus-1/services/org.freedesktop.secrets.service
4040a0df 139%{_datadir}/dbus-1/services/org.gnome.keyring.service
f12ccd51 140%{_datadir}/glib-2.0/schemas/*.gschema.xml
dc752cfb 141%{_datadir}/p11-kit/modules/gnome-keyring.module
98ba9994
MB
142%{_mandir}/man1/gnome-keyring.1*
143%{_mandir}/man1/gnome-keyring-3.1*
144%{_mandir}/man1/gnome-keyring-daemon.1*
8e87bb0c 145
f0978796 146%files -n pam-pam_gnome_keyring
8e87bb0c 147%defattr(644,root,root,755)
e17301dd 148%attr(755,root,root) /%{_lib}/security/pam_gnome_keyring.so
This page took 0.089005 seconds and 4 git commands to generate.