Hello community,

here is the log from the commit of package log4cplus for openSUSE:Factory
checked in at Tue Sep 27 16:16:22 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/log4cplus/log4cplus.changes    2011-09-23 
10:10:32.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Fri Sep 23 10:08:30 UTC 2011 - [email protected]
+
+- Renamed to log4cplus to match upstream name
+- Update to 1.0.4 - bugfix release
+- Update to 1.0.3 - bugfix release
+- Update to 1.0.2 - bugfix release
+- Update to 1.0.1 - bugfix release
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------
+Wed Jan 14 17:42:14 CET 2009 - [email protected]
+
+- initial package 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  log4cplus-1.0.4.tar.bz2
  log4cplus.changes
  log4cplus.spec

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

Other differences:
------------------
++++++ log4cplus.spec ++++++
#
# spec file for package log4cplus
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           log4cplus
Version:        1.0.4
%define soname  1_0-4
Release:        1
License:        Apache
Summary:        C++ logging library
Url:            http://log4cplus.sourceforge.net/
Group:          Development/Libraries/C and C++
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.

%package -n lib%{name}-%{soname}
Summary:        C++ logging library
Group:          Development/Libraries/C and C++
Provides:       %{name} = %{version}

%description -n lib%{name}-%{soname}
log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.

%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries/C and C++
Requires:       lib%{name}-%{soname} = %{version}

%description devel
This package provides development libraries and headers needed to
build software making use of %{name}

%prep
%setup -q

%build
%configure  --disable-static
make %{?_smp_mflags}

%install
%make_install
rm %{buildroot}%{_libdir}/*.la

%post   -n lib%{name}-%{soname} -p /sbin/ldconfig
%postun -n lib%{name}-%{soname} -p /sbin/ldconfig

%files -n lib%{name}-%{soname} 
%defattr(-,root,root)
%{_libdir}/lib*.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/log4cplus/
%{_libdir}/lib*.so

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to