diff --git a/libvisio.changes b/libvisio.changes index c4b0edc..61af140 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 1 09:05:03 UTC 2013 - tchvatal@suse.com + +- Remove conditional for the doc building, use verbose build. + ------------------------------------------------------------------- Fri Jul 26 06:58:30 UTC 2013 - fridrich.strba@suse.com diff --git a/libvisio.spec b/libvisio.spec index ed3b8ca..f140d7f 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -1,7 +1,7 @@ # # spec file for package libvisio # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,30 +21,25 @@ Name: libvisio Version: 0.0.30 Release: 0 -License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: Library for parsing the MS Visio file format structure -Url: http://www.freedesktop.org/wiki/Software/libvisio +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Productivity/Publishing/Word +Url: http://www.freedesktop.org/wiki/Software/libvisio Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz Patch0: libvisio-0.0.30-iterator_range.patch Patch1: libvisio-0.0.30-wpx_seek_end.patch BuildRequires: boost-devel -%if 0%{?suse_version} > 1020 -%define build_doc 1 BuildRequires: doxygen -%else -%define build_doc 0 -%endif BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gperf BuildRequires: libicu-devel BuildRequires: libwpd-devel >= 0.9.5 BuildRequires: libwpg-devel >= 0.2.0 BuildRequires: libxml2-devel -BuildRequires: zlib-devel -BuildRequires: gperf BuildRequires: pkgconfig BuildRequires: xz +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,14 +67,12 @@ cross-platform, at the moment it can be build on Microsoft Windows and Linux. This package contains the libvisio development files. -%if %build_doc %package devel-doc Summary: Documentation for the libvisio API Group: Documentation/HTML %description devel-doc This package contains documentation for the libvisio API. -%endif %package tools Summary: Tools to work with documents in MS Visio file-format @@ -98,7 +91,7 @@ This package contains tools to work with documents in MS Visio file-format. --disable-werror \ --disable-static \ --docdir=%{_docdir}/%{name}-devel/html -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install @@ -125,11 +118,9 @@ cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/ %{_libdir}/pkgconfig/libvisio*.pc %{_includedir}/libvisio-* -%if %build_doc != 0 %files devel-doc %defattr(-,root,root,-) %doc %{_docdir}/%{name}-devel/html/ -%endif %files tools %defattr(-,root,root)