Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 20340a55a6bde72cd56f8d489ceb4b17 > files > 3

pms-0.94-3mdk.src.rpm

Summary:	Password Management System
Name:		pms
Version:	0.94
Release: 	3mdk
License:	GPL
Group:		File tools
URL:		http://passwordms.sourceforge.net
Source:		%{name}-%{version}.tar.bz2
Patch:		%{name}.install.patch.bz2
BuildRequires:	ncurses-devel libcdk-devel
BuildRoot:	%{_tmppath}/%{name}-root-%{version}

%description
The Password Management System is a simple password manager for the
console which uses blowfish for encryption and CDK for the interface.
It was written for sysadmins who must handle user logins for many computers. 

%prep
%setup -q
%patch0 -p0

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%_bindir/
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_bindir/*
%defattr(644,root,root,755)
%doc README NOTES TODO

%changelog
* Thu Jun 03 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.94-3mdk
- rebuild

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.94-2mdk
- rebuild

* Wed Oct 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.94-1mdk
- from Per Øyvind Karlsen <peroyvind@delonic.no> :
	- Changed BuildRequires
	- Updated install patch
	- 0.94
	- Updated URL

* Thu Jun 26 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.93b-1mdk
- fix group typo
- fix permissions on doc files
- from Per Øyvind Karlsen <peroyvind@delonic.no> :
        - Initial release