From 35503329e3efbafd14925f5c1f04fe06c856ffbf Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sun, 16 Aug 2015 15:47:58 -0500 Subject: [PATCH] devel shouldn't own all doc files Since the -devel package requires the main package it doesn't need to own the doc directory or include the license file. --- ocaml-camlimages.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocaml-camlimages.spec b/ocaml-camlimages.spec index a8b84e7..7f8eb30 100644 --- a/ocaml-camlimages.spec +++ b/ocaml-camlimages.spec @@ -2,7 +2,7 @@ Name: ocaml-camlimages Version: 4.1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: OCaml image processing library Group: Development/Libraries @@ -85,9 +85,7 @@ cp -pr License.txt htmlref $RPM_BUILD_ROOT/usr/share/doc/ocaml-camlimages %files devel -%{_docdir}/%{name}/ %{_docdir}/%{name}/htmlref/ -%{_docdir}/%{name}/htmlref/* %{_libdir}/ocaml/camlimages/*.a %if %{opt} %{_libdir}/ocaml/camlimages/*.cmxa @@ -98,6 +96,9 @@ cp -pr License.txt htmlref $RPM_BUILD_ROOT/usr/share/doc/ocaml-camlimages %changelog +* Sun Aug 16 2015 Bruno Wolff III - 4.1.0-18 +- devel shouldn't cover all doc files + * Tue Aug 11 2015 Bruno Wolff III - 4.1.0-17 - Don't use %doc to copy over htmlref for -devel package