Fix versioned pom installation by quoting _jpath
This commit is contained in:
parent
b9afd9aea8
commit
842a6275be
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/javapackages-0.7.0.tar.xz
|
/javapackages-0.7.0.tar.xz
|
||||||
/javapackages-0.7.2.tar.xz
|
/javapackages-0.7.2.tar.xz
|
||||||
/javapackages-0.7.4.tar.xz
|
/javapackages-0.7.4.tar.xz
|
||||||
|
/javapackages-0.7.5.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fedora macros and scripts for Java packaging support
|
Summary: Fedora macros and scripts for Java packaging support
|
||||||
|
|
||||||
@ -51,6 +51,9 @@ install -pm 644 scripts/pom_editor.sh $RPM_BUILD_ROOT%{_javadir}-utils/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.7.5-1
|
||||||
|
- Fix versioned pom installation by quoting _jpath
|
||||||
|
|
||||||
* Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.7.4-1
|
* Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.7.4-1
|
||||||
- Shorten maven filelist filenames
|
- Shorten maven filelist filenames
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user