Hello community,

here is the log from the commit of package audiofile for openSUSE:Factory 
checked in at 2014-04-03 16:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audiofile (Old)
 and      /work/SRC/openSUSE:Factory/.audiofile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audiofile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/audiofile/audiofile.changes      2013-03-08 
11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2014-04-03 
16:38:32.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Mar 25 11:25:25 UTC 2014 - [email protected]
+
+- Fix unresolvable dependencies for SLE11:
+  + add RPM conditional tests for sles_version 
+- Fix compilation error on SLE11: permission denied:
+  + add $DESTDIR to make install 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audiofile.spec ++++++
--- /var/tmp/diff_new_pack.HTIBzP/_old  2014-04-03 16:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.HTIBzP/_new  2014-04-03 16:38:33.000000000 +0200
@@ -34,7 +34,12 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  xz
+%if 0%{?sles_version}
+BuildRequires:  flac-devel >= 1.2.1
+%else
 BuildRequires:  pkgconfig(flac) >= 1.2.1
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This audio file library is an implementation of the SGI audio file
@@ -97,7 +102,7 @@
 rm install_docs/Makefile*
 
 %install
-%make_install
+make DESTDIR=$RPM_BUILD_ROOT install
 rm %{buildroot}/%{_libdir}/*.la
 # The static library is needed for "UnitTests" (from make check) to build
 rm %{buildroot}/%{_libdir}/*.a

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to