SHA256
8
0
forked from pool/log4cpp

Accepting request 405717 from home:MargueriteSu:branches:devel:libraries:c_c++

update version 1.1.2rc2

OBS-URL: https://build.opensuse.org/request/show/405717
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cpp?expand=0&rev=3
This commit is contained in:
2016-06-30 15:16:07 +00:00
committed by Git OBS Bridge
parent 0ebef0ac0f
commit aad80d0bac
4 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db362f5002fef63d9a30623c5157a98c0af19d2500d269e321dcbf31c02cbdd6
size 589894

3
log4cpp-1.1.2rc2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa46bf54bac2bbbec772e0d057817d31dd57bcf01f00bb6d7e9970bd6fc05264
size 593348

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 30 14:48:50 UTC 2016 - i@marguerite.su
- update version 1.1.2rc2
* no upstream changelog
-------------------------------------------------------------------
Sat Aug 22 16:08:45 UTC 2015 - i@marguerite.su

View File

@@ -1,7 +1,7 @@
#
# spec file for package log4cpp
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: log4cpp
Version: 1.1.2rc1
Version: 1.1.2rc2
Release: 0
Summary: Log for C++
License: LGPL-2.1
@@ -71,31 +71,30 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags} mandir=%{buildroot}/%{_mandir} docdir=%{buildroot}/%{_docdir}/%{name}
find %{buildroot} -type f -name "*.la" -delete -print
find %{buildroot} -type f -name "*.a" -delete -print
%if 0%{?suse_version}
%fdupes -s %{buildroot}/%{_docdir}/%{name}/api
%endif
%post -n liblog4cpp5 -p /sbin/ldconfig
%postun -n liblog4cpp5 -p /sbin/ldconfig
%files -n liblog4cpp5
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README THANKS ChangeLog
%{_libdir}/lib*.so.*
%{_libdir}/liblog4cpp.so.5
%{_libdir}/liblog4cpp.so.5.0.6
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_includedir}/log4cpp
%{_mandir}/man*/*
%{_bindir}/log4cpp-config
%{_libdir}/lib*.so
%{_libdir}/*.*a
%{_libdir}/liblog4cpp.so
%{_libdir}/pkgconfig/log4cpp.pc
# WTF?
%dir %{_datadir}/aclocal
%attr(644,root,root) %{_datadir}/aclocal/*.m4
%attr(644,root,root) %{_datadir}/aclocal/log4cpp.m4
%files doc
%defattr(-,root,root)