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