Hello community, here is the log from the commit of package libevtlog for openSUSE:Factory checked in at 2015-02-10 20:23:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libevtlog (Old) and /work/SRC/openSUSE:Factory/.libevtlog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libevtlog" Changes: -------- --- /work/SRC/openSUSE:Factory/libevtlog/libevtlog.changes 2012-11-13 09:53:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libevtlog.new/libevtlog.changes 2015-02-10 20:23:20.000000000 +0100 @@ -1,0 +2,10 @@ +Sat Feb 7 14:06:07 UTC 2015 - [email protected] + +- Update to version 0.2.13 + * Changelog has not been updated +- Use download Url as source +- Clean up specfile +- Install library in /usr/lib because of #UsrMove +- Remove obsolete AUTHORS and %clean sections + +------------------------------------------------------------------- Old: ---- eventlog_0.2.12.tar.bz2 New: ---- eventlog_0.2.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libevtlog.spec ++++++ --- /var/tmp/diff_new_pack.VF4Yud/_old 2015-02-10 20:23:21.000000000 +0100 +++ /var/tmp/diff_new_pack.VF4Yud/_new 2015-02-10 20:23:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libevtlog # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,14 @@ Name: libevtlog -Version: 0.2.12 +Version: 0.2.13 Release: 0 Summary: Syslog-ng event logger library source License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://www.balabit.com/products/syslog_ng/ -#Source0: http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/eventlog-%{version}.tar.gz -#Source1: http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/eventlog-%{version}.tar.gz.asc -Source0: eventlog_%{version}.tar.bz2 +Source0: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.4/source/eventlog_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libevtlog0 = %{version}-%{release} BuildRequires: bison BuildRequires: flex BuildRequires: gcc-c++ @@ -53,13 +50,6 @@ The official home page of syslog-ng is: http://www.balabit.com/network-security/syslog-ng/ - - -Authors: --------- - Bal�zs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %package -n libevtlog0 Summary: Syslog-ng event logger library runtime Group: Development/Libraries/C and C++ @@ -82,13 +72,6 @@ The official home page of syslog-ng is: http://www.balabit.com/network-security/syslog-ng/ - - -Authors: --------- - Bal�zs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %package devel Summary: Syslog-ng event logger library development files Group: Development/Libraries/C and C++ @@ -112,54 +95,19 @@ The official home page of syslog-ng is: http://www.balabit.com/network-security/syslog-ng/ - - -Authors: --------- - Bal�zs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %prep %setup -q -n eventlog-%{version} %build -## -## build #################################################### -## -# -# - update configure scripts & tools: -# -#aclocal --force -#libtoolize -f -#automake --foreign --add-missing --copy --force-missing -#autoheader -#autoconf -## -%configure --libdir=/%{_lib} --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +%configure --disable-static --with-pic +%{__make} %{?_smp_mflags} %check -## -## check ################################################## -## make check %install -## -## install ################################################## -## -make DESTDIR=${RPM_BUILD_ROOT} install -rm -vf %{buildroot}/%{_lib}/%{name}.la -%{__install} -d -m 0755 %{buildroot}%{_libdir}/pkgconfig -%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) %{buildroot}%{_libdir}/%{name}.so -%{__rm} -v %{buildroot}/%{_lib}/%{name}.so -%{__mv} -v %{buildroot}/%{_lib}/pkgconfig/eventlog.pc %{buildroot}%{_libdir}/pkgconfig - -%clean -## -## clean build root ######################################### -## -rm -rf $RPM_BUILD_ROOT +make DESTDIR=%{buildroot} install +rm -vf %{buildroot}/%{_libdir}/%{name}.la %post -n libevtlog0 -p /sbin/ldconfig @@ -167,7 +115,7 @@ %files -n libevtlog0 %defattr(-,root,root) -/%_lib/libevtlog*.so.0* +%{_libdir}/libevtlog*.so.0* %files devel %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
