#%define gnomever 2.24.0 %define gnomemajver %(echo %version | cut -d. -f 1-2) #%define gnomegroup desktop %define pkgname libgnome-keyring Name: libgnome-keyring Version: 2.30.1 Release: 1mamba Summary: A series of utilities for the Gnome desktop Group: Graphical Desktop/Libraries/GNOME Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnome.org # bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname} Source: http://ftp.acc.umu.se/pub/GNOME/sources/libgnome-keyring/%{gnomemajver}/%{pkgname}-%{version}.tar.gz License: GPL BuildRequires: gettext-devel BuildRequires: pkgconfig BuildRequires: libdbus-glib-devel BuildRequires: GConf-devel BuildRequires: hal-devel BuildRequires: libe2fs-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libglitz-devel BuildRequires: libpixman-devel BuildRequires: libpng-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libxcb-util-devel BuildRequires: libXdmcp-devel BuildRequires: libXrender-devel BuildRequires: ORBit2-devel #BuildRequires: eggdbus-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: gtk-doc BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libdbus-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcrypt-devel BuildRequires: libglib-devel BuildRequires: libgpg-error-devel BuildRequires: libgtk-devel BuildRequires: libpango-devel BuildRequires: libselinux-devel BuildRequires: libtasn1-devel >= 1.5 BuildRequires: libz-devel BuildRequires: pam-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Gnome-keyring is a program that keep password and other secrets for users. It is run as a damon in the session, similar to ssh-agent, and other applications can locate it by an environment variable. The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Gnome-keyring is a program that keep password and other secrets for users. It is run as a damon in the session, similar to ssh-agent, and other applications can locate it by an environment variable. The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. This package contains static libraries and header files need for development. %package static Group: Development/Libraries Summary: Static libraries for %{name} Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release} %description static Gnome-keyring is a program that keep password and other secrets for users. It is run as a damon in the session, similar to ssh-agent, and other applications can locate it by an environment variable. The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. This package contains static libraries need for development. %package apidocs Summary: %{pkgname} API documentation Group: Documentation Requires: gtk-doc %description apidocs %{pkgname} API documentation. %prep %setup -q -n %{pkgname}-%{version} #%patch0 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall %find_lang %{pkgname} %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{pkgname}.lang %defattr(-,root,root) %{_libdir}/libgnome-keyring.so.* %doc AUTHORS COPYING* HACKING NEWS README %files devel %defattr(-,root,root) %dir %{_includedir}/gnome-keyring-1 %{_includedir}/gnome-keyring-1/gnome-keyring*.h %{_libdir}/libgnome-keyring.so %{_exec_prefix}/lib/pkgconfig/gnome-keyring-1.pc %files static %defattr(-,root,root) %{_libdir}/libgnome-keyring.*a %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/gnome-keyring %changelog * Sat May 01 2010 gil 2.30.1-1mamba - update to 2.30.1 * Wed Apr 01 2009 gil 2.26.1-1mamba - update to 2.26.1 * Tue Oct 07 2008 gil 2.24.0-1mamba - update to 2.24.0 * Tue Apr 10 2007 Tiziano Pratellesi 0.8.0-1mamba - update to version 0.8.0 * Wed Jan 10 2007 Davide Madrisan 0.6.0-2qilnx - updated specfile to permit automatic building - new subpackage apidocs with API documentation * Sun Sep 17 2006 Tiziano Pratellesi 0.6.0-1qilnx - update to version 0.6.0 * Mon Aug 16 2004 Silvan Calarco 0.3.2-1qilnx - package creation