Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2019-08-16 15:31:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvdnav (Old)
 and      /work/SRC/openSUSE:Factory/.libdvdnav.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvdnav"

Fri Aug 16 15:31:26 2019 rev:28 rq:723226 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes      2018-01-28 
20:29:51.748869541 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new.22127/libdvdnav.changes   
2019-08-16 15:31:27.877946748 +0200
@@ -1,0 +2,12 @@
+Wed Aug 14 08:05:41 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Format with spec-cleaner
+- Remove not really needed patch:
+  * libdvdnav-strict-aliasing.patch
+
+-------------------------------------------------------------------
+Mon Apr 15 18:11:05 UTC 2019 - o...@aepfle.de
+
+- Point URL to videolan.org
+
+-------------------------------------------------------------------

Old:
----
  libdvdnav-strict-aliasing.patch

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

Other differences:
------------------
++++++ libdvdnav.spec ++++++
--- /var/tmp/diff_new_pack.0oMDnP/_old  2019-08-16 15:31:28.545946554 +0200
+++ /var/tmp/diff_new_pack.0oMDnP/_new  2019-08-16 15:31:28.553946552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,43 +12,42 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define libname libdvdnav4
 Name:           libdvdnav
-Summary:        DVD Navigation Library
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Other
-Url:            http://www.mplayerhq.hu/
 Version:        6.0.0
 Release:        0
+Summary:        DVD Navigation Library
+License:        GPL-2.0-or-later
+Group:          Productivity/Multimedia/Other
+URL:            https://www.videolan.org/developers/libdvdnav.html
 Source0:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
 Source1000:     baselibs.conf
 Patch0:         libdvdnav-dvdread.patch
-Patch1:         libdvdnav-strict-aliasing.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libdvdread-devel >= 5.0.3
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 This library contains functions to display DVD video menus.
 
-%package -n libdvdnav4
+%package -n %{libname}
 Summary:        A DVD Navigation Library
 Group:          Productivity/Multimedia/Other
-Provides:       %{name} = %{version}
-Obsoletes:      %{name} <= 0.1.10
+Provides:       %{name}
+Obsoletes:      %{name}
 
-%description -n libdvdnav4
+%description -n %{libname}
 This library contains functions to display DVD video menus.
 
 %package devel
 Summary:        Development Environment for libdvdnav
 Group:          Development/Libraries/C and C++
-Requires:       libdvdnav4 = %{version}
+Requires:       %{libname} = %{version}
 
 %description devel
 This library contains functions to display DVD video menus.
@@ -56,32 +55,29 @@
 %prep
 %setup -q 
 %patch0 -p1
-%patch1
 
 %build
-autoreconf -f -i -v
-%configure --disable-static --with-pic --docdir=%{_docdir}/libdvdnav4
-%__make %{?_smp_mflags}
+autoreconf -fvi
+%configure \
+  --disable-silent-rules \
+  --disable-static
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%__rm -f %{buildroot}%{_libdir}/*.la
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%make_install
+rm -r %{buildroot}%{_datadir}/doc/libdvdnav/
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libdvdnav4 -p /sbin/ldconfig
-
 %postun -n libdvdnav4 -p /sbin/ldconfig
 
-%files -n libdvdnav4
-%defattr(-,root,root)
+%files -n %{libname}
 %{_libdir}/libdvdnav.so.4
 %{_libdir}/libdvdnav.so.4.*
-%doc AUTHORS ChangeLog COPYING README TODO
+%license COPYING
+%doc AUTHORS ChangeLog README TODO
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/dvdnav
 %{_libdir}/libdvdnav.so
 %{_libdir}/pkgconfig/dvdnav.pc



Reply via email to