Add ECP.rst to doc, use license tag for license file
This commit is contained in:
parent
d61f453f45
commit
e63b5beb7b
@ -53,7 +53,12 @@ install -m 755 %{SOURCE4} %{buildroot}/%{_libexecdir}/%{name}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING NEWS
|
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||||
|
%doc COPYING
|
||||||
|
%else
|
||||||
|
%license COPYING
|
||||||
|
%endif
|
||||||
|
%doc README NEWS ECP.rst
|
||||||
%config(noreplace) %{_httpd_modconfdir}/10-auth_mellon.conf
|
%config(noreplace) %{_httpd_modconfdir}/10-auth_mellon.conf
|
||||||
%config(noreplace) %{_httpd_confdir}/auth_mellon.conf
|
%config(noreplace) %{_httpd_confdir}/auth_mellon.conf
|
||||||
%{_httpd_moddir}/mod_auth_mellon.so
|
%{_httpd_moddir}/mod_auth_mellon.so
|
||||||
|
Loading…
Reference in New Issue
Block a user