[libwpg] drop extra whitespace

David Tardon dtardon at fedoraproject.org
Wed Apr 9 13:17:01 UTC 2014


commit c09065a6b66fe49a42164096deeddc38b8b74bcc
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 9 15:05:15 2014 +0200

    drop extra whitespace

 libwpg.spec |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
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 <dtardon at redhat.com> - 0.2.2-5
 - bump revision


More information about the scm-commits mailing list