Bootstrap build
This commit is contained in:
parent
0a81a0602a
commit
e0c6f0cbbb
13
qdox.spec
13
qdox.spec
@ -3,7 +3,7 @@
|
||||
Summary: Extract class/interface/method definitions from sources
|
||||
Name: qdox
|
||||
Version: 2.0
|
||||
Release: 0.1.%{vertag}%{?dist}
|
||||
Release: 0.0.1.%{vertag}%{?dist}
|
||||
Epoch: 0
|
||||
License: ASL 2.0
|
||||
URL: http://qdox.codehaus.org/
|
||||
@ -56,8 +56,11 @@ rm -rf bootstrap
|
||||
%pom_remove_plugin :maven-jflex-plugin
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
%mvn_file : %{name}
|
||||
%mvn_file :qdox %{name}
|
||||
%mvn_file :qdox1 %{name}1
|
||||
%mvn_alias : qdox:qdox
|
||||
%mvn_alias :qdox1 com.thoughtworks.qdox:qdox
|
||||
%mvn_compat_version :qdox1 1.12.1 1.9.2
|
||||
|
||||
%pom_xpath_set pom:workingDirectory '${basedir}/src/main/java/com/thoughtworks/qdox/parser/impl'
|
||||
|
||||
@ -75,6 +78,9 @@ cp -p %{SOURCE1} META-INF/MANIFEST.MF
|
||||
touch META-INF/MANIFEST.MF
|
||||
zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
||||
|
||||
sed 's/<artifactId>qdox/&1/' %{_mavenpomdir}/%{name}.pom >pom1.xml
|
||||
%mvn_artifact pom1.xml %{_javadir}/%{name}.jar
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
@ -85,6 +91,9 @@ zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-0.0.1.M2
|
||||
- Bootstrap build
|
||||
|
||||
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-1.M2
|
||||
- Update to upstream version 2.0-M2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user