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
|
(WordPerfect Graphics) format. WPG is the format used among others
|
||||||
in Corel software, such as WordPerfect and Presentations.
|
in Corel software, such as WordPerfect and Presentations.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -28,7 +27,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation of %{name} API
|
Summary: Documentation of %{name} API
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -37,7 +35,6 @@ BuildArch: noarch
|
|||||||
%description doc
|
%description doc
|
||||||
The %{name}-doc package contains API documentation for %{name}.
|
The %{name}-doc package contains API documentation for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Tools to convert WordPerfect Graphics images
|
Summary: Tools to convert WordPerfect Graphics images
|
||||||
Group: Applications/Multimedia
|
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,
|
Graphics) format. WPG is the format used among others in Corel software,
|
||||||
such as WordPerfect and Presentations.
|
such as WordPerfect and Presentations.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-werror
|
%configure --disable-static --disable-werror
|
||||||
sed -i \
|
sed -i \
|
||||||
@ -67,40 +62,33 @@ make %{?_smp_mflags} V=1
|
|||||||
sed 's/\r//' -i ChangeLog
|
sed 's/\r//' -i ChangeLog
|
||||||
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
# we install API docs directly from build
|
# we install API docs directly from build
|
||||||
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
|
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
|
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
|
||||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_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.LGPL COPYING.MPL
|
%doc COPYING.LGPL COPYING.MPL
|
||||||
%doc docs/doxygen/html
|
%doc docs/doxygen/html
|
||||||
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/wpg2raw
|
%{_bindir}/wpg2raw
|
||||||
%{_bindir}/wpg2svg
|
%{_bindir}/wpg2svg
|
||||||
%{_bindir}/wpg2svgbatch.pl
|
%{_bindir}/wpg2svgbatch.pl
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 19 2013 David Tardon <dtardon@redhat.com> - 0.2.2-5
|
* Mon Aug 19 2013 David Tardon <dtardon@redhat.com> - 0.2.2-5
|
||||||
- bump revision
|
- bump revision
|
||||||
|
Loading…
Reference in New Issue
Block a user