--- SIDPlayer/SIDPlayer.spec.in 2000/10/07 15:52:35 1.3 +++ SIDPlayer/SIDPlayer.spec.in 2000/10/10 19:01:39 1.4 @@ -25,7 +25,7 @@ format, but it cannot run any C64 progra %setup -q %build -./configure --prefix=%{_prefix} --mandir=%{_mandir} +CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir} if [ -x /usr/bin/getconf ] ; then NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN) if [ $NCPU -eq 0 ] ; then @@ -39,7 +39,7 @@ make -j $PARL %install rm -rf ${RPM_BUILD_ROOT} -make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install +make DESTDIR=${RPM_BUILD_ROOT} install-strip %clean rm -rf ${RPM_BUILD_ROOT} @@ -48,5 +48,3 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %doc COPYING README %{_bindir}/* - -%changelog