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:
@@ -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
3
log4cpp-1.1.2rc2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa46bf54bac2bbbec772e0d057817d31dd57bcf01f00bb6d7e9970bd6fc05264
|
||||||
|
size 593348
|
||||||
@@ -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
|
Sat Aug 22 16:08:45 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
|||||||
17
log4cpp.spec
17
log4cpp.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package log4cpp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: log4cpp
|
Name: log4cpp
|
||||||
Version: 1.1.2rc1
|
Version: 1.1.2rc2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Log for C++
|
Summary: Log for C++
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@@ -71,31 +71,30 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} mandir=%{buildroot}/%{_mandir} docdir=%{buildroot}/%{_docdir}/%{name}
|
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 "*.la" -delete -print
|
||||||
|
find %{buildroot} -type f -name "*.a" -delete -print
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%fdupes -s %{buildroot}/%{_docdir}/%{name}/api
|
%fdupes -s %{buildroot}/%{_docdir}/%{name}/api
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n liblog4cpp5 -p /sbin/ldconfig
|
%post -n liblog4cpp5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n liblog4cpp5 -p /sbin/ldconfig
|
%postun -n liblog4cpp5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n liblog4cpp5
|
%files -n liblog4cpp5
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README THANKS ChangeLog
|
%doc AUTHORS COPYING NEWS README THANKS ChangeLog
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/liblog4cpp.so.5
|
||||||
|
%{_libdir}/liblog4cpp.so.5.0.6
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/log4cpp
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%{_bindir}/log4cpp-config
|
%{_bindir}/log4cpp-config
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/liblog4cpp.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/pkgconfig/log4cpp.pc
|
%{_libdir}/pkgconfig/log4cpp.pc
|
||||||
# WTF?
|
# WTF?
|
||||||
%dir %{_datadir}/aclocal
|
%dir %{_datadir}/aclocal
|
||||||
%attr(644,root,root) %{_datadir}/aclocal/*.m4
|
%attr(644,root,root) %{_datadir}/aclocal/log4cpp.m4
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|||||||
Reference in New Issue
Block a user