#!/bin/sh -x# It will be run with two args: buildroot specBUILDROOT="$1"SPEC="$2".$(dirname$0)/common.sh#REQUIRES="fonts-ttf-liberation, fonts-ttf-dejavu"#subst "s|^\(Name: .*\)$|# Converted from original package requires\nRequires:$REQUIRES\n\1|g" $SPECsubst '1iAutoReq:no'$SPECsubst '1iAutoProv:no'$SPECremove_dir /etc/cron.dremove_dir /etc/logrotate.d