Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 357c373f27224c768694a0744efbe083 > files > 2

autosscep-0.9.28b-1mdk.src.rpm

%define name	autosscep
%define version	0.9.28b
%define release	1mdk

Summary:	Simple automatic certificate enroller
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	autoSscep-%{version}.tar.bz2
License:	BSD-like
Group:		Networking/Other
URL:		http://autosscep.spe.net/
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
AUTOSSCEP is an automatic x509 certificate enroller based on SCEP
(Simple Certificate Enrollment Protocol). It provides VPN users an
easy maintenance of their certificates. It was developed in S.P.E.
laboratories starting from Sscep client by Jarkko Turkulainen and
it's based on OpenSSL toolkit library

%prep

%setup -q -n autoSscep-%{version}

# fix strange perms
chmod 644 *

%build

make CFLAGS="%{optflags}"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}/
install -m0755 autosscep %{buildroot}%{_sbindir}/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT EMPTYCONFIG ERRORS HOWTOCONFIGURE-Eng HOWTOCONFIGURE-Ita README
%{_sbindir}/autosscep

%changelog
* Sun Oct 17 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 0.9.28b-1mdk
- 0.9.28b

* Thu Aug 26 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 0.9.28-1mdk
- initial mandrake package