]> git.pld-linux.org Git - packages/gnome-keyring.git/blob - gnome-keyring.spec
82020cb2212436909010e53578dc2fb996f915a0
[packages/gnome-keyring.git] / gnome-keyring.spec
1 Summary:        Keep passwords and other user's secrets
2 Summary(pl):    Przechowywanie hase³ i innych tajnych danych u¿ytkowników
3 Name:           gnome-keyring
4 Version:        0.4.8
5 Release:        1
6 License:        LGPL v2+/GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  501a4f4b58ba0d1c119854861d43ef17
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  glib2-devel >= 1:2.6.3
14 BuildRequires:  gtk+2-devel >= 2:2.6.3
15 BuildRequires:  libtool
16 BuildRequires:  rpmbuild(macros) >= 1.197
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GNOME Keyring is a program that keeps password and other secrets for
21 users. It is run as a deamon in the session, similar to ssh-agent, and
22 other applications can locate it by an environment variable.
23
24 The library libgnome-keyring is used by applications to integrate with
25 the GNOME keyring system.
26
27 %description -l pl
28 GNOME Keyring to program do przechowywania hase³ i innych tajnych
29 danych u¿ytkowników. Dzia³a jako demon w sesji, podobnie do
30 ssh-agenta, a inne aplikacje mog± znale¼æ go poprzez zmienn±
31 ¶rodowiskow±.
32
33 Biblioteka libgnome-keyring jest u¿ywana przez aplikacje do integracji
34 z systemem kluczy GNOME.
35
36 %package libs
37 Summary:        GNOME keyring library
38 Summary(pl):    Biblioteka GNOME keyring
39 Group:          Libraries
40
41 %description libs
42 GNOME keyring library.
43
44 %description libs -l pl
45 Biblioteka GNOME keyring.
46
47 %package devel
48 Summary:        Headers for GNOME keyring library
49 Summary(pl):    Pliki nag³ówkowe biblioteki GNOME keyring
50 Group:          Development/Libraries
51 Requires:       %{name}-libs = %{version}-%{release}
52 Requires:       glib2-devel >= 1:2.6.3
53
54 %description devel
55 Headers for GNOME keyring library.
56
57 %description devel -l pl
58 Pliki nag³ówkowe biblioteki GNOME keyring.
59
60 %package static
61 Summary:        Static GNOME keyring libraries
62 Summary(pl):    Statyczne biblioteki GNOME keyring
63 Group:          Development/Libraries
64 Requires:       %{name}-devel = %{version}-%{release}
65
66 %description static
67 Static versions of GNOME keyring libraries.
68
69 %description static -l pl
70 Statyczne biblioteki GNOME keyring.
71
72 %prep
73 %setup -q
74
75 %build
76 %{__libtoolize}
77 %{__aclocal}
78 %{__autoconf}
79 %{__automake}
80 %configure \
81         --enable-static 
82
83 %{__make}
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} install \
89         DESTDIR=$RPM_BUILD_ROOT \
90         pkgconfigdir=%{_pkgconfigdir}
91
92 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
93
94 %find_lang %{name} --with-gnome --all-name
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %post   libs -p /sbin/ldconfig
100 %postun libs -p /sbin/ldconfig
101
102 %files -f %{name}.lang
103 %defattr(644,root,root,755)
104 %doc AUTHORS ChangeLog NEWS README TODO
105 %attr(755,root,root) %{_bindir}/*
106 %attr(755,root,root) %{_libexecdir}/%{name}-ask
107
108 %files libs
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/lib*.so.*.*
111
112 %files devel
113 %defattr(644,root,root,755)
114 %attr(755,root,root) %{_libdir}/lib*.so
115 %{_libdir}/lib*.la
116 %{_pkgconfigdir}/*.pc
117 %{_includedir}/*
118
119 %files static
120 %defattr(644,root,root,755)
121 %{_libdir}/lib*.a
This page took 0.067906 seconds and 2 git commands to generate.