This commit is contained in:
parent
4027bb60d4
commit
e6161c06f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4439e3edeee63d548c432bc3280daa661af94508bfaf8a7fa1a256ac86f6d660
|
|
||||||
size 558847
|
|
3
libsamplerate-0.1.3.tar.bz2
Normal file
3
libsamplerate-0.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:207dbc9e1aafa154c200eae652966102760a700db8d4264b546624a68ec89cb2
|
||||||
|
size 3704960
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 16:53:55 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 0.1.3:
|
||||||
|
* Huge quality improvements to two best SINC based converters
|
||||||
|
- fix post and postun scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 5 01:31:44 CEST 2008 - ro@suse.de
|
Thu Jun 5 01:31:44 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsamplerate (Version 0.1.2)
|
# spec file for package libsamplerate (Version 0.1.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -14,8 +14,8 @@
|
|||||||
Name: libsamplerate
|
Name: libsamplerate
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Summary: A Sample Rate Converter Library
|
Summary: A Sample Rate Converter Library
|
||||||
Version: 0.1.2
|
Version: 0.1.3
|
||||||
Release: 114
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -59,12 +59,11 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make
|
make %{?jobs:-j %jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||||
@ -73,11 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
# remove example binaries
|
# remove example binaries
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -94,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2008 tiwai@suse.de
|
||||||
|
- updated to version 0.1.3:
|
||||||
|
* Huge quality improvements to two best SINC based converters
|
||||||
|
- fix post and postun scripts
|
||||||
* Thu Jun 05 2008 ro@suse.de
|
* Thu Jun 05 2008 ro@suse.de
|
||||||
- added baselibs.conf (for alsa-plugins-samplerate)
|
- added baselibs.conf (for alsa-plugins-samplerate)
|
||||||
* Mon Apr 16 2007 tiwai@suse.de
|
* Mon Apr 16 2007 tiwai@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user