Hello community,

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

Package is "libdvdread"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes    2015-04-03 
14:32:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes       
2015-10-03 20:29:43.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 19:21:21 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Use more explicit dependencies
+- Make build more verbose
+- Clenup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  libdvdread-5.0.3.tar.bz2.asc
  libdvdread.keyring

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

Other differences:
------------------
++++++ libdvdread.spec ++++++
--- /var/tmp/diff_new_pack.65P2nc/_old  2015-10-03 20:29:44.000000000 +0200
+++ /var/tmp/diff_new_pack.65P2nc/_new  2015-10-03 20:29:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,19 +17,23 @@
 
 
 Name:           libdvdread
+Version:        5.0.3
+Release:        0
 Summary:        Library for Reading DVD Video Images
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Other
 Url:            http://www.mplayerhq.hu/
-Version:        5.0.3
-Release:        0
 Source0:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Source1:        baselibs.conf
+Source1:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:        %{name}.keyring
+Source3:        baselibs.conf
 Patch2:         libdvdread-no-internal-crypto.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(openssl)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains shared libraries for accessing DVD images (this
@@ -60,19 +64,18 @@
 #patch2
 
 %build
-autoreconf -f -i -v
-%configure --disable-static --with-pic
-%__make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static \
+  --with-pic
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%__rm -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %post   -n libdvdread4 -p /sbin/ldconfig
 
 %postun -n libdvdread4 -p /sbin/ldconfig
@@ -85,7 +88,6 @@
 
 %files devel
 %defattr(-,root,root)
-
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
 %{_libdir}/pkgconfig/dvdread.pc


Reply via email to