automatic version update by autodist [release 3.0.1-1mamba;Thu Aug 11 2016]
This commit is contained in:
parent
b8e934e89e
commit
565c58c604
@ -1,5 +1,5 @@
|
|||||||
Name: easy-rsa
|
Name: easy-rsa
|
||||||
Version: 2.2.2
|
Version: 3.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Simple shell based CA utility
|
Summary: Simple shell based CA utility
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
@ -21,29 +21,37 @@ A small RSA key management package, based on the openssl command line tool.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
#autoreconf -f -i
|
||||||
%configure
|
#% configure
|
||||||
%make
|
#% make
|
||||||
|
build/build-dist.sh
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
#% makeinstall
|
||||||
|
install -d -m0755 %{buildroot}%{_datadir}/easyrsa3
|
||||||
|
cp -a easyrsa3/* %{buildroot}%{_datadir}/easyrsa3
|
||||||
|
install -d -m0755 %{buildroot}%{_docdir}/easyrsa3
|
||||||
|
cp -a doc/* %{buildroot}%{_docdir}/easyrsa3/
|
||||||
|
|
||||||
ln -s openssl-1.0.0.cnf %{buildroot}%{_datadir}/easy-rsa/openssl.cnf
|
ln -s openssl-1.0.cnf %{buildroot}%{_datadir}/easyrsa3/openssl.cnf
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/easy-rsa
|
%dir %{_datadir}/easyrsa3
|
||||||
%{_datadir}/easy-rsa/*
|
%{_datadir}/easyrsa3/*
|
||||||
%config(noreplace) %{_datadir}/easy-rsa/vars
|
#%config(noreplace) %{_datadir}/easy-rsa/vars
|
||||||
%{_datadir}/doc/easy-rsa/COPYING
|
%dir %{_datadir}/doc/easyrsa3
|
||||||
%{_datadir}/doc/easy-rsa/COPYRIGHT.GPL
|
%{_datadir}/doc/easyrsa3/*
|
||||||
%{_datadir}/doc/easy-rsa/README-2.0
|
%doc COPYING README.quickstart.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2016 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-1mamba
|
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-1mamba
|
||||||
- update to 2.2.2
|
- update to 2.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user