Hello community,

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

Package is "libmspub"

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

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

Other differences:
------------------
++++++ libmspub.spec ++++++
--- /var/tmp/diff_new_pack.BRYAlg/_old  2013-11-04 15:07:08.000000000 +0100
+++ /var/tmp/diff_new_pack.BRYAlg/_new  2013-11-04 15:07:08.000000000 +0100
@@ -17,14 +17,8 @@
 
 
 Name:           libmspub
-# 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:  libicu-devel
@@ -45,7 +39,6 @@
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-
 %define libname libmspub-0_0-0
 
 %package -n %libname
@@ -56,7 +49,6 @@
 libmspub is a library for parsing the Corel Draw file format structure. It is
 cross-platform, at the moment it can be build on Microsoft Windows and Linux.
 
-
 %package devel
 Summary:        Files for Developing with libmspub
 Group:          Development/Libraries/C and C++
@@ -69,9 +61,6 @@
 
 This package contains the libmspub development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:        Documentation for the libmspub API
 Group:          Documentation/HTML
@@ -79,7 +68,6 @@
 %description devel-doc
 This package contains documentation for the libmspub API.
 
-%endif
 
 %package tools
 Summary:        Tools to work with publications in Microsoft Publisher 
file-format
@@ -88,7 +76,6 @@
 %description tools
 Command line tools to work with publications in Microsoft Publisher 
file-format.
 
-
 %prep
 %setup -q
 
@@ -97,16 +84,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 AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +108,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmspub*.pc
 %{_includedir}/libmspub-*
-%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