Fix mistake in mvn_artifact invocation
This commit is contained in:
parent
5d5cb73d10
commit
7e851ac448
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: hamcrest
|
Name: hamcrest
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Library of matchers for building test expressions
|
Summary: Library of matchers for building test expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -159,7 +159,7 @@ sed -i 's/@VERSION@/%{version}/g' pom/*.pom
|
|||||||
%mvn_artifact pom/hamcrest-parent.pom
|
%mvn_artifact pom/hamcrest-parent.pom
|
||||||
|
|
||||||
for mod in all core generator library integration; do
|
for mod in all core generator library integration; do
|
||||||
%mvn_artifact pom/hamcrest-$mod.pom build/%{name}-all-%{version}.jar
|
%mvn_artifact pom/hamcrest-$mod.pom build/%{name}-$mod-%{version}.jar
|
||||||
done
|
done
|
||||||
|
|
||||||
# hamcrest-text doesn't have a pom
|
# hamcrest-text doesn't have a pom
|
||||||
@ -188,6 +188,9 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-20
|
||||||
|
- Fix mistake in mvn_artifact invocation
|
||||||
|
|
||||||
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-19
|
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-19
|
||||||
- Install with XMvn
|
- Install with XMvn
|
||||||
- Update upstream URL
|
- Update upstream URL
|
||||||
|
Loading…
Reference in New Issue
Block a user