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