33 lines
725 B
RPMSpec
33 lines
725 B
RPMSpec
Name: tomcat-taglibs-parent
|
|
Version: 3
|
|
Release: 9
|
|
Summary: Apache Taglibs Parent
|
|
License: ASL 2.0
|
|
URL: http://tomcat.apache.org/taglibs/
|
|
|
|
Source0: http://svn.apache.org/repos/asf/tomcat/taglibs/taglibs-parent/tags/taglibs-parent-3/pom.xml
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local mvn(org.apache:apache:pom:) mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
%description
|
|
Apache Taglibs Parent pom used for building purposes.
|
|
|
|
%prep
|
|
%autosetup -c -T
|
|
install -p %{SOURCE0} .
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_mavenpomdir}/tomcat-taglibs-parent
|
|
|
|
%changelog
|
|
* Sat Mar 14 2020 dingyiming <dingyiming3@huawei.com> - 3-9
|
|
- Package init
|