Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > f9d0c7e179d8cc57ac6fb9a28614847c > files > 2

gnome-keyring-0.1.90-3ark.src.rpm

Summary: GNOME keyring library
Name: gnome-keyring
Version: 0.1.90
Release: 3ark
URL: ftp://ftp.gnome.org
Source0: %{name}-%{version}.tar.bz2
License: LGPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root

%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System. gnome-keyring includes some library
needed to run GNOME applications

%package devel
Summary: Libraries and headers for gnome-keyring
Group: Development/Libraries

%description devel
The gnome-keyring-devel package includes the libraries and include files that 
you will need to use gnome-keyring.

You should install the gnome-keyring-devel package if you would like to
compile GNOME applications. You do not need to install libgnome-devel
if you just want to use the GNOME desktop environment.

%prep
%setup -q

%build
autoconf 
%configure
make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall
cd $RPM_BUILD_ROOT%_libdir
ln -sf libgnome-keyring.so.0 libgnome-keyring.so

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%_bindir/gnome-keyring-daemon
%_libdir/libgnome-keyring.so*
%_libexecdir/gnome-keyring-ask

%files devel
%defattr(-,root,root)
%_includedir/gnome-keyring-1
%_libdir/*.la
%_libdir/pkgconfig/*.pc
%_datadir/locale/*/LC_MESSAGES/gnome-keyring.mo

%changelog
* Wed Mar 10 2004 David Tio <deux@arklinux.org> 0.1.90-2ark
- Initial RPM