Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting

f41
David Tardon 11 years ago
parent 83434c084c
commit c4513c78cc

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

Loading…
Cancel
Save