New version 2.0.5
This commit is contained in:
parent
958b34119d
commit
7b5ac51629
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/log4cplus-1.1.2.tar.xz
|
/log4cplus-1.1.2.tar.xz
|
||||||
/log4cplus-1.1.3-rc3.tar.xz
|
/log4cplus-1.1.3-rc3.tar.xz
|
||||||
/log4cplus-1.2.0.tar.xz
|
/log4cplus-1.2.0.tar.xz
|
||||||
|
/log4cplus-2.0.5.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#%%global prever rc3
|
#%%global prever rc3
|
||||||
|
|
||||||
Name: log4cplus
|
Name: log4cplus
|
||||||
Version: 1.2.0
|
Version: 2.0.5
|
||||||
Release: 13%{?prever:.%{prever}}%{?dist}
|
Release: 11%{?prever:.%{prever}}%{?dist}
|
||||||
Summary: Logging Framework for C++
|
Summary: Logging Framework for C++
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -34,13 +34,13 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la}
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus*.{a,la}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE README.md ChangeLog
|
%doc LICENSE README.md ChangeLog
|
||||||
%{_libdir}/liblog4cplus*.so.5*
|
%{_libdir}/liblog4cplus*.so.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/log4cplus
|
%dir %{_includedir}/log4cplus
|
||||||
@ -63,6 +63,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la}
|
|||||||
%{_libdir}/pkgconfig/log4cplus.pc
|
%{_libdir}/pkgconfig/log4cplus.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 20 2020 Pavel Zhukov <pzhukov@redhat.com> - 2.0.5-11rc3:.%{prever}}%{?dist}
|
||||||
|
- New version v2.0.5
|
||||||
|
|
||||||
* Wed Aug 26 2020 Jeff Law <law@redhat.com> - 1.2.0-13
|
* Wed Aug 26 2020 Jeff Law <law@redhat.com> - 1.2.0-13
|
||||||
- Drop forcing of C++11 mode.
|
- Drop forcing of C++11 mode.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user