Accepting request 80350 from home:pgajdos

- build with --no-copy-dt-needed-entries

OBS-URL: https://build.opensuse.org/request/show/80350
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2011-09-05 10:07:04 +00:00 committed by Git OBS Bridge
parent c342da47f7
commit 2458353c69
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 31 10:32:48 UTC 2011 - pgajdos@suse.com
- build with --no-copy-dt-needed-entries
-------------------------------------------------------------------
Sat Apr 10 07:56:00 UTC 2010 - davejplater@gmail.com
- Fixed executable-stack rpmlint error in /usr/bin/snd
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 5 07:04:32 UTC 2010 - davejplater@gmail.com Mon Apr 5 07:04:32 UTC 2010 - davejplater@gmail.com

View File

@ -23,7 +23,7 @@ BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel l
BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor Summary: Powerful Sound File Editor
Version: 11.4 Version: 11.4
Release: 1 Release: 2
License: LGPLv2.1+ License: LGPLv2.1+
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: ladspa Requires: ladspa
@ -62,6 +62,7 @@ find -name "*.png" -type f | xargs chmod 0644
# %endif # %endif
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \ CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
LDFLAGS="$LDFLAGS -Wl,-z -Wl,noexecstack" \
./configure --prefix=%{_prefix} \ ./configure --prefix=%{_prefix} \
--with-gtk \ --with-gtk \
--with-alsa \ --with-alsa \
@ -69,7 +70,8 @@ CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
--with-static-xm \ --with-static-xm \
--with-gl \ --with-gl \
%{with_jack} %{with_jack}
# make # feel free to improve following change and please notify upstream
sed -i "s:\(^LIBS =.*\):\1 -lX11 -ldl:" makefile
make %{?jobs:-j %jobs} make %{?jobs:-j %jobs}
make sndplay sndinfo audinfo make sndplay sndinfo audinfo