From 3b835b4b3d2257b245c861c4f22948a67bec4a5270f9b928117f10b9648b8c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Feb 2017 11:58:31 +0000 Subject: [PATCH] Accepting request 459218 from home:jengelh:branches:multimedia:libs - Rename %soname to %sover to better reflect its use. Fix RPM groups. OBS-URL: https://build.opensuse.org/request/show/459218 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=58 --- libbluray.changes | 6 ++++++ libbluray.spec | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/libbluray.changes b/libbluray.changes index 7f33555..f20724a 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 13 09:12:25 UTC 2017 - jengelh@inai.de + +- Rename %soname to %sover to better reflect its use. + Fix RPM groups. + ------------------------------------------------------------------- Sun Feb 12 14:45:53 UTC 2017 - pascal.bleser@opensuse.org diff --git a/libbluray.spec b/libbluray.spec index 45ee69f..d7f8b43 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -17,7 +17,7 @@ # -%define soname 1 +%define sover 1 Name: libbluray Version: 0.9.3 Release: 0 @@ -42,18 +42,18 @@ This library is written for the purpose of playing Blu-ray movies. It is intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy. -%package -n libbluray%{soname} +%package -n libbluray%{sover} Summary: Library to access Blu-Ray disk -Group: Productivity/Multimedia/Other +Group: System/Libraries -%description -n libbluray%{soname} +%description -n libbluray%{sover} This library is written for the purpose of playing Blu-ray movies. It is intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy. %package tools Summary: Library to access Blu-Ray disk - Utilities -Group: System/Libraries +Group: Productivity/Multimedia/Other %description tools This library is written for the purpose of playing Blu-ray movies. It is @@ -63,7 +63,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %package devel Summary: Library to access Blu-Ray disks - Development files Group: Development/Languages/C and C++ -Requires: libbluray%{soname} = %{version} +Requires: libbluray%{sover} = %{version} %description devel This library is written for the purpose of playing Blu-ray movies. It is @@ -99,15 +99,15 @@ make %{?_smp_mflags} %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libbluray%{soname} -p /sbin/ldconfig +%post -n libbluray%{sover} -p /sbin/ldconfig -%postun -n libbluray%{soname} -p /sbin/ldconfig +%postun -n libbluray%{sover} -p /sbin/ldconfig %files tools %defattr(-,root,root) %{_bindir}/bd_info -%files -n libbluray%{soname} +%files -n libbluray%{sover} %defattr(-, root, root) %doc COPYING %{_libdir}/libbluray.so.*