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:
parent
d27e077787
commit
3068c70af7
@ -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
|
Sat Jun 3 11:59:24 UTC 2017 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Audio Library Tools REloaded
|
Summary: Audio Library Tools REloaded
|
||||||
# ALURE code is LGPL-2.0+; note -devel subpackage has its own license tag
|
# ALURE code is LGPL-2.0+; note -devel subpackage has its own license tag
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://kcat.strangesoft.net/alure.html
|
Url: http://kcat.strangesoft.net/alure.html
|
||||||
Source0: http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2
|
Source0: http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2
|
||||||
# patch for build with gcc47
|
# patch for build with gcc47
|
||||||
@ -59,7 +59,7 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%package -n libalure1
|
%package -n libalure1
|
||||||
Summary: Shared library for Alure
|
Summary: Utility library around OpenAL
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ make VERBOSE=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -type f -delete
|
||||||
# remove installed html doc
|
# remove installed html doc
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/%{name}/html
|
rm -rf %{buildroot}%{_datadir}/doc/%{name}/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user