Change JPP.%{name}.%{name}-harness.pom to JPP.%{name}-%{name}-harness.pom
This commit is contained in:
parent
f3b1eecb38
commit
1e3df524f0
@ -1,6 +1,6 @@
|
||||
Name: maven-plugin-testing
|
||||
Version: 1.2
|
||||
Release: 2.3%{?dist}
|
||||
Release: 2.4%{?dist}
|
||||
Summary: Maven Plugin Testing
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -103,7 +103,7 @@ install -m 644 maven-test-tools/target/maven-test-tools-%{version}.jar \
|
||||
# poms
|
||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}.pom
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}.%{name}-harness.pom
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}-harness.pom
|
||||
%add_to_maven_depmap org.apache.maven.plugin-testing %{name}-harness %{version} JPP/%{name} %{name}-harness
|
||||
%add_to_maven_depmap org.apache.maven.shared %{name}-harness %{version} JPP/%{name} %{name}-harness
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-tools.pom
|
||||
@ -154,6 +154,9 @@ rm -rf %{buildroot}
|
||||
%{_javadir}/%{name}/maven-test-tools*
|
||||
|
||||
%changelog
|
||||
* Thu May 27 2010 Yong Yang <yyang@redhat.com> 1:1.2-2.4
|
||||
- Change JPP.%{name}.%{name}-harness.pom to JPP.%{name}-%{name}-harness.pom
|
||||
|
||||
* Thu May 27 2010 Yong Yang <yyang@redhat.com> 1:1.2-2.3
|
||||
- Remove epoch in Requires of maven-test-tools
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user