Hello community, here is the log from the commit of package blog for openSUSE:Factory checked in at 2019-05-06 13:19:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blog (Old) and /work/SRC/openSUSE:Factory/.blog.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blog" Mon May 6 13:19:49 2019 rev:10 rq:700250 version:2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/blog/blog.changes 2018-08-06 11:52:33.313064973 +0200 +++ /work/SRC/openSUSE:Factory/.blog.new.5148/blog.changes 2019-05-06 13:19:51.208329390 +0200 @@ -1,0 +2,5 @@ +Sat Apr 20 12:09:49 UTC 2019 - Jan Engelhardt <[email protected]> + +- Implement shared library packaging guideline. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blog.spec ++++++ --- /var/tmp/diff_new_pack.h37vBf/_old 2019-05-06 13:19:51.744330611 +0200 +++ /var/tmp/diff_new_pack.h37vBf/_new 2019-05-06 13:19:51.744330611 +0200 @@ -1,7 +1,7 @@ # # spec file for package blog # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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/ # @@ -38,6 +38,13 @@ buffer is used to hold the information for writing it to an existing logging file. +%package -n libblogger2 +Summary: FIFO interface used by startproc +Group: System/Libraries + +%description -n libblogger2 +The libaray for the FIFO interface used by the LSB startproc command. + %package plymouth Summary: Replaces plymouth by blogd Group: System/Base @@ -58,7 +65,7 @@ %package devel Summary: Provides library and header for boot logging Group: Development/Libraries/C and C++ -Requires: blog = %{version} +Requires: libblogger2 = %{version} %description devel The libaray and the header file for the FIFO interface used to build @@ -76,24 +83,24 @@ BOOT_OLDLOGFILE=%{_localstatedir}/log/boot.old %install -make %{?_smp_mflags} install \ +%make_install \ MANPATH=%{_mandir} \ INSTBINFLAGS="-m 0744" \ LIBDIR=%{_libdir} \ INCDIR=%{_includedir} \ SYSDUNITS=%{_unitdir} \ BOOT_LOGFILE=%{_localstatedir}/log/boot.log \ - BOOT_OLDLOGFILE=%{_localstatedir}/log/boot.old \ - DESTDIR=%{buildroot} + BOOT_OLDLOGFILE=%{_localstatedir}/log/boot.old %post %{?regenerate_initrd_post} test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : -test -x /sbin/ldconfig && /sbin/ldconfig || : %postun test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : -test -x /sbin/ldconfig && /sbin/ldconfig || : + +%post -n libblogger2 -p /sbin/ldconfig +%postun -n libblogger2 -p /sbin/ldconfig %posttrans %{?regenerate_initrd_posttrans} @@ -108,7 +115,6 @@ /sbin/isserial /sbin/setconsole /sbin/showconsole -%{_libdir}/libblogger.so.* %doc %{_mandir}/man8/blogctl.8.gz %doc %{_mandir}/man8/blogd.8.gz %doc %{_mandir}/man8/blogger.8.gz @@ -116,6 +122,9 @@ %doc %{_mandir}/man8/setconsole.8.gz %doc %{_mandir}/man8/showconsole.8.gz +%files -n libblogger2 +%{_libdir}/libblogger.so.* + %files devel %defattr(-,root,root) %{_includedir}/libblogger.h
