Elimitate race condition when injecting JAR manifest
Resolves: rhbz#1495243
This commit is contained in:
parent
5a494e9fad
commit
b6b0309c76
11
qdox.spec
11
qdox.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Extract class/interface/method definitions from sources
|
Summary: Extract class/interface/method definitions from sources
|
||||||
Name: qdox
|
Name: qdox
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.10.%{vertag}%{?dist}
|
Release: 0.11.%{vertag}%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/paul-hammant/qdox
|
URL: https://github.com/paul-hammant/qdox
|
||||||
@ -60,10 +60,7 @@ jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/g
|
|||||||
%mvn_build -f -- -Dqdox.byaccj.executable=byaccj
|
%mvn_build -f -- -Dqdox.byaccj.executable=byaccj
|
||||||
|
|
||||||
# Inject OSGi manifests
|
# Inject OSGi manifests
|
||||||
mkdir -p META-INF
|
jar ufm target/%{name}-%{version}*.jar %{SOURCE1}
|
||||||
cp -p %{SOURCE1} META-INF/MANIFEST.MF
|
|
||||||
touch META-INF/MANIFEST.MF
|
|
||||||
zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -75,6 +72,10 @@ zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 25 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-0.11.M7
|
||||||
|
- Elimitate race condition when injecting JAR manifest
|
||||||
|
- Resolves: rhbz#1495243
|
||||||
|
|
||||||
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-0.10.M7
|
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-0.10.M7
|
||||||
- Update to upstream version 2.0-M7
|
- Update to upstream version 2.0-M7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user