Update to upstream version 3.0.4
This commit is contained in:
parent
695fc6bab5
commit
69a88598c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/javapackages-3.0.1.tar.xz
|
/javapackages-3.0.1.tar.xz
|
||||||
/javapackages-3.0.2.tar.xz
|
/javapackages-3.0.2.tar.xz
|
||||||
/javapackages-3.0.3.tar.xz
|
/javapackages-3.0.3.tar.xz
|
||||||
|
/javapackages-3.0.4.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 3.0.3
|
Version: 3.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
|
|
||||||
@ -111,13 +111,17 @@ cp %{SOURCE1} %{buildroot}%{_mavendepmapfragdir}/
|
|||||||
pushd python
|
pushd python
|
||||||
%{__python} setup.py test
|
%{__python} setup.py test
|
||||||
popd
|
popd
|
||||||
|
pushd test
|
||||||
|
%{__python} -m unittest discover -p '*_test.py'
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%files -f files-common
|
%files -f files-common
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n maven-local -f files-maven
|
%files -n maven-local -f files-maven
|
||||||
%{_mavendepmapfragdir}/*xml
|
%{_mavendepmapfragdir}/google-guice-sisu-guice-noaop.xml
|
||||||
|
|
||||||
%files -n python-javapackages
|
%files -n python-javapackages
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
@ -128,6 +132,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-1
|
||||||
|
- Update to upstream version 3.0.4
|
||||||
|
|
||||||
* Wed Sep 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-1
|
* Wed Sep 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-1
|
||||||
- Update to upstream version 3.0.3
|
- Update to upstream version 3.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user