From c4513c78ccce2f42233acb97088e5c6983d8d731 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 30 Aug 2013 19:55:46 +0200 Subject: [PATCH] Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting --- libmwaw.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libmwaw.spec b/libmwaw.spec index bc8cee0..f46ecda 100644 --- a/libmwaw.spec +++ b/libmwaw.spec @@ -2,7 +2,7 @@ Name: libmwaw Version: 0.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Import library for some old mac text documents Group: System Environment/Libraries @@ -69,6 +69,8 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.la # it seems this tool is only useful on MacOS rm -f %{buildroot}/%{_bindir}/mwawFile +# rhbz#1001297 we install API docs directly from build +rm -rf %{buildroot}/%{_docdir}/%{name} %post -p /sbin/ldconfig @@ -90,8 +92,7 @@ rm -f %{buildroot}/%{_bindir}/mwawFile %files doc %doc COPYING.* -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/html +%doc docs/doxygen/html %files tools @@ -101,6 +102,9 @@ rm -f %{buildroot}/%{_bindir}/mwawFile %changelog +* Fri Aug 30 2013 David Tardon - 0.1.10-3 +- Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting + * Sat Aug 03 2013 Fedora Release Engineering - 0.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild