forked from pool/libcdr
Accepting request 416346 from LibreOffice:Factory
- Disable silent rules - Remove sle11 support code OBS-URL: https://build.opensuse.org/request/show/416346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdr?expand=0&rev=21
This commit is contained in:
commit
05c48d6db2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 08:48:34 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Disable silent rules
|
||||
- Remove sle11 support code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 07:30:07 UTC 2016 - fstrba@suse.com
|
||||
|
||||
|
10
libcdr.spec
10
libcdr.spec
@ -69,9 +69,7 @@ This package contains the libcdr development files.
|
||||
%package devel-doc
|
||||
Summary: Documentation for the libcdr API
|
||||
Group: Documentation/HTML
|
||||
%if 0%{?suse_version} > 1200
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description devel-doc
|
||||
This package contains documentation for the libcdr API.
|
||||
@ -89,8 +87,12 @@ Tools to work with documents in Corel Draw file-format.
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
|
||||
%configure --disable-werror --disable-static --docdir=%{_docdir}/%{name}
|
||||
make %{?_smp_mflags} V=1
|
||||
%configure \
|
||||
--disable-werror \
|
||||
--disable-static \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
|
Loading…
x
Reference in New Issue
Block a user