forked from pool/librevenge
- Disable silent rules
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=6
This commit is contained in:
parent
c96de458dd
commit
5ad99a4fea
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 1 14:12:01 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Disable silent rules
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com
|
Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ Group: System/Libraries
|
|||||||
interfaces for text documents, vector graphics, spreadsheets and
|
interfaces for text documents, vector graphics, spreadsheets and
|
||||||
presentations.
|
presentations.
|
||||||
This package contains classes to be used by converters that generate
|
This package contains classes to be used by converters that generate
|
||||||
documents using %{name}'s APIs.
|
documents using %{name}s APIs.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -106,6 +106,7 @@ The %{name}-doc package contains documentation files for %{name}.
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--enable-pretty-printers \
|
--enable-pretty-printers \
|
||||||
|
--disable-silent-rules \
|
||||||
--docdir=%{_docdir}/%{name}
|
--docdir=%{_docdir}/%{name}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -127,7 +128,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n %{name}-generators-%{pkgextension} -p /sbin/ldconfig
|
%postun -n %{name}-generators-%{pkgextension} -p /sbin/ldconfig
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1300
|
%if 0%{?suse_version} > 1300
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user