Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2015-03-09 10:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and      /work/SRC/openSUSE:Factory/.gavl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gavl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gavl/gavl.changes        2015-03-03 
11:12:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2015-03-09 
10:03:09.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar  1 13:17:50 UTC 2015 - [email protected]
+
+- Fix build in packman 11.4:
+ * fix permission denied: add BuildRoot
+ * fix rm -rf %doc: change of installation directory for doc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gavl.spec ++++++
--- /var/tmp/diff_new_pack.KitV74/_old  2015-03-09 10:03:10.000000000 +0100
+++ /var/tmp/diff_new_pack.KitV74/_new  2015-03-09 10:03:10.000000000 +0100
@@ -33,6 +33,7 @@
 BuildRequires:  doxygen
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gavl is short for Gmerlin Audio Video Library. It is a low level library, upon
@@ -83,11 +84,11 @@
 
 %build
 ./autogen.sh
-%configure --docdir=%{_docdir}/%{name} --without-cpuflags
+%configure --docdir=%{_docdir}/lib%{name} --without-cpuflags
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %post -n libgavl%{soname} -p /sbin/ldconfig
@@ -98,7 +99,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING README TODO
 %{_bindir}/gavfdump
-%exclude %{_docdir}/%{name}/apiref
 
 %files -n libgavl%{soname}
 %defattr(0644, root, root, 0755)
@@ -106,7 +106,7 @@
 
 %files -n libgavl-devel
 %defattr(0644, root, root, 0755)
-%{_docdir}/%{name}/apiref
+%{_docdir}/lib%{name}
 %{_libdir}/libgavl.so
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc

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

Reply via email to