Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 13 deletions

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -73,12 +73,13 @@ This package contains all necessary include files and libraries needed
to develop applications that require these.
%prep
%autosetup -p1
%setup -q
%patch0 -p1
%build
autoreconf -fvi
%configure
profiledir=.tmp.libsamplerateprofile
profiledir=`mktemp -d`
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
%make_build check