forked from pool/log4cpp
Accepting request 661872 from home:jengelh:branches:devel:libraries:c_c++
- Wrap description again. - Replace %__-type macro indirections. OBS-URL: https://build.opensuse.org/request/show/661872 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cpp?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 28 21:40:47 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Wrap description again.
|
||||||
|
- Replace %__-type macro indirections.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 19:46:01 UTC 2018 - marec@detebe.org
|
Wed Dec 19 19:46:01 UTC 2018 - marec@detebe.org
|
||||||
|
|
||||||
@@ -10,9 +16,9 @@ Mon Oct 10 15:33:28 UTC 2016 - adam.majer@suse.de
|
|||||||
|
|
||||||
- update to version 1.1.2rc3
|
- update to version 1.1.2rc3
|
||||||
+ fix std::terminate() call on bad category name component count
|
+ fix std::terminate() call on bad category name component count
|
||||||
in PatternLayout
|
in PatternLayout
|
||||||
+ fix std::terminate() call on bad root category priority name
|
+ fix std::terminate() call on bad root category priority name
|
||||||
in config file
|
in config file
|
||||||
+ remove RollingFileAppend prints log name to std::cout
|
+ remove RollingFileAppend prints log name to std::cout
|
||||||
- fix_sle11_build.patch: fix building on SLE11
|
- fix_sle11_build.patch: fix building on SLE11
|
||||||
|
|
||||||
@@ -32,7 +38,7 @@ Thu Jun 30 14:48:50 UTC 2016 - i@marguerite.su
|
|||||||
Sat Aug 22 16:08:45 UTC 2015 - i@marguerite.su
|
Sat Aug 22 16:08:45 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
- update version 1.1.2rc1
|
- update version 1.1.2rc1
|
||||||
* Small fixes, DailyRollingFile appender, tests,
|
* Small fixes, DailyRollingFile appender, tests,
|
||||||
options to disable support for smtp and syslog
|
options to disable support for smtp and syslog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -58,22 +64,22 @@ Sun Jan 13 10:38:07 UTC 2013 - sleep_walker@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 19 07:20:27 UTC 2012 - rob.verduijn@gmail.com
|
Thu Jul 19 07:20:27 UTC 2012 - rob.verduijn@gmail.com
|
||||||
|
|
||||||
- conflicts fixed for opensuse 12.1
|
- conflicts fixed for opensuse 12.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 13:46:25 UTC 2012 - rob.verduijn@gmail.com
|
Wed Jul 18 13:46:25 UTC 2012 - rob.verduijn@gmail.com
|
||||||
|
|
||||||
- fixed some more rpmlint badness
|
- fixed some more rpmlint badness
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 13:18:45 UTC 2012 - rob.verduijn@gmail.com
|
Wed Jul 18 13:18:45 UTC 2012 - rob.verduijn@gmail.com
|
||||||
|
|
||||||
- fixed duplicate files
|
- fixed duplicate files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 12:53:42 UTC 2012 - rob.verduijn@gmail.com
|
Wed Jul 18 12:53:42 UTC 2012 - rob.verduijn@gmail.com
|
||||||
|
|
||||||
- Fixed directory not owned in specfile
|
- Fixed directory not owned in specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 30 02:00:31 UTC 2011 - alexandre@exatati.com.br
|
Tue Aug 30 02:00:31 UTC 2011 - alexandre@exatati.com.br
|
||||||
|
10
log4cpp.spec
10
log4cpp.spec
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -34,7 +34,9 @@ BuildRequires: fdupes
|
|||||||
%define libname lib%{name}5
|
%define libname lib%{name}5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Log for C++ is a library of classes for flexible logging to files, syslog, and other destinations. It is modeled after the Log for Java library and stays as close to its API as is reasonable.
|
Log for C++ is a library of classes for flexible logging to files,
|
||||||
|
syslog, and other destinations. It is modeled after the Log for Java
|
||||||
|
library and stays as close to its API as is reasonable.
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Logging for C++
|
Summary: Logging for C++
|
||||||
@@ -66,10 +68,10 @@ the popular doxygen documentation generation tool.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-doxygen --disable-static
|
%configure --enable-doxygen --disable-static
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} mandir=%{buildroot}%{_mandir} docdir=%{buildroot}%{_docdir}/%{name}
|
%make_install mandir="%{buildroot}/%{_mandir}" docdir="%{buildroot}/%{_docdir}/%{name}"
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%fdupes -s %{buildroot}/%{_docdir}/%{name}/api
|
%fdupes -s %{buildroot}/%{_docdir}/%{name}/api
|
||||||
|
Reference in New Issue
Block a user