diff --git a/log4cpp-1.1.2rc1.tar.gz b/log4cpp-1.1.2rc1.tar.gz deleted file mode 100644 index 6451d1d..0000000 --- a/log4cpp-1.1.2rc1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db362f5002fef63d9a30623c5157a98c0af19d2500d269e321dcbf31c02cbdd6 -size 589894 diff --git a/log4cpp-1.1.2rc2.tar.gz b/log4cpp-1.1.2rc2.tar.gz new file mode 100644 index 0000000..82bc984 --- /dev/null +++ b/log4cpp-1.1.2rc2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa46bf54bac2bbbec772e0d057817d31dd57bcf01f00bb6d7e9970bd6fc05264 +size 593348 diff --git a/log4cpp.changes b/log4cpp.changes index c78900e..676634f 100644 --- a/log4cpp.changes +++ b/log4cpp.changes @@ -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 diff --git a/log4cpp.spec b/log4cpp.spec index 049dcfb..3433504 100644 --- a/log4cpp.spec +++ b/log4cpp.spec @@ -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)