copy source6 into spec, dont include directory via %doc macro

This commit is contained in:
Paul Wouters 2012-03-26 22:44:34 -04:00
parent 1f1c55d35f
commit f49c13480c

View File

@ -34,6 +34,7 @@ name server. It requires a PKCS#11 crypto module library, such as softhsm
%build
%configure --with-ldns=%{_libdir}
make %{?_smp_mflags}
cp %{SOURCE6} LICENSE
%check
# Requires sample db not shipped with upstream
@ -75,7 +76,7 @@ rm -rf %{buildroot}
%attr(0660,root,ods) %config(noreplace) %{_sysconfdir}/opendnssec/*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/ods
%attr(0770,root,ods) %dir %{_localstatedir}/run/opendnssec
%doc NEWS README %{SOURCE6}
%doc NEWS README LICENSE
%{_mandir}/*/*
%{_sbindir}/*
%{_bindir}/*