34 lines
806 B
RPMSpec
34 lines
806 B
RPMSpec
Name: tomcat-taglibs-parent
|
|
Version: 3
|
|
Release: 10
|
|
Summary: Apache Taglibs Parent
|
|
License: ASL 2.0
|
|
URL: http://tomcat.apache.org/taglibs/
|
|
|
|
Source0: https://github.com/apache/tomcat-taglibs-parent/archive/refs/tags/taglibs-parent-3.tar.gz
|
|
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 -n %{name}-taglibs-parent-%{version}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_mavenpomdir}/tomcat-taglibs-parent
|
|
|
|
%changelog
|
|
* Mon Nov 14 2022 xu_ping <xuping33@h-partners.com> - 3-10
|
|
- change source
|
|
|
|
* Sat Mar 14 2020 dingyiming <dingyiming3@huawei.com> - 3-9
|
|
- Package init
|