]> git.pld-linux.org Git - packages/gnome-keyring.git/blame - gnome-keyring.spec
- updated to 2.20.1
[packages/gnome-keyring.git] / gnome-keyring.spec
CommitLineData
dfd31d33 1Summary: Keep passwords and other user's secrets
545c4b5e 2Summary(pl.UTF-8): Przechowywanie haseł i innych tajnych danych użytkowników
ea8f2f57 3Name: gnome-keyring
9418c839 4Version: 2.20.1
ca1bceba 5Release: 1
ea8f2f57 6License: LGPL v2+/GPL v2+
6bf8e86c 7Group: X11/Applications
8e87bb0c 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.20/%{name}-%{version}.tar.bz2
9418c839 9# Source0-md5: 16eb73c4a23db11ee8f20a731cf2a92b
ea8f2f57 10URL: http://www.gnome.org/
6c24b3c6 11BuildRequires: autoconf
12BuildRequires: automake
789037fe 13BuildRequires: dbus-devel >= 1.1.2
8e87bb0c
MB
14BuildRequires: gettext-devel
15BuildRequires: gtk+2-devel >= 2:2.12.0
ca1bceba 16BuildRequires: gtk-doc >= 1.8
8e87bb0c
MB
17BuildRequires: hal-devel >= 0.5.9
18BuildRequires: intltool >= 0.36.2
19BuildRequires: libgcrypt-devel >= 1.2.2
6c24b3c6 20BuildRequires: libtool
8e87bb0c 21BuildRequires: pam-devel
ca1bceba 22BuildRequires: pkgconfig
ced6b4d1 23BuildRequires: rpmbuild(macros) >= 1.197
789037fe 24Requires: dbus >= 1.1.2
ea8f2f57
AF
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
a971d564 28GNOME Keyring is a program that keeps password and other secrets for
6030d07d 29users. It is run as a daemon in the session, similar to ssh-agent, and
ea8f2f57
AF
30other applications can locate it by an environment variable.
31
32The library libgnome-keyring is used by applications to integrate with
6bf8e86c
JB
33the GNOME keyring system.
34
997e38ba
JR
35%description -l pl.UTF-8
36GNOME Keyring to program do przechowywania haseł i innych tajnych
37danych użytkowników. Działa jako demon w sesji, podobnie do
38ssh-agenta, a inne aplikacje mogą znaleźć go poprzez zmienną
39środowiskową.
6bf8e86c 40
997e38ba 41Biblioteka libgnome-keyring jest używana przez aplikacje do integracji
6bf8e86c 42z systemem kluczy GNOME.
ea8f2f57 43
dfd31d33 44%package libs
a971d564 45Summary: GNOME keyring library
545c4b5e 46Summary(pl.UTF-8): Biblioteka GNOME keyring
6bf8e86c 47Group: Libraries
dfd31d33 48
49%description libs
a971d564 50GNOME keyring library.
dfd31d33 51
997e38ba 52%description libs -l pl.UTF-8
a971d564 53Biblioteka GNOME keyring.
ea8f2f57
AF
54
55%package devel
a971d564 56Summary: Headers for GNOME keyring library
545c4b5e 57Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNOME keyring
6bf8e86c 58Group: Development/Libraries
6c24b3c6 59Requires: %{name}-libs = %{version}-%{release}
789037fe 60Requires: dbus-devel >= 1.1.2
8e87bb0c 61Requires: glib2-devel >= 1:2.14.1
ea8f2f57
AF
62
63%description devel
a971d564 64Headers for GNOME keyring library.
ea8f2f57 65
997e38ba
JR
66%description devel -l pl.UTF-8
67Pliki nagłówkowe biblioteki GNOME keyring.
ea8f2f57
AF
68
69%package static
a971d564 70Summary: Static GNOME keyring libraries
545c4b5e 71Summary(pl.UTF-8): Statyczne biblioteki GNOME keyring
6bf8e86c 72Group: Development/Libraries
6c24b3c6 73Requires: %{name}-devel = %{version}-%{release}
ea8f2f57
AF
74
75%description static
a971d564 76Static versions of GNOME keyring libraries.
dfd31d33 77
997e38ba 78%description static -l pl.UTF-8
a971d564 79Statyczne biblioteki GNOME keyring.
ea8f2f57 80
e826d50e 81%package apidocs
82Summary: GNOME keyring API documentation
545c4b5e 83Summary(pl.UTF-8): Dokumentacja API GNOME keyring
e826d50e 84Group: Documentation
85Requires: gtk-doc-common
86
87%description apidocs
88GNOME keyring API documentation.
89
997e38ba 90%description apidocs -l pl.UTF-8
e826d50e 91Dokumentacja API GNOME keyring.
92
8e87bb0c
MB
93%package pam
94Summary: A PAM module for unlocking keyrings at login time
95Summary(pl.UTF-8): Moduł PAM do odblokowywania zbiorów kluczy w czasie logowania
96Group: Libraries
97Requires: %{name} = %{version}-%{release}
98
99%description pam
100A PAM module that can automatically unlock the "login" keyring when
101the user logs in and start the keyring daemon.
102
103%description pam -l pl.UTF-8
104Moduł PAM, który może automatycznie odblokowywać zbiór kluczy "login"
105w czasie logowania użytkownika i uruchamiania demona keyring.
106
ea8f2f57
AF
107%prep
108%setup -q
109
110%build
ca1bceba
MB
111%{__glib_gettextize}
112%{__intltoolize}
6c24b3c6 113%{__libtoolize}
114%{__aclocal}
115%{__autoconf}
116%{__automake}
ea8f2f57 117%configure \
178a609f 118 --enable-gtk-doc \
119 --enable-static \
8e87bb0c
MB
120 --with-html-dir=%{_gtkdocdir} \
121 --with-pam-dir=/%{_lib}/security
ea8f2f57
AF
122%{__make}
123
124%install
125rm -rf $RPM_BUILD_ROOT
ea8f2f57 126
8e87bb0c 127%{__make} install install-pam \
ea8f2f57
AF
128 DESTDIR=$RPM_BUILD_ROOT \
129 pkgconfigdir=%{_pkgconfigdir}
130
9418c839 131rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_gnome_keyring.{l,}a
8e87bb0c
MB
132rm -f $RPM_BUILD_ROOT%{_libdir}/pam_gnome_keyring*
133
ea8f2f57
AF
134%find_lang %{name} --with-gnome --all-name
135
136%clean
137rm -rf $RPM_BUILD_ROOT
138
cec55ed8 139%post libs -p /sbin/ldconfig
140%postun libs -p /sbin/ldconfig
ea8f2f57
AF
141
142%files -f %{name}.lang
143%defattr(644,root,root,755)
db68f084 144%doc AUTHORS ChangeLog NEWS README TODO
ea8f2f57 145%attr(755,root,root) %{_bindir}/*
4761618a 146%attr(755,root,root) %{_libexecdir}/%{name}-ask
dfd31d33 147
148%files libs
149%defattr(644,root,root,755)
ea8f2f57
AF
150%attr(755,root,root) %{_libdir}/lib*.so.*.*
151
152%files devel
153%defattr(644,root,root,755)
154%attr(755,root,root) %{_libdir}/lib*.so
155%{_libdir}/lib*.la
ea8f2f57 156%{_includedir}/*
178a609f 157%{_pkgconfigdir}/*.pc
ea8f2f57
AF
158
159%files static
160%defattr(644,root,root,755)
161%{_libdir}/lib*.a
e826d50e 162
163%files apidocs
164%defattr(644,root,root,755)
165%{_gtkdocdir}/%{name}
8e87bb0c
MB
166
167%files pam
168%defattr(644,root,root,755)
169%attr(755,root,root) /%{_lib}/security/pam_gnome_keyring*.so
This page took 0.103907 seconds and 4 git commands to generate.