Hello community,

here is the log from the commit of package xcoral for openSUSE:Factory checked 
in at 2018-03-22 12:02:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcoral (Old)
 and      /work/SRC/openSUSE:Factory/.xcoral.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcoral"

Thu Mar 22 12:02:18 2018 rev:20 rq:588182 version:3.47

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcoral/xcoral.changes    2011-09-23 
12:51:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xcoral.new/xcoral.changes       2018-03-22 
12:08:19.726766584 +0100
@@ -1,0 +2,16 @@
+Sat Mar 17 12:18:50 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of description.
+- Compact bzip2 call.
+
+-------------------------------------------------------------------
+Fri Mar 16 09:08:47 UTC 2018 - mplus...@suse.com
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Thu Mar 15 15:49:34 UTC 2018 - crrodrig...@opensuse.org
+
+- remove xorg-x11-devel from buildrequires 
+
+-------------------------------------------------------------------

Old:
----
  xcoral-3.47.tar.bz2

New:
----
  xcoral-3.47.tar.gz

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

Other differences:
------------------
++++++ xcoral.spec ++++++
--- /var/tmp/diff_new_pack.N6sLd3/_old  2018-03-22 12:08:20.422741636 +0100
+++ /var/tmp/diff_new_pack.N6sLd3/_new  2018-03-22 12:08:20.430741349 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xcoral (Version 3.47)
+# spec file for package xcoral
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,77 +15,55 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xcoral
-BuildRequires:  xorg-x11 xorg-x11-devel
-License:        GPL-2.0+
-Group:          Productivity/Editors/Other
-Provides:       xcoral21
-AutoReqProv:    on
-Summary:        X11 Editor with C/C++/Java Browser and lots more ;)
 Version:        3.47
-Release:        45
+Release:        0
+Summary:        X11 Editor with C/C++/Java Browser
+License:        GPL-2.0-or-later
+Group:          Productivity/Text/Editors
 Url:            http://xcoral.free.fr/
-Source:         xcoral-3.47.tar.bz2
+Source:         http://xcoral.free.fr/xcoral-%{version}.tar.gz
 Patch0:         xcoral-3.47.configure.diff
 Patch1:         xcoral-arraysubscript.patch
-#
-# !!! Uncomment BuildRoot if you don't want it.
-# !!! If you want it, be carefull: we'll do a 'rm -rf {BuildRoot}'
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xt)
+Provides:       xcoral21
 
 %description
-Half of the YaST developers swear on it, not only because of the built
-in C/C++/Java browser. Xcoral provides support for the work with C,
-C++, Java, Perl, Ada, and Fortran programs and for the creation of
-LaTeX and HTML documents. With the help of the built in 'SMall Ansi C
-Interpreter' (SMAC), xcoral can be configured and extended in almost
-arbitrary ways. Examples can be found in the directory /usr/lib/xcoral.
+Xcoral provides support for working with C, C++, Java, Perl, Ada, and
+Fortran programs and for the creation of LaTeX and HTML documents.
+With the help of the built-in "SMall Ansi C Interpreter" (SMAC),
+xcoral can be configured and extended in almost arbitrary ways.
+Examples can be found in the directory %{_prefix}/lib/xcoral. It has
+a built-in C/C++/Java browser
 
 Further information about Xcoral and SMAC is available in the detailed
 online help system (also available Postscript format).
 
-
-
-Authors:
---------
-    Lionel Fournigault <xco...@free.fr>
-    Bruno Pages        <xco...@free.fr>
-    Dominique Leveque  <xco...@free.fr>
-
 %prep
 %setup -q
 %patch0
 %patch1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr --bindir=/usr/bin
-make
+%configure
+# parallel build fails
+make --jobs=1
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/lib
-make installprefix=$RPM_BUILD_ROOT install
-find Doc -name '*.ps' -exec bzip2 {} \;
-find Doc -name '*.pdf' -exec bzip2 {} \;
-#install -D -m 644 %{S:1} $RPM_BUILD_ROOT/etc/skel/.xcoralrc
-install -D -m 644 SmacLib/xcoralrc.lf $RPM_BUILD_ROOT/etc/skel/.xcoralrc
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d %{buildroot}%{_libdir}
+make installprefix=%{buildroot} install
+find Doc "(" -name "*.ps" -o -name "*.pdf" ")" -exec bzip2 {} +
+install -Dpm 0644 SmacLib/xcoralrc.lf \
+  %{buildroot}%{_sysconfdir}/skel/.xcoralrc
 
 %files
-%defattr(-,root,root)
 %doc   Doc/*
 %doc   FIXES
-%config(noreplace) /etc/skel/.xcoralrc
-       /usr/bin/xcoral
-       /usr/lib/xcoral
+%config(noreplace) %{_sysconfdir}/skel/.xcoralrc
+%{_bindir}/xcoral
+%{_libdir}/xcoral
 
 %changelog


Reply via email to