#
# spec file for package libcroco
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
#####################################
## Package Information Section ##
#####################################
Release: 1
#####################################
## Package Defines Section ##
#####################################
#####################################
## Package Requirements Section ##
#####################################
#####################################
## Package Description Section ##
#####################################
#####################################
## Package Development Section ##
#####################################
#####################################
## Package Preparation Section ##
#####################################
%prep
%setup -q
#####################################
## Package Build Section ##
#####################################
fi
%else
CPUS=1
fi
automake -a -c -f
export CFLAGS="%optflags"
export LDFLAGS="%_ldflags"
--includedir=%{_includedir} \
--sysconfdir=%{_sysconfdir}
#Clean up unpackaged files
#########################################
## Package Post[Un] Install Section ##
#########################################
%post
#####################################
## Package Files Section ##
#####################################
%{_bindir}
%{_includedir}/*
- Created.