-
Notifications
You must be signed in to change notification settings - Fork 4
/
pwman.spec.in
43 lines (35 loc) · 1016 Bytes
/
pwman.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Note - pwman.spec is autogenerated from pwman.spec.in
# Make sure you edit the latter and not the former!
Summary: A password manager which uses gpg encryption to safeguard your data.
Name: pwman
Version: @VERSION@
Release: 1
License: GPL
Group: Applications/System
URL: http://pwman.sourceforge.net/
Source: http://prdownloads.sourceforge.net/pwman/pwman-%{version}.tar.gz
Requires: libxml2 ncurses gnupg
BuildRequires: libxml2-devel ncurses-devel
%description
PWMan is a password manager which uses gpg encryption to safeguard your data.
Some code has been taken from Jaakko Heinonen's abook.
%prep
%setup
%build
%configure
make
%install
rm -rf ${RPM_BUILD_ROOT}
make DESTDIR=${RPM_BUILD_ROOT} install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%doc %{_mandir}/man1/pwman.1*
%{_bindir}/pwman
%{_bindir}/convert_pwdb
%{_bindir}/pwdb2csv
%changelog
* Thu Dec 3 2006 Nick Burch <gagravarr@users.sourceforge.net>
- Initial RPM build