]> git.pld-linux.org Git - packages/gnome-keyring.git/blobdiff - gnome-keyring.spec
- updated to 0.1.2
[packages/gnome-keyring.git] / gnome-keyring.spec
index db9925146ad074b5967b26394fcc856eae855b0a..c76378ee51060d5c470dd73e189585374027891a 100644 (file)
@@ -1,27 +1,38 @@
 Summary:       Keep passwords and other user's secrets
+Summary(pl):   Przechowywanie hase³ i innych tajnych danych u¿ytkowników
 Name:          gnome-keyring
-Version:       0.1
-Release:       2
+Version:       0.1.2
+Release:       1
 License:       LGPL v2+/GPL v2+
-Group:         Libraries
+Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: 82dda41896256f7f687ab6d8b296a3c0
+# Source0-md5: 15ce1b6e53e5964d36fc7098c0123611
 URL:           http://www.gnome.org/
 BuildRequires: glib2-devel >= 2.3.1
+BuildRequires: gtk+2-devel >= 2.3.1
 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 damon in the session, similar to ssh-agent, and
+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.
+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:         X11/Development/Libraries
+Group:         Libraries
 
 %description libs
 Gnome keyring library.
@@ -32,9 +43,8 @@ Biblioteka gnome keyring.
 %package devel
 Summary:       Headers for gnome keyring library
 Summary(pl):   Pliki nag³ówkowe biblioteki gnome keyring
-Group:         X11/Development/Libraries
+Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}
-Requires:      gtk+2-devel >= 2.3.1
 Requires:      glib2-devel >= 2.3.1
 
 %description devel
@@ -46,7 +56,7 @@ Pliki nag
 %package static
 Summary:       Static gnome keyring libraries
 Summary(pl):   Statyczne biblioteki gnome keyring
-Group:         X11/Development/Libraries
+Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -66,7 +76,6 @@ Statyczne biblioteki gnome keyring.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/gnome/help
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
@@ -77,12 +86,12 @@ install -d $RPM_BUILD_ROOT%{_datadir}/gnome/help
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post   libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 
 %files libs
This page took 0.092906 seconds and 4 git commands to generate.