Update to upstream version 2.0-M5
This commit is contained in:
parent
d0e485c3ca
commit
cad13c3af4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ qdox-1.12-project.tar.bz2
|
||||
/qdox-1.12.1-project.tar.bz2
|
||||
/qdox-2.0-M2-project.tar.gz
|
||||
/qdox-2.0-M3-project.tar.gz
|
||||
/qdox-2.0-M5-project.tar.gz
|
||||
|
10
qdox.spec
10
qdox.spec
@ -1,9 +1,9 @@
|
||||
%global vertag M3
|
||||
%global vertag M5
|
||||
|
||||
Summary: Extract class/interface/method definitions from sources
|
||||
Name: qdox
|
||||
Version: 2.0
|
||||
Release: 0.5.%{vertag}%{?dist}
|
||||
Release: 0.6.%{vertag}%{?dist}
|
||||
Epoch: 0
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/paul-hammant/qdox
|
||||
@ -47,7 +47,6 @@ rm -rf bootstrap
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
%pom_remove_plugin :maven-failsafe-plugin
|
||||
%pom_remove_plugin :maven-jflex-plugin
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
%mvn_file : %{name}
|
||||
%mvn_alias : qdox:qdox
|
||||
@ -72,12 +71,15 @@ zip -u target/%{name}-%{version}.jar META-INF/MANIFEST.MF
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt README.txt
|
||||
%doc LICENSE.txt README.md
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2017 Michael Simacek <msimacek@redhat.com> - 0:2.0-0.6.M5
|
||||
- Update to upstream version 2.0-M5
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-0.5.M3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user