From 3068c70af7990add61f57a2e6fbf5c7c3bbf024ad764acd977a0b1a8c95ec5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 1 Jul 2017 11:43:09 +0000 Subject: [PATCH] Accepting request 507502 from games:tools 1 OBS-URL: https://build.opensuse.org/request/show/507502 OBS-URL: https://build.opensuse.org/package/show/games/alure?expand=0&rev=4 --- alure.changes | 5 +++++ alure.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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