From e9ff79acdde3dd76697d22ff48e01aab1b4dd3f7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 9 Apr 2014 14:08:08 +0200 Subject: [PATCH] remove extra whitespace --- libcdr.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libcdr.spec b/libcdr.spec index a7fae30..2fdb788 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -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