Hello community,

here is the log from the commit of package log4c for openSUSE:Factory checked 
in at 2015-03-18 13:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/log4c (Old)
 and      /work/SRC/openSUSE:Factory/.log4c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "log4c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4c/log4c.changes      2014-07-30 
07:35:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.log4c.new/log4c.changes 2015-03-18 
13:08:24.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar 14 09:50:34 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Do not build pdf documentation as it fails and html version is 
+  also built
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ log4c.spec ++++++
--- /var/tmp/diff_new_pack.NiU4g8/_old  2015-03-18 13:08:25.000000000 +0100
+++ /var/tmp/diff_new_pack.NiU4g8/_new  2015-03-18 13:08:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4c
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:           log4c
@@ -26,35 +25,12 @@
 Url:            http://log4c.sourceforge.net/
 Source0:        
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
 BuildRequires:  libexpat-devel
 BuildRequires:  pkg-config
-BuildRequires:  texlive-latex
-%if %suse_version > 1220
-BuildRequires:  texlive-courier
-BuildRequires:  texlive-dvips
-BuildRequires:  texlive-ec
-BuildRequires:  texlive-helvetic
-BuildRequires:  texlive-makeindex
-BuildRequires:  texlive-times
-BuildRequires:  tex(amssymb.sty)
-BuildRequires:  tex(colortbl.sty)
-BuildRequires:  tex(fancyhdr.sty)
-BuildRequires:  tex(float.sty)
-BuildRequires:  tex(mathptmx.sty)
-BuildRequires:  tex(multirow.sty)
-BuildRequires:  tex(natbib.sty)
-BuildRequires:  tex(sectsty.sty)
-BuildRequires:  tex(tocloft.sty)
-BuildRequires:  tex(wasy7.tfm)
-BuildRequires:  tex(wasysym.sty)
-BuildRequires:  tex(xtab.sty)
-%endif
 
 %description
 Log4c is a library of C for flexible logging to files, syslog and other
@@ -93,19 +69,21 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic                  \
+%configure \
+       --disable-static \
+       --with-pic \
     --enable-test           \
     --enable-doc            \
     --enable-debug
-%{__make} -j1 # parallel make is broken
+make -j1 # parallel make is broken
 # check fails on symlinks, so run before install
-%{__make} check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-%__rm %{buildroot}%{_libdir}/liblog4c.la
-%__rm -rf %{buildroot}%{_datadir}/doc/log4c-%{version}/
-%__rm -rf %{buildroot}/%{_sysconfdir}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm %{buildroot}%{_libdir}/liblog4c.la
+rm -rf %{buildroot}%{_datadir}/doc/log4c-%{version}/
+rm -rf %{buildroot}/%{_sysconfdir}
 
 %fdupes -s %{buildroot}/%{_mandir}
 %fdupes -s doc/
@@ -137,6 +115,6 @@
 
 %files -n liblog4c-doc
 %defattr(-,root,root)
-%doc doc/%{name}.pdf doc/html
+%doc doc/html
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to