Hello community, here is the log from the commit of package tachyon for openSUSE:Factory checked in at 2018-02-09 15:51:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tachyon (Old) and /work/SRC/openSUSE:Factory/.tachyon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tachyon" Fri Feb 9 15:51:26 2018 rev:7 rq:574286 version:0.99~b6 Changes: -------- --- /work/SRC/openSUSE:Factory/tachyon/tachyon.changes 2014-02-05 16:35:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes 2018-02-09 15:51:27.378965307 +0100 @@ -1,0 +2,5 @@ +Thu Feb 8 14:50:50 UTC 2018 - [email protected] + +- Remove old SLES BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tachyon.spec ++++++ --- /var/tmp/diff_new_pack.SFepQU/_old 2018-02-09 15:51:28.630920342 +0100 +++ /var/tmp/diff_new_pack.SFepQU/_new 2018-02-09 15:51:28.630920342 +0100 @@ -1,7 +1,7 @@ # # spec file for package tachyon # -# Copyright (c) 2014 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 @@ -32,15 +32,9 @@ BuildRequires: automake >= 1.10 BuildRequires: libjpeg-devel BuildRequires: libtool >= 2 -%if 0%{?sles_version} -BuildRequires: Mesa-devel -BuildRequires: libpng-devel -BuildRequires: xorg-x11-devel -%else BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(x11) -%endif %description A high performance parallel ray tracing system supporting MPI and @@ -92,18 +86,18 @@ %patch -P 1 -p1 %build -autoreconf -fi; +autoreconf -fi %configure --disable-static -make %{?_smp_mflags}; +make %{?_smp_mflags} %install -b="%buildroot"; -mkdir -p "$b/%_includedir/tachyon"; +b="%buildroot" +mkdir -p "$b/%_includedir/tachyon" for i in tachyon.h tachyon_dep.h hash.h macros.h render.h quadric.h texture.h light.h util.h; do - install -pm 0644 "src/$i" "$b/%_includedir/tachyon/$i"; -done; -make install DESTDIR="$b"; -rm -f "$b/%_libdir"/*.la; + install -pm 0644 "src/$i" "$b/%_includedir/tachyon/$i" +done +%make_install +rm -f "$b/%_libdir"/*.la %files %defattr(-,root,root)
