Hello community,

here is the log from the commit of package posix_cc for openSUSE:Factory 
checked in at 2016-02-01 19:56:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/posix_cc (Old)
 and      /work/SRC/openSUSE:Factory/.posix_cc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "posix_cc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/posix_cc/posix_cc.changes        2011-12-08 
11:54:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.posix_cc.new/posix_cc.changes   2016-02-01 
19:57:14.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 30 22:05:21 UTC 2016 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Use macro for configure
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ posix_cc.spec ++++++
--- /var/tmp/diff_new_pack.xYGf8f/_old  2016-02-01 19:57:14.000000000 +0100
+++ /var/tmp/diff_new_pack.xYGf8f/_new  2016-02-01 19:57:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package posix_cc
 #
-# Copyright (c) 2011 SUSE LINUX Products 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
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           posix_cc
-Summary:        POSIX 1003.2 and 1003.1 2001 C Language Compilers
 Version:        1.4
 Release:        0
-BuildRequires:  automake
+Summary:        POSIX 1003.2 and 1003.1 2001 C Language Compilers
 License:        BSD-3-Clause
 Group:          Development/Languages/C and C++
 Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,23 +38,20 @@
 standards.
 
 %prep
-%setup
-%{?suse_update_config:%{suse_update_config -f}}
+%setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir} 
--infodir=%{_infodir}
+autoreconf -fiv
+%configure
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-, root, root)
-/usr/bin/c89
-/usr/bin/c99
-%{_mandir}/man1/c89.1.gz
-%{_mandir}/man1/c99.1.gz
+%{_bindir}/c89
+%{_bindir}/c99
+%{_mandir}/man1/c89.1%{ext_man}
+%{_mandir}/man1/c99.1%{ext_man}
 
 %changelog


Reply via email to