From c09065a6b66fe49a42164096deeddc38b8b74bcc Mon Sep 17 00:00:00 2001 From: David Tardon Date: Apr 09 2014 13:05:15 +0000 Subject: drop extra whitespace --- diff --git a/libwpg.spec b/libwpg.spec index 5de54d8..df5a723 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -18,7 +18,6 @@ Libwpg project is a library and to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel software, such as WordPerfect and Presentations. - %package devel Summary: Development files for %{name} Group: Development/Libraries @@ -28,7 +27,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %package doc Summary: Documentation of %{name} API Group: Documentation @@ -37,7 +35,6 @@ BuildArch: noarch %description doc The %{name}-doc package contains API documentation for %{name}. - %package tools Summary: Tools to convert WordPerfect Graphics images Group: Applications/Multimedia @@ -52,11 +49,9 @@ This package contains tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel software, such as WordPerfect and Presentations. - %prep %setup -q - %build %configure --disable-static --disable-werror sed -i \ @@ -67,40 +62,33 @@ make %{?_smp_mflags} V=1 sed 's/\r//' -i ChangeLog find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg - %install make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # we install API docs directly from build rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL %{_libdir}/%{name}-%{apiversion}.so.* - %files devel %{_includedir}/%{name}-%{apiversion} %{_libdir}/%{name}-%{apiversion}.so %{_libdir}/pkgconfig/%{name}-%{apiversion}.pc - %files doc %doc COPYING.LGPL COPYING.MPL %doc docs/doxygen/html - %files tools %{_bindir}/wpg2raw %{_bindir}/wpg2svg %{_bindir}/wpg2svgbatch.pl - %changelog * Mon Aug 19 2013 David Tardon - 0.2.2-5 - bump revision