Accepting request 95167 from multimedia:libs
- add libtool as buildrequire to avoid implicit dependency (forwarded request 95107 from coolo) OBS-URL: https://build.opensuse.org/request/show/95167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsndfile?expand=0&rev=38
This commit is contained in:
commit
fbdd715ef3
@ -15,14 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libsndfile-progs
|
||||
BuildRequires: alsa-devel flac-devel gcc-c++ libjack-devel libvorbis-devel pkgconfig sqlite-devel
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sqlite-devel
|
||||
Summary: Example Programs for libsndfile
|
||||
Version: 1.0.25
|
||||
Release: 3
|
||||
License: LGPLv2.1+
|
||||
Release: 0
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Source: libsndfile-%{version}.tar.gz
|
||||
Patch: libsndfile-example-fix.diff
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 15:55:49 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 11:02:11 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -15,22 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libsndfile
|
||||
%define lname libsndfile1
|
||||
Version: 1.0.25
|
||||
Release: 4
|
||||
License: LGPLv2.1+
|
||||
Release: 0
|
||||
License: LGPL-2.1+
|
||||
Summary: Development/Libraries/C and C++
|
||||
Group: System/Libraries
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: speex-devel
|
||||
BuildRequires: sqlite-devel
|
||||
Obsoletes: libsnd
|
||||
Provides: libsnd
|
||||
# bug437293
|
||||
@ -56,7 +55,6 @@ currently read and write 8, 16, 24, and 32-bit PCM files as well as
|
||||
|
||||
%package -n %lname
|
||||
Summary: A Library to Handle Various Audio File Formats
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} <= 1.0.25
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user