|
|
|
@ -51,11 +51,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Tools to transform Corel Draw drawings into other formats.
|
|
|
|
|
Currently supported: XHTML, text, raw.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror
|
|
|
|
|
sed -i \
|
|
|
|
@ -82,28 +80,22 @@ mkdir -p %{buildroot}/%{_mandir}/man1
|
|
|
|
|
install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING.* README
|
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_includedir}/%{name}-%{apiversion}
|
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%doc COPYING.*
|
|
|
|
|
%doc docs/doxygen/html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%{_bindir}/cdr2raw
|
|
|
|
|
%{_bindir}/cdr2text
|
|
|
|
|