SHA256
1
0
forked from pool/alure

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
This commit is contained in:
Matthias Mailänder 2017-07-01 11:43:09 +00:00 committed by Git OBS Bridge
parent d27e077787
commit 3068c70af7
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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