Accepting request 41191 from home:elvigia:branches:multimedia:libs

Copy from home:elvigia:branches:multimedia:libs/libsamplerate via accept of submit request 41191 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/41191
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=7
This commit is contained in:
Cristian Rodríguez 2010-06-06 16:57:40 +00:00 committed by Git OBS Bridge
parent bef32e60b5
commit 47e90e4a84
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d604457b4c0ec9cf6c929aa5feeca05f03b70a32b6b5ffd5c66a12fbdc47c2d
size 3685379

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eabfbf532d2c605000fde59da51992214881a8f5b7f315c0f58f9b59cc5eaa9b
size 3790467

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 6 16:54:13 UTC 2010 - cristian.rodriguez@opensuse.org
- update to version 0.1.7
-------------------------------------------------------------------
Fri Dec 18 13:17:46 CET 2009 - jengelh@medozas.de

View File

@ -21,7 +21,7 @@
Name: libsamplerate
BuildRequires: pkgconfig
Summary: A Sample Rate Converter Library
Version: 0.1.4
Version: 0.1.7
Release: 4
License: GPLv2+
Group: System/Libraries
@ -52,7 +52,7 @@ Authors:
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: libsamplerate glibc-devel
Requires: libsamplerate = %{version} glibc-devel
%description devel
This package contains all necessary include files and libraries needed
@ -79,12 +79,12 @@ Authors:
Erik de Castro Lopo <erikd@mega-nerd.com>
%prep
%setup
%setup -q
%patch
%build
autoreconf --force --install
%configure --disable-static
%configure --with-pic --disable-static
make %{?jobs:-j %jobs}
%install