clean 1st build before 2nd build
This commit is contained in:
parent
4217b362ad
commit
a03b84e156
@ -1,7 +1,7 @@
|
|||||||
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
||||||
Name: mod_auth_mellon
|
Name: mod_auth_mellon
|
||||||
Version: 0.14.0
|
Version: 0.14.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: auth_mellon.conf
|
Source1: auth_mellon.conf
|
||||||
@ -38,6 +38,7 @@ make %{?_smp_mflags}
|
|||||||
cp .libs/%{name}.so %{name}-diagnostics.so
|
cp .libs/%{name}.so %{name}-diagnostics.so
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
make clean
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
pushd doc/user_guide
|
pushd doc/user_guide
|
||||||
asciidoctor -a data-uri mellon_user_guide.adoc
|
asciidoctor -a data-uri mellon_user_guide.adoc
|
||||||
@ -101,6 +102,9 @@ in the doc directory for instructions on using the diagnostics build.
|
|||||||
%dir /run/%{name}/
|
%dir /run/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 1 2018 John Dennis <jdennis@redhat.com> - 0.14.0-2
|
||||||
|
- clean diagnostics build prior to normal build
|
||||||
|
|
||||||
* Thu Apr 19 2018 John Dennis <jdennis@redhat.com> - 0.14.0-1
|
* Thu Apr 19 2018 John Dennis <jdennis@redhat.com> - 0.14.0-1
|
||||||
- Upgrade to new upstream release
|
- Upgrade to new upstream release
|
||||||
- Add README.redhat.rst doc explaining packaging of this module.
|
- Add README.redhat.rst doc explaining packaging of this module.
|
||||||
|
Loading…
Reference in New Issue
Block a user