[libmwaw] Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting

David Tardon dtardon at fedoraproject.org
Fri Aug 30 17:56:24 UTC 2013


commit c4513c78ccce2f42233acb97088e5c6983d8d731
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Aug 30 19:55:46 2013 +0200

    Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting

 libmwaw.spec |   10 +++++++---
 1 files 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 <dtardon at redhat.com> - 0.1.10-3
+- Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list