Hello community,

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

Package is "libmwaw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-06-05 
11:54:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes     2013-11-04 
15:09:47.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:13:30 UTC 2013 - [email protected]
+
+- Drop doc conditional and use verbose build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmwaw.spec ++++++
--- /var/tmp/diff_new_pack.5okmwW/_old  2013-11-04 15:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.5okmwW/_new  2013-11-04 15:09:47.000000000 +0100
@@ -17,14 +17,8 @@
 
 
 Name:           libmwaw
-# 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:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel >= 0.9.0
@@ -44,7 +38,6 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-
 %define libname libmwaw-0_1-1
 
 %package -n %libname
@@ -54,7 +47,6 @@
 %description -n %libname
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
-
 %package devel
 Summary:        Files for Developing with libmwaw
 Group:          Development/Libraries/C and C++
@@ -65,9 +57,6 @@
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 This package contains the libmwaw development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:        Documentation for the libmwaw API
 Group:          Documentation/HTML
@@ -75,8 +64,6 @@
 %description devel-doc
 This package contains documentation for the libmwaw API.
 
-%endif
-
 %package tools
 Summary:        Tools to work with publications in pre MAC OSX text 
file-formats
 Group:          Productivity/Publishing/Word
@@ -84,7 +71,6 @@
 %description tools
 Command line tools to work with publications in pre MAC OSX text file-formats.
 
-
 %prep
 %setup -q
 # doxygen needles rebuild
@@ -97,16 +83,16 @@
        --disable-werror \
        --disable-static \
        --docdir=%_docdir/%name
-make %{?_smp_mflags}
+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 COPYING.* $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p COPYING.* %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +107,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmwaw*.pc
 %{_includedir}/libmwaw-*
-%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