Hello community,

here is the log from the commit of package mingetty for openSUSE:Factory 
checked in at 2015-07-20 11:20:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingetty (Old)
 and      /work/SRC/openSUSE:Factory/.mingetty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingetty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingetty/mingetty.changes        2011-10-04 
18:13:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mingetty.new/mingetty.changes   2015-07-20 
11:20:07.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 12 15:50:31 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Add project url
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingetty.spec ++++++
--- /var/tmp/diff_new_pack.cbo2Qr/_old  2015-07-20 11:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.cbo2Qr/_new  2015-07-20 11:20:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingetty
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,37 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           mingetty
-License:        GPL-2.0+
-Group:          System/Base
-AutoReqProv:    on
 Version:        1.0.8s
-Release:        8
+Release:        0
 Summary:        Minimal Getty for Virtual Consoles Only
+License:        GPL-2.0+
+Group:          System/Base
+Url:            http://mingetty.sourceforge.net
+Source:         mingetty-1.0.8s.tar.bz2
+Patch0:         mingetty-1.0.8s.dif
 Provides:       sysvinit:/sbin/mingetty
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         mingetty-1.0.8s.tar.bz2
-Patch:          mingetty-1.0.8s.dif
 
 %description
 The mingetty program is a lightweight, minimalistic getty program for
 use on virtual consoles only. Mingetty is not suitable for serial lines
 (you should use the mgetty program for this purpose).
 
-
-
-Authors:
---------
-    Miquel van Smoorenburg <[email protected]>
-    Florian La Roche <[email protected]>
-    Werner Fink <[email protected]>
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
 %ifarch s390 s390x
@@ -53,15 +43,20 @@
 %else
 DEFTERM=linux
 %endif
-make %{?_smp_mflags} CC="%__cc" RPM_OPT_FLAGS="${RPM_OPT_FLAGS} 
-D_FILE_OFFSET_BITS=64" DEFTERM=${DEFTERM}
+make \
+  %{?_smp_mflags} \
+  CC="gcc" \
+  RPM_OPT_FLAGS="%{optflags} \
+  -D_FILE_OFFSET_BITS=64" \
+  DEFTERM=${DEFTERM}
 
 %install
 mkdir -p ${RPM_BUILD_ROOT}{/sbin,%{_mandir}/man8}
-make install MANPATH=%{_mandir} DESTDIR=${RPM_BUILD_ROOT}
+make install MANPATH=%{_mandir} DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root,755)
 /sbin/mingetty
-%doc %{_mandir}/man8/mingetty.8.gz
+%{_mandir}/man8/mingetty.8.gz
 
 %changelog


Reply via email to