Hello community,

here is the log from the commit of package buffer for openSUSE:Factory checked 
in at 2020-02-07 15:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buffer (Old)
 and      /work/SRC/openSUSE:Factory/.buffer.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buffer"

Fri Feb  7 15:52:59 2020 rev:17 rq:770546 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/buffer/buffer.changes    2011-10-04 
18:07:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.buffer.new.26092/buffer.changes 2020-02-07 
15:53:47.791490604 +0100
@@ -1,0 +2,7 @@
+Wed Jan 22 15:22:40 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Cleanup spec file:
+  * Follow latest SPDX license identifiers
+  * Trim obsolete parts
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ buffer.spec ++++++
--- /var/tmp/diff_new_pack.OleXnT/_old  2020-02-07 15:53:48.979491253 +0100
+++ /var/tmp/diff_new_pack.OleXnT/_new  2020-02-07 15:53:48.983491255 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package buffer
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,18 @@
 # 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/
 #
 
 
-
 Name:           buffer
-License:        GPL-2.0+
-Group:          System/Base
 Version:        1.19
-Release:        843
+Release:        0
 Summary:        Buffering stdin and stdout
+License:        GPL-2.0-or-later
+Group:          System/Base
 Source:         buffer-%{version}.tar.gz
-Patch:          buffer-%{version}.dif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch0:         buffer-%{version}.dif
 
 %description
 This is a program designed to speed up writing tapes on remote tape
@@ -34,20 +32,18 @@
 standard-out.  Both processes communicate via shared memory.
 
 %prep
-%setup
-%patch
+%autosetup -p0
 
 %build
-make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+%make_build CFLAGS="%{optflags}"
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT%{_mandir}/man1
-make install INSTBIN=$RPM_BUILD_ROOT/usr/bin \
-            INSTMAN=$RPM_BUILD_ROOT%{_mandir}/man1 S=1
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
+make install INSTBIN=%{buildroot}%{_bindir} \
+            INSTMAN=%{buildroot}%{_mandir}/man1 S=1
 
 %files
-%defattr(-,root,root)
-%attr(755,root,root) /usr/bin/buffer
-%doc %{_mandir}/man1/buffer.1.gz
+%attr(755,root,root) %{_bindir}/buffer
+%{_mandir}/man1/buffer.1%{?ext_man}
 
 %changelog


Reply via email to