1Summary: Gringotts, an electronic strongbox
2Name: @PACKAGE@
3Version: @VERSION@
4Release: 1
5License: GPL
6Group: Applications/Productivity
7URL: http://devel.pluto.linux.it/projects/Gringotts/
8
9Packager: Dag Wieers <dag@wieers.com>
10Vendor: Germano Rizzo <mano78@users.sourceforge.net>
11
12Source: http://devel.pluto.linux.it/projects/Gringotts/current/%{name}-%{version}.tar.bz2
13BuildRoot: %{_tmppath}/root-%{name}-%{version}
14Prefix: %{_prefix}
15
16BuildPrereq: gtk2-devel, popt, textutils, libgringotts-devel >= 1.2.0, pkgconfig
17
18%description
19Gringotts is a small but (hopely ;) useful utility that stores sensitive
20data (passwords, credit card numbers, friends' addresses) in an organized,
21optimized and most of all very secure form.
22It uses libGringotts to provide a strong level of encryption, just aiming
23to be as trustworthy as possible.
24
25%prep
26%setup
27
28%build
29%configure
30%{__make}
31
32%install
33%{__rm} -rf %{buildroot}
34%makeinstall
35%find_lang %{name}
36
37%clean
38%{__rm} -rf %{buildroot}
39
40%files -f %{name}.lang
41%defattr(-, root, root, 0755)
42%attr(4755, -, -) %{_bindir}/*
43%{_datadir}/pixmaps/gringotts.xpm
44%{_datadir}/gnome/apps/Utilities/gringotts.desktop
45%{_datadir}/doc/*/*
46
47%changelog
48* Fri Apr 18 2003 Germano Rizzo <mano78@users.sourceforge.net>
49- slightly modified to be included into package
50
51* Thu Apr 17 2003 Dag Wieers <dag@wieers.com> - 1.2.5-0
52- Updated to release 1.2.5.
53
54* Tue Jan 07 2003 Dag Wieers <dag@wieers.com> - 1.2.3-0
55- Initial package. (using dar)
56