Hello community,

here is the log from the commit of package posix_cc for openSUSE:Factory 
checked in at 2020-01-01 14:57:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/posix_cc (Old)
 and      /work/SRC/openSUSE:Factory/.posix_cc.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "posix_cc"

Wed Jan  1 14:57:00 2020 rev:16 rq:758471 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/posix_cc/posix_cc.changes        2016-02-01 
19:57:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.posix_cc.new.6675/posix_cc.changes      
2020-01-01 14:57:35.073908729 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 09:50:16 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Modernize spec file
+- Build in build phase
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ posix_cc.spec ++++++
--- /var/tmp/diff_new_pack.cT1fSC/_old  2020-01-01 14:57:35.741909077 +0100
+++ /var/tmp/diff_new_pack.cT1fSC/_new  2020-01-01 14:57:35.745909080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package posix_cc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # 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/
 #
 
 
@@ -25,7 +25,6 @@
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 c89 is the name of the C language compiler as required by the POSIX
@@ -38,20 +37,20 @@
 standards.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 autoreconf -fiv
 %configure
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-, root, root)
 %{_bindir}/c89
 %{_bindir}/c99
-%{_mandir}/man1/c89.1%{ext_man}
-%{_mandir}/man1/c99.1%{ext_man}
+%{_mandir}/man1/c89.1%{?ext_man}
+%{_mandir}/man1/c99.1%{?ext_man}
 
 %changelog


Reply via email to