Package mojo-maven2-jspc-compiler-tomcat5: Specfile

Name: mojo-maven2-jspc-compiler-tomcat5
Version: 17
Summary: Jspc5 compiler from mojo-maven2-plugins
Epoch: 0
License: ASL, MIT, GPL, LGPL
Url: http://mojo.codehaus.org
Packager: Igor Vlasenko <viy@altlinux.ru>
Requires: ecj
Requires: mojo-maven2-plugin-jspc
Requires: mojo-maven2-plugins
Requires: tomcat5
Requires: tomcat5-jasper
Requires: tomcat5-jsp-2.0-api
Requires: tomcat5-servlet-2.4-api

BuildArch: noarch
Group: Development/Java
Release: alt0.1jpp
Source: mojo-maven2-jspc-compiler-tomcat5-17-5.jpp5.cpio

%description
Jspc5 compiler from mojo-maven2-plugins.

# sometimes commpress gets crazy (see maven-scm-javadoc for details)
%set_compress_method none
%prep
cpio -idmu --quiet --no-absolute-filenames < %{SOURCE0}

%build
cpio --list < %{SOURCE0} | sed -e 's,^\.,,' > %name-list

%install
mkdir -p $RPM_BUILD_ROOT
for i in usr var etc; do
[ -d $i ] && mv $i $RPM_BUILD_ROOT/
done


%files -f %name-list

%changelog
* Wed May 20 2009 Igor Vlasenko <viy@altlinux.ru> 0:17-alt0.1jpp
bootstrap; see deps.notes for details