scap-security-guide-0.1.25-1

This commit is contained in:
Šimon Lukašík 2015-09-05 19:25:38 +02:00
parent ffb3d08bc6
commit 3a42be4a57

View File

@ -6,7 +6,7 @@
# this one).
Name: scap-security-guide
Version: 0.1.24
Version: 0.1.25
Release: 1%{?dist}
Summary: Security guidance and baselines in SCAP formats
Group: Applications/System
@ -53,13 +53,6 @@ make %{?_smp_mflags} dist
%install
make install DESTDIR=$RPM_BUILD_ROOT
# bugfix for ssg-0.1.24
mv %{buildroot}/usr/man %{buildroot}%{_mandir}
# bugfix for ssg-0.1.24
mkdir -p %{buildroot}/%{_docdir}/%{name}/guides
mv %{buildroot}/%{_docdir}/%{name}/*.html %{buildroot}/%{_docdir}/%{name}/guides
# Install DataStream files
for target in Firefox JRE
do
@ -84,6 +77,9 @@ install -m 0644 LICENSE %{buildroot}/%{_docdir}/%{name}
%doc %{_docdir}/%{name}/guides/*.html
%changelog
* Sat Sep 05 2015 Šimon Lukašík <slukasik@redhat.com> - 0.1.25-1
- update to the latest upstream release
* Thu Jul 09 2015 Šimon Lukašík <slukasik@redhat.com> - 0.1.24-1
- update to the latest upstream release
- created doc sub-package to ship all the guides