drop extra whitespace
This commit is contained in:
parent
ce15630052
commit
c09065a6b6
12
libwpg.spec
12
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@redhat.com> - 0.2.2-5
|
||||
- bump revision
|
||||
|
Loading…
Reference in New Issue
Block a user