parent
e0c6f0cbbb
commit
f8447aa4a7
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.0.1.%{vertag}%{?dist}
|
||||
Release: 0.1.%{vertag}%{?dist}
|
||||
Epoch: 0
|
||||
License: ASL 2.0
|
||||
URL: http://qdox.codehaus.org/
|
||||
@ -56,11 +56,8 @@ rm -rf bootstrap
|
||||
%pom_remove_plugin :maven-jflex-plugin
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
%mvn_file :qdox %{name}
|
||||
%mvn_file :qdox1 %{name}1
|
||||
%mvn_file : %{name}
|
||||
%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'
|
||||
|
||||
@ -78,9 +75,6 @@ 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
|
||||
|
||||
@ -91,9 +85,6 @@ sed 's/<artifactId>qdox/&1/' %{_mavenpomdir}/%{name}.pom >pom1.xml
|
||||
%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