Adrian Schröter 2008-07-24 08:38:44 +00:00 committed by Git OBS Bridge
parent 475af01f9b
commit a5d8e7d899

View File

@ -49,12 +49,6 @@ make desktop-file-validate
popd
%install
# test if the rpmlint works at all
. /.buildenv
set +e
/usr/bin/rpmlint /.rpm-cache/$BUILD_BASENAME/m4.rpm
test $? -gt 0 -a $? -lt 60 && exit 1
set -e
# okay, lets put it together
mkdir -p $RPM_BUILD_ROOT/opt/testing/share/rpmlint
install -m 755 -D src/desktop-file-validate $RPM_BUILD_ROOT/opt/testing/bin/desktop-file-validate