Don't use %doc to copy over htmlref

%doc was copying the data over for the -devel package to a different
directory than the install step was installing them to. Previously
this wasn't being flagged as an error, but a recent change to rpm
fixed that. So now the files are listed without %doc. Files in the docdir
should get treated as doc files without %doc, so that should be OK.
This commit is contained in:
Bruno Wolff III 2015-08-11 19:14:50 -05:00
parent cd3f5d410f
commit 1f2a5033b3
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: ocaml-camlimages
Version: 4.1.0
Release: 16%{?dist}
Release: 17%{?dist}
Summary: OCaml image processing library
Group: Development/Libraries
@ -98,6 +98,9 @@ cp -pr License.txt htmlref $RPM_BUILD_ROOT/usr/share/doc/ocaml-camlimages
%changelog
* Tue Aug 11 2015 Bruno Wolff III <bruno@wolff.to> - 4.1.0-17
- Don't use %doc to copy over htmlref for -devel package
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 4.1.0-16
- Bump release and rebuild.