specfile cleanup

This commit is contained in:
Rex Dieter 2008-08-04 14:30:52 +00:00
parent aff24b6706
commit ded8549be0

View File

@ -53,9 +53,9 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=%{buildroot}
%ifarch %{multilib_arches} %ifarch %{multilib_arches}
# hack to allow parallel installation on 32-bit and 64-bit # hack to allow parallel installation on 32-bit and 64-bit
@ -64,10 +64,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
install -p -m644 %{SOURCE1} %{buildroot}%{_includedir}/sigsegv.h install -p -m644 %{SOURCE1} %{buildroot}%{_includedir}/sigsegv.h
%endif %endif
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la rm -f %{buildroot}%{_libdir}/lib*.la
%check || : %check
make check make check
@ -77,7 +77,7 @@ make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%files %files