Fix versioned pom installation by quoting _jpath

This commit is contained in:
Stanislav Ochotnicky 2012-11-08 11:17:34 +01:00
parent b9afd9aea8
commit 842a6275be
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/javapackages-0.7.0.tar.xz
/javapackages-0.7.2.tar.xz
/javapackages-0.7.4.tar.xz
/javapackages-0.7.5.tar.xz

View File

@ -1,5 +1,5 @@
Name: javapackages-tools
Version: 0.7.4
Version: 0.7.5
Release: 1%{?dist}
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
* 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
- Shorten maven filelist filenames

View File

@ -1 +1 @@
9c9addfb0d1b2b4f959f8e5547ee23cb javapackages-0.7.4.tar.xz
51d2753c43f69fe096bf05d30f684e6c javapackages-0.7.5.tar.xz