Accepting request 794949 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/794949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavpack?expand=0&rev=29
This commit is contained in:
commit
84d69b75fa
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="url">git@github.com:dbry/WavPack.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">wavpack</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git@github.com:dbry/WavPack.git</param>
|
||||
<param name="changesrevision">22977b29c20f55fb27decfb9ad40d531599fa2b1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9ff79a82e2c86ce3da23dc98afa4a44dbb3ea9626623b512841c732448988e6
|
||||
size 1068540
|
3
wavpack-5.3.0.tar.bz2
Normal file
3
wavpack-5.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6f00b3a2185a1d2df6cf8d893ec60fd645d2eb90db7428a617fd27c9e8a6a01
|
||||
size 851092
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 14:37:14 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 5.3.0
|
||||
* Plenty of changes
|
||||
* Drop _service and switch to regular release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 07:52:22 UTC 2019 - dimstar@opensuse.org
|
||||
|
||||
|
12
wavpack.spec
12
wavpack.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wavpack
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,15 +18,14 @@
|
||||
|
||||
%define soname 1
|
||||
Name: wavpack
|
||||
Version: 5.1.0+71.22977b2
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Summary: Hybrid Lossless Audio Compression Format
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
URL: http://www.wavpack.com/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: http://www.wavpack.com/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -71,16 +70,15 @@ applications that want to make use of wavpack.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
%make_build check
|
||||
|
||||
%post -n libwavpack%{soname} -p /sbin/ldconfig
|
||||
%postun -n libwavpack%{soname} -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user