Hello community,

here is the log from the commit of package libcdr for openSUSE:Factory checked 
in at 2013-11-06 11:01:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdr (Old)
 and      /work/SRC/openSUSE:Factory/.libcdr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes    2013-07-27 
15:47:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes       2013-11-06 
11:01:32.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:09:17 UTC 2013 - [email protected]
+
+- Remove conditionals for docs and use verbose build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcdr.spec ++++++
--- /var/tmp/diff_new_pack.bZuHDZ/_old  2013-11-06 11:01:33.000000000 +0100
+++ /var/tmp/diff_new_pack.bZuHDZ/_new  2013-11-06 11:01:33.000000000 +0100
@@ -19,12 +19,7 @@
 Name:           libcdr
 # note: the main package is empty, it only sets a sane name for the source rpm
 BuildRequires:  boost-devel
-%if 0%{?suse_version} > 1020
-%define build_doc      1
 BuildRequires:  doxygen
-%else
-%define build_doc      0
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
 BuildRequires:  liblcms2-devel
@@ -72,8 +67,6 @@
 This package contains the libcdr development files.
 
 
-%if %build_doc
-
 %package devel-doc
 Summary:        Documentation for the libcdr API
 Group:          Documentation/HTML
@@ -81,8 +74,6 @@
 %description devel-doc
 This package contains documentation for the libcdr API.
 
-%endif
-
 %package tools
 Summary:        Tools to work with documents in Corel Draw file-format
 Group:          Productivity/Publishing/Word
@@ -97,14 +88,14 @@
 
 %build
 %configure --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}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -120,13 +111,10 @@
 %{_libdir}/pkgconfig/libcdr*.pc
 %{_includedir}/libcdr-*
 
-%if %build_doc != 0
-
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %dir %{_docdir}/%{name}
 %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