Update to upstream version 4.1.0
This commit is contained in:
parent
aff86795a7
commit
7bb246babd
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
|||||||
/javapackages-3.4.2.tar.xz
|
/javapackages-3.4.2.tar.xz
|
||||||
/javapackages-3.5.0.tar.xz
|
/javapackages-3.5.0.tar.xz
|
||||||
/javapackages-4.0.0.tar.xz
|
/javapackages-4.0.0.tar.xz
|
||||||
|
/javapackages-4.1.0.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
|
|
||||||
@ -8,17 +8,6 @@ License: BSD
|
|||||||
URL: https://fedorahosted.org/javapackages/
|
URL: https://fedorahosted.org/javapackages/
|
||||||
Source0: https://fedorahosted.org/released/javapackages/javapackages-%{version}.tar.xz
|
Source0: https://fedorahosted.org/released/javapackages/javapackages-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: 0001-pom-Add-ability-to-read-parent-s-version.patch
|
|
||||||
Patch1: 0002-maven.req-Check-if-dependency-is-not-provided-by-sub.patch
|
|
||||||
Patch2: 0004-maven.req-Generate-versioned-deps-on-subpackages.patch
|
|
||||||
Patch3: 0006-maven.req-Fix-self-dependency-detection-code.patch
|
|
||||||
Patch4: 0008-Fix-javapackages-metadata.xml.patch
|
|
||||||
Patch5: 0010-maven.req-When-generating-req-from-POM-file-do-not-b.patch
|
|
||||||
Patch6: add-support-for-xmvn.resolver.disableEffectivePom-property.patch
|
|
||||||
Patch7: update-docs.patch
|
|
||||||
Patch8: 0001-artifact-Generate-provides-for-compat-artifacts-with.patch
|
|
||||||
Patch9: install-pom_change_dep-man-page.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
@ -142,17 +131,6 @@ This package provides non-essential macros and scripts to support Java packaging
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n javapackages-%{version}
|
%setup -q -n javapackages-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
%patch9 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
./build
|
./build
|
||||||
@ -192,6 +170,9 @@ popd
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 23 2014 Michal Srb <msrb@redhat.com> - 4.1.0-1
|
||||||
|
- Update to upstream version 4.1.0
|
||||||
|
|
||||||
* Thu Jun 12 2014 Michal Srb <msrb@redhat.com> - 4.0.0-8
|
* Thu Jun 12 2014 Michal Srb <msrb@redhat.com> - 4.0.0-8
|
||||||
- Install man page for pom_change_dep
|
- Install man page for pom_change_dep
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user