SPECS: gnome-keyring.spec - ghost soname symlink
qboosh
qboosh at pld-linux.org
Thu Jan 10 07:50:24 CET 2008
Author: qboosh Date: Thu Jan 10 06:50:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlink
---- Files affected:
SPECS:
gnome-keyring.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/gnome-keyring.spec
diff -u SPECS/gnome-keyring.spec:1.51 SPECS/gnome-keyring.spec:1.52
--- SPECS/gnome-keyring.spec:1.51 Wed Jan 9 21:18:36 2008
+++ SPECS/gnome-keyring.spec Thu Jan 10 07:50:19 2008
@@ -4,7 +4,7 @@
Name: gnome-keyring
Version: 2.20.3
Release: 1
-License: LGPL v2+/GPL v2+
+License: LGPL v2+ (library), GPL v2+ (programs)
Group: X11/Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.20/%{name}-%{version}.tar.bz2
# Source0-md5: 2205177a168e745fa803c96a4fb62102
@@ -47,6 +47,7 @@
%package libs
Summary: GNOME keyring library
Summary(pl.UTF-8): Biblioteka GNOME keyring
+License: LGPL v2+
Group: Libraries
%description libs
@@ -58,6 +59,7 @@
%package devel
Summary: Headers for GNOME keyring library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNOME keyring
+License: LGPL v2+
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: dbus-devel >= 1.1.2
@@ -72,6 +74,7 @@
%package static
Summary: Static GNOME keyring libraries
Summary(pl.UTF-8): Statyczne biblioteki GNOME keyring
+License: LGPL v2+
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
@@ -84,6 +87,7 @@
%package apidocs
Summary: GNOME keyring API documentation
Summary(pl.UTF-8): Dokumentacja API GNOME keyring
+License: LGPL v2+
Group: Documentation
Requires: gtk-doc-common
@@ -96,6 +100,7 @@
%package pam
Summary: A PAM module for unlocking keyrings at login time
Summary(pl.UTF-8): Moduł PAM do odblokowywania zbiorów kluczy w czasie logowania
+License: LGPL v2+
Group: Libraries
Requires: %{name} = %{version}-%{release}
@@ -147,23 +152,24 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/gnome-keyring-daemon
%attr(755,root,root) %{_libexecdir}/%{name}-ask
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libgnome-keyring.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgnome-keyring.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libgnome-keyring.so
+%{_libdir}/libgnome-keyring.la
+%{_includedir}/gnome-keyring-1
+%{_pkgconfigdir}/gnome-keyring-1.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libgnome-keyring.a
%files apidocs
%defattr(644,root,root,755)
@@ -171,7 +177,7 @@
%files pam
%defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/security/pam_gnome_keyring*.so
+%attr(755,root,root) /%{_lib}/security/pam_gnome_keyring.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -179,6 +185,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2008-01-10 06:50:19 qboosh
+- ghost soname symlink
+
Revision 1.51 2008-01-09 20:18:36 megabajt
- updated to 2.20.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-keyring.spec?r1=1.51&r2=1.52&f=u
More information about the pld-cvs-commit
mailing list