forked from pool/alure
- Remove libdumb-devel BuildReq
OBS-URL: https://build.opensuse.org/package/show/games/alure?expand=0&rev=5
This commit is contained in:
parent
3068c70af7
commit
3b40a49dcd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 29 07:19:44 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Remove libdumb-devel BuildReq
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 28 07:32:16 UTC 2017 - jengelh@inai.de
|
Wed Jun 28 07:32:16 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
21
alure.spec
21
alure.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alure
|
# spec file for package alure
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 openSUSE_user1
|
# Copyright (c) 2012 openSUSE_user1
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,9 +22,9 @@ Version: 1.2
|
|||||||
Release: 0
|
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-or-later
|
||||||
Group: Development/Libraries/C and C++
|
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
|
||||||
Patch0: alure-gcc47.patch
|
Patch0: alure-gcc47.patch
|
||||||
@ -34,13 +34,11 @@ BuildRequires: cmake
|
|||||||
BuildRequires: flac-devel
|
BuildRequires: flac-devel
|
||||||
BuildRequires: fluidsynth-devel
|
BuildRequires: fluidsynth-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libdumb-devel
|
|
||||||
BuildRequires: libmodplug-devel
|
BuildRequires: libmodplug-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
BuildRequires: openal-soft-devel
|
BuildRequires: openal-soft-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ALURE is a utility library to help manage common tasks with OpenAL
|
ALURE is a utility library to help manage common tasks with OpenAL
|
||||||
@ -50,7 +48,7 @@ file loading, and streaming.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
# Devel doc includes some files under GPLv2+ from NaturalDocs
|
# Devel doc includes some files under GPLv2+ from NaturalDocs
|
||||||
License: LGPL-2.0+ and GPL-2.0+
|
License: LGPL-2.0-or-later AND GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
@ -60,7 +58,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%package -n libalure1
|
%package -n libalure1
|
||||||
Summary: Utility library around OpenAL
|
Summary: Utility library around OpenAL
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libalure1
|
%description -n libalure1
|
||||||
@ -80,7 +78,7 @@ make VERBOSE=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -name '*.la' -type f -delete
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# remove installed html doc
|
# remove installed html doc
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/%{name}/html
|
rm -rf %{buildroot}%{_datadir}/doc/%{name}/html
|
||||||
|
|
||||||
@ -91,16 +89,13 @@ sed -i 's/\r$//' docs/html/javascript/main.js docs/html/styles/1.css
|
|||||||
%postun -n libalure1 -p /sbin/ldconfig
|
%postun -n libalure1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING
|
|
||||||
%{_bindir}/alure*
|
%{_bindir}/alure*
|
||||||
|
|
||||||
%files -n libalure1
|
%files -n libalure1
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libalure.so.*
|
%{_libdir}/libalure.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc docs/html examples
|
%doc docs/html examples
|
||||||
%{_includedir}/AL/
|
%{_includedir}/AL/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user