Blob Blame History Raw
Name: easy-rsa
Version:  2.2.2
Release:  2%{?dist}

Summary: Simple shell based CA utility
Group: Applications/Internet
License: GPLv2

URL: https://github.com/OpenVPN/easy-rsa
Source0: https://github.com/OpenVPN/easy-rsa/archive/2.2.2.tar.gz

Requires: openssl
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
This is a small RSA key management package, based on the openssl
command line tool, that can be found in the easy-rsa subdirectory
of the OpenVPN distribution. While this tool is primary concerned
with key management for the SSL VPN application space, it can also
be used for building web certificates.


%prep
%setup -q
%build
#Nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/easy-rsa/2.0/
cp -rp easy-rsa/2.0/* %{buildroot}%{_datadir}/easy-rsa/2.0/


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPY* doc/
%{_datadir}/easy-rsa/

%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Wed Feb 19 2014 Jon Ciesla <limburgher@gmail.com> - 2.2.2-1
- Latest stable upstream.

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Fri Jun 14 2013 Jon Ciesla <limburgher@gmail.com> - 2.2.0-2
- Update cp to preserve timestamps.

* Wed May 22 2013 Jon Ciesla <limburgher@gmail.com> - 2.2.0-1
- Create.