automatic rebuild by autodist [release 0.99-2mamba;Thu Sep 05 2013]
This commit is contained in:
parent
e089b4b801
commit
c40cfa8c94
@ -1,2 +1,5 @@
|
|||||||
# checkpassword-pam
|
# checkpassword-pam
|
||||||
|
|
||||||
|
checkpassword-pam is an implementation of checkpassword-compatible
|
||||||
|
authentication program.
|
||||||
|
|
||||||
|
53
checkpassword-pam.spec
Normal file
53
checkpassword-pam.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
Name: checkpassword-pam
|
||||||
|
Version: 0.99
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: An implementation of checkpassword-compatible authentication program.
|
||||||
|
Group: Applications/Security
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://checkpasswd-pam.sourceforge.net/
|
||||||
|
Source: http://downloads.sourceforge.net/sourceforge/checkpasswd-pam/checkpassword-pam-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: pam-devel >= 0.75
|
||||||
|
Requires: pam >= 0.75
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
checkpassword-pam is an implementation of checkpassword-compatible
|
||||||
|
authentication program.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
./configure \
|
||||||
|
--prefix=%{_prefix} \
|
||||||
|
--mandir=%{_mandir}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install DESTDIR=%{buildroot}
|
||||||
|
mkdir -p %{buildroot}/etc/pam.d
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/checkpassword-pam
|
||||||
|
%{_mandir}/man8/checkpassword-pam.*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.99-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Sun May 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99-1mamba
|
||||||
|
- update to 0.99
|
||||||
|
|
||||||
|
* Thu Jun 26 2003 Silvan Calarco <silvan.calarco@qinet.it> 0.95-1qilnx
|
||||||
|
- first build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user