%define real_version 0.5.0 Name: gpass Summary: A password manager for the GNOME desktop Version: 0.5.0 Release: 1 License: GPL Group: Applications/Databases Source: http://projects.netlab.jp/gpass/release/%{name}-%{real_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: gtk2 >= 2.4.0 Requires: libgnomeui >= 2.0.0 Requires: mhash, libmcrypt BuildRequires: libgnomeui-devel >= 2.0.0 BuildRequires: mhash-devel, libmcrypt-devel %description The GNOME Password Manager - GPass for short - is a simple application, written for the GNOME 2 desktop, that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password. %prep %setup -q -n gpass-%{real_version} %build %configure make %install rm -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL %find_lang %name %clean rm -rf %{buildroot} %post /sbin/ldconfig %postun /sbin/ldconfig %files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING INSTALL README NEWS TODO %{_bindir}/* %{_datadir}/gpass/* %{_datadir}/applications/%{name}.desktop %{_sysconfdir}/gconf/schemas/gpass.schemas %{_mandir}/man1/gpass* %{_datadir}/pixmaps/gpass-icon.png %changelog * Fri Aug 05 2005 Kouji TAKAO 0.5.0-1 - New upstream version. * Sun Jul 31 2005 Kouji TAKAO 0.5.0-0.rc3.2 - Modified source URL and requires. - Merged patch to upstream. * Sun Jul 31 2005 Marc Deslauriers 0.5.0-0.rc3.1 - Updated to 0.5.0rc3 - Updated desktop file patch * Sat Sep 18 2004 Marc Deslauriers 0.4.4-0.md.1 - Created new spec file - Added patch to have a desktop icon