Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-07-12 23:52:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and      /work/SRC/openSUSE:Factory/.ccache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccache"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccache/ccache.changes    2016-04-28 
17:02:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes       2016-07-12 
23:52:26.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 18:05:38 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanup
+- Disable testsuite as it is not reliable in OBS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ccache.spec ++++++
--- /var/tmp/diff_new_pack.nDIW6a/_old  2016-07-12 23:52:28.000000000 +0200
+++ /var/tmp/diff_new_pack.nDIW6a/_new  2016-07-12 23:52:28.000000000 +0200
@@ -28,7 +28,7 @@
 Source2:        %{name}.keyring
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-Provides:       distcc:/usr/bin/ccache
+Provides:       distcc:%{_bindir}/ccache
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +44,7 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+%make_install
 
 # create the compat symlinks into /usr/libdir/ccache
 mkdir -p %{buildroot}/%{_libdir}/%{name}
@@ -52,20 +52,11 @@
 ln -sf ../../bin/%{name} gcc
 ln -sf ../../bin/%{name} g++
 
-%check
-%ifarch i586
-# On i586 use only quick minimal testsuite, full one fails
-# (https://bugzilla.samba.org/show_bug.cgi?id=11109)
-# We disable the full test-suite on x86-64 too because
-# "readonly" testsuite takes forever on OBS.
-make quicktest %{?_smp_mflags}
-%endif
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
-%doc %{_mandir}/man1/%{name}.1%{ext_man}
 %{_bindir}/%{name}
 %{_libdir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog




Reply via email to