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
|
||||
Version: 2.2.2
|
||||
Version: 3.0.1
|
||||
Release: 1mamba
|
||||
Summary: Simple shell based CA utility
|
||||
Group: Network/Security
|
||||
@ -21,29 +21,37 @@ A small RSA key management package, based on the openssl command line tool.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
%make
|
||||
#autoreconf -f -i
|
||||
#% configure
|
||||
#% make
|
||||
build/build-dist.sh
|
||||
|
||||
%install
|
||||
[ "%{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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/easy-rsa
|
||||
%{_datadir}/easy-rsa/*
|
||||
%config(noreplace) %{_datadir}/easy-rsa/vars
|
||||
%{_datadir}/doc/easy-rsa/COPYING
|
||||
%{_datadir}/doc/easy-rsa/COPYRIGHT.GPL
|
||||
%{_datadir}/doc/easy-rsa/README-2.0
|
||||
%dir %{_datadir}/easyrsa3
|
||||
%{_datadir}/easyrsa3/*
|
||||
#%config(noreplace) %{_datadir}/easy-rsa/vars
|
||||
%dir %{_datadir}/doc/easyrsa3
|
||||
%{_datadir}/doc/easyrsa3/*
|
||||
%doc COPYING README.quickstart.md
|
||||
|
||||
%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
|
||||
- update to 2.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user