Sync from SUSE:SLFO:Main libsamplerate revision 501374b4ac1945c6e3b3851f1171c5e4
This commit is contained in:
parent
a0784e7c57
commit
0c19d6e81d
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 11:28:33 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Use a constant profile dir for reproducible builds (boo#1062303)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 09:25:05 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
%patchN
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -73,13 +73,12 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
%configure
|
%configure
|
||||||
profiledir=`mktemp -d`
|
profiledir=.tmp.libsamplerateprofile
|
||||||
|
|
||||||
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
|
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
|
||||||
%make_build check
|
%make_build check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user