Hello community,

here is the log from the commit of package libwpg for openSUSE:Factory checked 
in at 2013-11-04 15:26:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwpg (Old)
 and      /work/SRC/openSUSE:Factory/.libwpg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwpg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwpg/libwpg.changes    2013-04-19 
15:44:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwpg.new/libwpg.changes       2013-11-04 
15:26:34.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:35:52 UTC 2013 - [email protected]
+
+- Use verbose build, disable werror, drop conditional for docs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libwpg.spec ++++++
--- /var/tmp/diff_new_pack.8rKqrs/_old  2013-11-04 15:26:36.000000000 +0100
+++ /var/tmp/diff_new_pack.8rKqrs/_new  2013-11-04 15:26:36.000000000 +0100
@@ -17,13 +17,7 @@
 
 
 Name:           libwpg
-# note: the main package is empty, it only sets a sane name for the source rpm
-%if 0%{?suse_version} > 1020
-%define build_doc      1
 BuildRequires:  doxygen
-%else
-%define build_doc      0
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel >= 0.9.0
 BuildRequires:  pkgconfig
@@ -68,8 +62,6 @@
 
 This package contains the libwpg development files.
 
-%if %build_doc
-
 %package devel-doc
 Summary:        Documentation for the libwpg API
 Group:          Documentation/HTML
@@ -77,8 +69,6 @@
 %description devel-doc
 This package contains documentation for the libwpg API.
 
-%endif
-
 %package tools
 Summary:        Tools for converting WordPerfect Graphics files
 Group:          Productivity/Publishing/Word
@@ -91,15 +81,18 @@
 
 %build
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
-%configure --disable-static --docdir=%_docdir/%name
-make %{?_smp_mflags}
+%configure \
+       --disable-werror \
+       --disable-static \
+       --docdir=%_docdir/%name
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 # documentation
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p AUTHORS COPYING.LGPL COPYING.MPL ChangeLog 
$RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p AUTHORS COPYING.LGPL COPYING.MPL ChangeLog %{buildroot}%{_docdir}/%{name}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -114,12 +107,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libwpg*.pc
 %{_includedir}/libwpg-*
-%if %build_doc != 0
 
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
-%endif
 
 %files tools
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to