commit audaspace for openSUSE:Factory
Hello community, here is the log from the commit of package audaspace for openSUSE:Factory checked in at 2017-03-02 19:28:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audaspace (Old) and /work/SRC/openSUSE:Factory/.audaspace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "audaspace" Thu Mar 2 19:28:43 2017 rev:7 rq:459651 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes 2017-02-14 00:47:11.500481550 +0100 +++ /work/SRC/openSUSE:Factory/.audaspace.new/audaspace.changes 2017-03-02 19:28:44.764570633 +0100 @@ -1,0 +2,6 @@ +Sat Feb 11 13:48:08 UTC 2017 - jengelh@inai.de + +- Rename %soname to %sover to better reflect its use. + Update descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audaspace.spec ++++++ --- /var/tmp/diff_new_pack.5rNCaX/_old 2017-03-02 19:28:45.404480067 +0100 +++ /var/tmp/diff_new_pack.5rNCaX/_new 2017-03-02 19:28:45.408479501 +0100 @@ -17,16 +17,16 @@ # See also http://en.opensuse.org/openSUSE:Shared_library_packaging_policy -# NOTE: soname follows version. -%define soname 1_3 +# NOTE: sover follows version. +%define sover 1_3 %define soversion 1.3 Name: audaspace Version: 1.3.0 Release: 0 -Summary: A High Level Audio Library +Summary: A High-Level Audio Library License: Apache-2.0 -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: https://github.com/audaspace/audaspace/releases/tag/v%{version} Source0: audaspace-%{version}.tar.gz BuildRequires: cmake > 3 @@ -53,10 +53,10 @@ #Requires: %description -Audaspace (pronounced "outer space") is a high level audio library written +Audaspace (pronounced "outer space") is a high-level audio library written in C++ with language bindings for Python for example. It started out as the audio engine of the 3D modelling application Blender and is now released as - a standalone library. This package contains demo binaries. +a standalone library. This package contains demo binaries. %package plugins Summary: Plugins for %{name} @@ -64,49 +64,49 @@ Requires: %{name} = %{version} %description plugins -Audaspace (pronounced "outer space") is a high level audio library written +Audaspace (pronounced "outer space") is a high-level audio library written in C++ with language bindings for Python for example. It started out as the audio engine of the 3D modelling application Blender and is now released as - a standalone library. This package contains audio plugins. +a standalone library. This package contains audio plugins. -%package -n libaudaspace%{soname} -Summary: Library for %{name} +%package -n libaudaspace%{sover} +Summary: A high-level audio library Group: System/Libraries -%description -n libaudaspace%{soname} -Audaspace (pronounced "outer space") is a high level audio library written +%description -n libaudaspace%{sover} +Audaspace (pronounced "outer space") is a high-level audio library written in C++ with language bindings for Python for example. It started out as the audio engine of the 3D modelling application Blender and is now released as - a standalone library. +a standalone library. -%package -n libaudaspace-c%{soname} +%package -n libaudaspace-c%{sover} Summary: C bindings for %{name} Group: System/Libraries -%description -n libaudaspace-c%{soname} -Audaspace (pronounced "outer space") is a high level audio library written +%description -n libaudaspace-c%{sover} +Audaspace (pronounced "outer space") is a high-level audio library written in C++ with language bindings for Python for example. It started out as the audio engine of the 3D modelling application Blender and is now released as - a standalone library. +a standalone library. -%package -n libaudaspace-py%{soname} +%package -n libaudaspace-py%{sover} Summary: Python Bindings for %{name} Group: System/Libraries -%description -n libaudaspace-py%{soname} -Audaspace (pronounced "outer space") is a high level audio library written +%description -n libaudaspace-py%{sover} +Audaspace (pronounced "outer space") is a high-level audio library written in C++ with language bindings for Python for example. It started out as the audio engine of the 3D modelling application Blender and is now released as - a standalone library. +a standalone library. %package devel Summary: Development files for %{name} -Group: Development/Libraries +Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: %{name}-plugins = %{version} -Requires: libaudaspace%{soname} = %{version} -Requires: libaudaspace-c%{soname} = %{version} -Requires: libaudaspace-py%{soname} = %{version} +Requires: libaudaspace%{sover} = %{version} +Requires: libaudaspace-c%{sover} = %{version} +Requires: libaudaspace-py%{sover} = %{version} Recommends: %{name}-doc = %{version} %description devel @@ -115,7 +115,7 @@ %package doc Summary: Documentation for %{name} -Group: Documentation +Group: Documentation/HTML Recommends: %{name}-devel = %{version} BuildArch: noarch @@ -152,20 +152,20 @@ %cmake_install mkdir -p %{buildroot}%{_docdir}/%{name}/license cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/ -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -delete %fdupes -s %{buildroot}%{_docdir}/%{name} -%post -n libaudaspace%{soname} -p /sbin/ldconfig +%post -n libaudaspace%{sover} -p /sbin/ldconfig -%postun -n libaudaspace%{soname} -p /sbin/ldconfig +%postun -n libaudaspace%{sover} -p /sbin/ldconfig -%post -n libaudaspace-c%{soname} -p /sbin/ldconfig +%post -n libaudaspace-c%{sover} -p /sbin/ldconfig -%postun -n libaudaspace-c%{soname} -p /sbin/ldconfig +%postun -n libaudaspace-c%{sover} -p /sbin/ldconfig -%post -n libaudaspace-py%{soname} -p /sbin/ldconfig +%post -n libaudaspace-py%{sover} -p /sbin/ldconfig -%postun -n libaudaspace-py%{soname} -p /sbin/ldconfig +%postun -n libaudaspace-py%{sover} -p /sbin/ldconfig %post plugins /sbin/ldconfig %{_libdir}/%{name}/plugins/ @@ -183,15 +183,15 @@ %dir %{_libdir}/%{name}/plugins %{_libdir}/%{name}/plugins/*.%{soversion} -%files -n libaudaspace%{soname} +%files -n libaudaspace%{sover} %defattr (-, root, root) %{_libdir}/libaudaspace.so.%{soversion} -%files -n libaudaspace-c%{soname} +%files -n libaudaspace-c%{sover} %defattr (-, root, root) %{_libdir}/libaudaspace-c.so.%{soversion} -%files -n libaudaspace-py%{soname} +%files -n libaudaspace-py%{sover} %defattr (-, root, root) %{_libdir}/libaudaspace-py.so.%{soversion}
participants (1)
-
root@hilbertn.suse.de