Resolves: rhbz#1001240 duplicate documentation files / potentially conflicting
This commit is contained in:
parent
c96e0ef597
commit
0970d6e430
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libvisio
|
||||
Version: 0.0.30
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A library providing ability to interpret and import visio diagrams
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,6 +68,8 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# rhbz#1001240 we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -90,8 +92,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%files doc
|
||||
%doc COPYING.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/html
|
||||
%doc docs/doxygen/html
|
||||
|
||||
|
||||
%files tools
|
||||
@ -104,6 +105,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.0.30-4
|
||||
- Resolves: rhbz#1001240 duplicate documentation files / potentially conflicting
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.30-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user