diff --git a/alure.changes b/alure.changes index fdeecb2..8d18d0e 100644 --- a/alure.changes +++ b/alure.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 28 07:32:16 UTC 2017 - jengelh@inai.de + +- Pick right RPM group, update summaries. + ------------------------------------------------------------------- Sat Jun 3 11:59:24 UTC 2017 - mailaender@opensuse.org diff --git a/alure.spec b/alure.spec index cf27417..0d61ace 100644 --- a/alure.spec +++ b/alure.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Audio Library Tools REloaded # ALURE code is LGPL-2.0+; note -devel subpackage has its own license tag License: LGPL-2.0+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://kcat.strangesoft.net/alure.html Source0: http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2 # patch for build with gcc47 @@ -59,7 +59,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package -n libalure1 -Summary: Shared library for Alure +Summary: Utility library around OpenAL License: LGPL-2.0+ Group: System/Libraries @@ -80,7 +80,7 @@ make VERBOSE=1 %{?_smp_mflags} %install %make_install -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -type f -delete # remove installed html doc rm -rf %{buildroot}%{_datadir}/doc/%{name}/html