|
|
|
@ -22,7 +22,6 @@ libreoffice.
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
@ -72,26 +71,22 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING.*
|
|
|
|
|
%{_libdir}/%{name}-0.0.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_includedir}/%{name}-0.0
|
|
|
|
|
%{_libdir}/%{name}-0.0.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-0.0.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_docdir}/%{name}
|
|
|
|
|
%{_docdir}/%{name}/html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/vsd2raw
|
|
|
|
|
%{_bindir}/vsd2text
|
|
|
|
|
%{_bindir}/vsd2xhtml
|
|
|
|
|