Initial import from Fedora
This commit is contained in:
parent
4f61ba42cb
commit
1930e3fa86
58
.gitignore
vendored
58
.gitignore
vendored
@ -0,0 +1,58 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/xmvn-0.tar.xz
|
||||
/xmvn-0.0.1.tar.xz
|
||||
/xmvn-0.0.2.tar.xz
|
||||
/xmvn-0.1.0.tar.xz
|
||||
/xmvn-0.1.1.tar.xz
|
||||
/xmvn-0.1.2.tar.xz
|
||||
/xmvn-0.1.3.tar.xz
|
||||
/xmvn-0.1.4.tar.xz
|
||||
/xmvn-0.1.5.tar.xz
|
||||
/xmvn-0.2.0.tar.xz
|
||||
/xmvn-0.2.1.tar.xz
|
||||
/xmvn-0.2.2.tar.xz
|
||||
/xmvn-0.2.3.tar.xz
|
||||
/xmvn-0.2.4.tar.xz
|
||||
/xmvn-0.2.5.tar.xz
|
||||
/xmvn-0.2.6.tar.xz
|
||||
/xmvn-0.3.0.tar.xz
|
||||
/xmvn-0.3.1.tar.xz
|
||||
/xmvn-snapshot.tar.xz
|
||||
/xmvn-0.4.0.tar.xz
|
||||
/xmvn-0.4.1.tar.xz
|
||||
/xmvn-0.4.2.tar.xz
|
||||
/xmvn-0.5.0.tar.xz
|
||||
/xmvn-0.5.1.tar.xz
|
||||
/xmvn-1.0.0.tar.xz
|
||||
/xmvn-1.0.1.tar.xz
|
||||
/xmvn-1.0.2.tar.xz
|
||||
/xmvn-1.1.0.tar.xz
|
||||
/xmvn-1.2.0.tar.xz
|
||||
/xmvn-1.3.0.tar.xz
|
||||
/xmvn-1.4.0.tar.xz
|
||||
/xmvn-1.5.0-SNAPSHOT.tar.xz
|
||||
/xmvn-2.0.0.tar.xz
|
||||
/xmvn-2.0.1.tar.xz
|
||||
/xmvn-2.1.0.tar.xz
|
||||
/xmvn-2.1.1.tar.xz
|
||||
/xmvn-2.2.0.tar.xz
|
||||
/xmvn-2.2.1.tar.xz
|
||||
/xmvn-2.3.0.tar.xz
|
||||
/xmvn-2.3.1.tar.xz
|
||||
/xmvn-2.3.2.tar.xz
|
||||
/xmvn-2.4.0.tar.xz
|
||||
/xmvn-2.5.0.tar.xz
|
||||
/xmvn-3.0.0.tar.xz
|
||||
/xmvn-3.1.0.tar.xz
|
||||
/5d1e284.tar.gz
|
||||
/da67577.tar.gz
|
||||
/fac231b.tar.gz
|
||||
/5547c28.tar.gz
|
||||
/523e11f.tar.gz
|
||||
/7e2d3db.tar.gz
|
||||
/54026c1.tar.gz
|
||||
/43c7e67.tar.gz
|
||||
/3b84c99.tar.gz
|
||||
/xmvn-4.0.0.tar.xz
|
1
.xmvn.metadata
Normal file
1
.xmvn.metadata
Normal file
@ -0,0 +1 @@
|
||||
40287aecd41b3a3f60fb633cf5b257c0a7aae232 xmvn-4.0.0.tar.xz
|
39
0001-Port-to-Modello-2.0.0.patch
Normal file
39
0001-Port-to-Modello-2.0.0.patch
Normal file
@ -0,0 +1,39 @@
|
||||
From e1f17fa910dcd18716c612070067f79cdd4fa716 Mon Sep 17 00:00:00 2001
|
||||
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||||
Date: Wed, 2 Mar 2022 06:58:32 +0100
|
||||
Subject: [PATCH] Port to Modello 2.0.0
|
||||
|
||||
---
|
||||
xmvn-api/pom.xml | 2 +-
|
||||
xmvn-parent/pom.xml | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/xmvn-api/pom.xml b/xmvn-api/pom.xml
|
||||
index 74b961d8..18539a4a 100644
|
||||
--- a/xmvn-api/pom.xml
|
||||
+++ b/xmvn-api/pom.xml
|
||||
@@ -38,7 +38,7 @@
|
||||
<artifactId>modello-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<version>3.2.0</version>
|
||||
- <useJava5>true</useJava5>
|
||||
+ <javaSource>11</javaSource>
|
||||
<domAsXpp3>false</domAsXpp3>
|
||||
<models>
|
||||
<model>src/main/mdo/config.mdo</model>
|
||||
diff --git a/xmvn-parent/pom.xml b/xmvn-parent/pom.xml
|
||||
index 2dafffbe..a563eb7c 100644
|
||||
--- a/xmvn-parent/pom.xml
|
||||
+++ b/xmvn-parent/pom.xml
|
||||
@@ -107,7 +107,7 @@
|
||||
<junitVersion>5.7.2</junitVersion>
|
||||
<jxrPluginVersion>2.3</jxrPluginVersion>
|
||||
<mavenWagonVersion>1.0</mavenWagonVersion>
|
||||
- <modelloVersion>1.11</modelloVersion>
|
||||
+ <modelloVersion>2.0.0</modelloVersion>
|
||||
<nexusStagingPluginVersion>1.6.8</nexusStagingPluginVersion>
|
||||
<pmdPluginVersion>3.0.1</pmdPluginVersion>
|
||||
<projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
|
||||
--
|
||||
2.35.1
|
||||
|
59
build.bash
Normal file
59
build.bash
Normal file
@ -0,0 +1,59 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
resultdir="/var/lib/mock/xmvn-rawhide/result"
|
||||
|
||||
# create directories
|
||||
repo=RPM/latest/
|
||||
[[ ! -d ${repo} ]] && mkdir -p ${repo}
|
||||
|
||||
# update version and release tag in spec file
|
||||
version=$(sed -n '/<version>/{s/.*>\(.*\)<.*/\1/;s/-SNAPSHOT$//;p;q}' pom.xml)
|
||||
release=$(git describe --match="[^(jenkins)].*" --tags | sed 's/[^-]*-/0./;s/-/./;s/g/git/')
|
||||
sed -i "s/^Version:\s\+[0-9.]*$/Version: ${version}/" xmvn.spec
|
||||
sed -i "s/^Release:\s\+[0-9.]*%{?dist}$/Release: ${release}/" xmvn.spec
|
||||
|
||||
# Skip patch application on Jenkins - it is supposed to always use the
|
||||
# latest vanilla upstream snapshot.
|
||||
sed -i "/^Patch[0-9]*:/d" xmvn.spec
|
||||
sed -i "/^%patch[0-9]* -p/d" xmvn.spec
|
||||
|
||||
# make tarball
|
||||
git archive -v --prefix=xmvn-${version}/ HEAD | xz > xmvn-${version}.tar.xz
|
||||
|
||||
# crate srpm
|
||||
rm -f SRPMS/*
|
||||
rpmbuild -bs --clean --define "_topdir `pwd`" --define "_sourcedir `pwd`" xmvn.spec
|
||||
|
||||
# build RPM with custom mock config
|
||||
rm -Rf ${resultdir}/*
|
||||
# print root.log and build.log in case of failure
|
||||
trap "cat ${resultdir}/{root,build}.log || :" 0
|
||||
mock -r ../..$PWD/fedora-rawhide-x86_64 SRPMS/*.src.rpm
|
||||
|
||||
# remove unneeded stuff
|
||||
rm -f xmvn-*.tar.xz
|
||||
|
||||
last_bn=`grep "Build number" ${repo}/info.log | awk '{ print $3 }'`
|
||||
if [ -n "${last_bn}" ]; then
|
||||
mkdir -p RPM/${last_bn}
|
||||
mv ${repo}/* RPM/${last_bn}
|
||||
|
||||
# we only want keep RPMs from last 10 builds
|
||||
blist=`find ./RPM/ -maxdepth 1 -name "[0-9]*"`
|
||||
for bn in $blist; do
|
||||
if [ `basename $bn` -lt `expr $last_bn - 10` ]; then
|
||||
rm -Rf $bn
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
# copy resulting RPMs to RPM/latest
|
||||
cp ${resultdir}/* ${repo}
|
||||
|
||||
tail -n 50 ${resultdir}/build.log
|
||||
|
||||
createrepo ${repo}
|
||||
|
||||
# store current build number into the file
|
||||
echo "Build number: $BUILD_NUMBER" >> ${repo}/info.log
|
||||
|
37
fedora-rawhide-x86_64.cfg
Normal file
37
fedora-rawhide-x86_64.cfg
Normal file
@ -0,0 +1,37 @@
|
||||
config_opts['root'] = 'xmvn-rawhide'
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['legal_host_arches'] = ('x86_64',)
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
|
||||
config_opts['dist'] = 'rawhide' # only useful for --resultdir variable subst
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['releasever'] = '21'
|
||||
|
||||
config_opts['yum.conf'] = """
|
||||
[main]
|
||||
logfile=/var/log/yum.log
|
||||
retries=20
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
syslog_ident=mock
|
||||
syslog_device=
|
||||
metadata_expire=1
|
||||
mirrorlist_expire=1
|
||||
debuglevel=2
|
||||
|
||||
[mock-rawhide]
|
||||
name=mock-rawhide
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64
|
||||
failovermethod=priority
|
||||
cost=1000
|
||||
|
||||
[mock-koji]
|
||||
name=mock-koji
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/
|
||||
cost=2000
|
||||
|
||||
[mock-override]
|
||||
name=mock-override
|
||||
baseurl=http://people.redhat.com/~mizdebsk/jenkins-extra-repo/
|
||||
gpgcheck=0
|
||||
cost=500
|
||||
"""
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (xmvn-4.0.0.tar.xz) = a276ab8f932ac6c65bf433ab4e28b17d4724983b5ae0ed360c718311324c013d970de1c67fcb27ac95b1472eac7b17c5197a4812626f5ae82af9905621935be8
|
875
xmvn.spec
Normal file
875
xmvn.spec
Normal file
@ -0,0 +1,875 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%if %{with bootstrap}
|
||||
%global mbi 1
|
||||
%endif
|
||||
|
||||
Name: xmvn
|
||||
Version: 4.0.0
|
||||
Release: 10%{?dist}
|
||||
Summary: Local Extensions for Apache Maven
|
||||
License: ASL 2.0
|
||||
URL: https://fedora-java.github.io/xmvn/
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: https://github.com/fedora-java/xmvn/releases/download/%{version}/xmvn-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-Port-to-Modello-2.0.0.patch
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.beust:jcommander)
|
||||
BuildRequires: mvn(org.apache.commons:commons-compress)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-api)
|
||||
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-util)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model-builder)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) >= 2.0.0
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-classworlds)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.easymock:easymock)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
||||
BuildRequires: mvn(org.xmlunit:xmlunit-assertj3)
|
||||
# Maven home is used as template for XMvn home
|
||||
BuildRequires: maven
|
||||
%endif
|
||||
|
||||
Requires: %{name}-minimal = %{version}-%{release}
|
||||
Requires: maven >= 3.6.1
|
||||
|
||||
%description
|
||||
This package provides extensions for Apache Maven that can be used to
|
||||
manage system artifact repository and use it to resolve Maven
|
||||
artifacts in offline mode, as well as Maven plugins to help with
|
||||
creating RPM packages containing Maven artifacts.
|
||||
|
||||
%package minimal
|
||||
Summary: Dependency-reduced version of XMvn
|
||||
Requires: %{name}-core = %{version}-%{release}
|
||||
Requires: apache-commons-cli
|
||||
Requires: apache-commons-lang3
|
||||
Requires: atinject
|
||||
Requires: google-guice
|
||||
Requires: guava
|
||||
Requires: maven-resolver
|
||||
Requires: maven-wagon
|
||||
Requires: plexus-cipher
|
||||
Requires: plexus-classworlds
|
||||
Requires: plexus-containers-component-annotations
|
||||
Requires: plexus-interpolation
|
||||
Requires: plexus-sec-dispatcher
|
||||
Requires: plexus-utils
|
||||
Requires: sisu
|
||||
Requires: slf4j
|
||||
|
||||
Requires: maven-lib >= 3.4.0
|
||||
Requires: maven-jdk-binding
|
||||
Suggests: maven-openjdk17
|
||||
|
||||
%description minimal
|
||||
This package provides minimal version of XMvn, incapable of using
|
||||
remote repositories.
|
||||
|
||||
%package core
|
||||
Summary: XMvn library
|
||||
|
||||
%description core
|
||||
This package provides XMvn API and XMvn Core modules, which implement
|
||||
the essential functionality of XMvn such as resolution of artifacts
|
||||
from system repository.
|
||||
|
||||
%package mojo
|
||||
Summary: XMvn MOJO
|
||||
|
||||
%description mojo
|
||||
This package provides XMvn MOJO, which is a Maven plugin that consists
|
||||
of several MOJOs. Some goals of these MOJOs are intended to be
|
||||
attached to default Maven lifecycle when building packages, others can
|
||||
be called directly from Maven command line.
|
||||
|
||||
%package tools
|
||||
Summary: XMvn tools
|
||||
# Explicit javapackages-tools requires since scripts use
|
||||
# /usr/share/java-utils/java-functions
|
||||
Requires: javapackages-tools
|
||||
|
||||
%description tools
|
||||
This package provides various XMvn tools:
|
||||
* XMvn Install, which is a command-line interface to XMvn installer.
|
||||
The installer reads reactor metadata and performs artifact
|
||||
installation according to specified configuration.
|
||||
* XMvn Resolver, which is a very simple commald-line tool to resolve
|
||||
Maven artifacts from system repositories. Basically it's just an
|
||||
interface to artifact resolution mechanism implemented by XMvn Core.
|
||||
The primary intended use case of XMvn Resolver is debugging local
|
||||
artifact repositories.
|
||||
* XMvn Subst, which is a tool that can substitute Maven artifact files
|
||||
with symbolic links to corresponding files in artifact repository.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%mvn_package ::tar.gz: __noinstall
|
||||
%mvn_package ":{xmvn,xmvn-connector}" xmvn
|
||||
%mvn_package ":xmvn-{api,core,parent}" core
|
||||
%mvn_package ":xmvn-mojo" mojo
|
||||
%mvn_package ":xmvn-{install,resolve,subst,tools}" tools
|
||||
|
||||
# Don't put Class-Path attributes in manifests
|
||||
%pom_remove_plugin :maven-jar-plugin xmvn-tools
|
||||
|
||||
# Copy Maven home packaged as RPM instead of unpacking Maven binary
|
||||
# tarball with maven-dependency-plugin
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
maven_home=$(realpath $(dirname $(realpath $(%{?jpb_env} which mvn)))/..)
|
||||
mver=$(sed -n '/<mavenVersion>/{s/.*>\(.*\)<.*/\1/;p}' \
|
||||
xmvn-parent/pom.xml)
|
||||
mkdir -p target/dependency/
|
||||
cp -a "${maven_home}" target/dependency/apache-maven-$mver
|
||||
|
||||
# Workaround easymock incompatibility with Java 17that should be fixed
|
||||
# in easymock 4.4: https://github.com/easymock/easymock/issues/274
|
||||
%pom_add_plugin :maven-surefire-plugin xmvn-connector "<configuration>
|
||||
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED</argLine></configuration>"
|
||||
%pom_add_plugin :maven-surefire-plugin xmvn-tools/xmvn-install "<configuration>
|
||||
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED</argLine></configuration>"
|
||||
|
||||
%build
|
||||
%mvn_build -j -- -P\\!quality
|
||||
|
||||
version=4.0.0
|
||||
tar --delay-directory-restore -xvf target/xmvn-*-bin.tar.gz
|
||||
chmod -R +rwX %{name}-${version}*
|
||||
# These are installed as doc
|
||||
rm -f %{name}-${version}*/{AUTHORS-XMVN,README-XMVN.md,LICENSE,NOTICE,NOTICE-XMVN}
|
||||
# Not needed - we use JPackage launcher scripts
|
||||
rm -Rf %{name}-${version}*/lib/{installer,resolver,subst}/
|
||||
# Irrelevant Maven launcher scripts
|
||||
rm -f %{name}-${version}*/bin/*
|
||||
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
version=4.0.0
|
||||
maven_home=$(realpath $(dirname $(realpath $(%{?jpb_env} which mvn)))/..)
|
||||
|
||||
install -d -m 755 %{buildroot}%{_datadir}/%{name}
|
||||
cp -r%{?mbi:L} %{name}-${version}*/* %{buildroot}%{_datadir}/%{name}/
|
||||
|
||||
for cmd in mvn mvnDebug; do
|
||||
cat <<EOF >%{buildroot}%{_datadir}/%{name}/bin/$cmd
|
||||
#!/bin/sh -e
|
||||
export _FEDORA_MAVEN_HOME="%{_datadir}/%{name}"
|
||||
exec %{_datadir}/maven/bin/$cmd "\${@}"
|
||||
EOF
|
||||
chmod 755 %{buildroot}%{_datadir}/%{name}/bin/$cmd
|
||||
done
|
||||
|
||||
# helper scripts
|
||||
%jpackage_script org.fedoraproject.xmvn.tools.install.cli.InstallerCli "" "" xmvn/xmvn-install:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander:slf4j/api:slf4j/simple:objectweb-asm/asm:commons-compress xmvn-install
|
||||
%jpackage_script org.fedoraproject.xmvn.tools.resolve.ResolverCli "" "" xmvn/xmvn-resolve:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander xmvn-resolve
|
||||
%jpackage_script org.fedoraproject.xmvn.tools.subst.SubstCli "" "" xmvn/xmvn-subst:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander xmvn-subst
|
||||
|
||||
# copy over maven boot and lib directories
|
||||
cp -r%{?mbi:L} ${maven_home}/boot/* %{buildroot}%{_datadir}/%{name}/boot/
|
||||
cp -r%{?mbi:L} ${maven_home}/lib/* %{buildroot}%{_datadir}/%{name}/lib/
|
||||
|
||||
# possibly recreate symlinks that can be automated with xmvn-subst
|
||||
%if !0%{?mbi}
|
||||
%{name}-subst -s -R %{buildroot} %{buildroot}%{_datadir}/%{name}/
|
||||
%endif
|
||||
|
||||
# /usr/bin/xmvn
|
||||
ln -s %{_datadir}/%{name}/bin/mvn %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
# mvn-local symlink
|
||||
ln -s %{name} %{buildroot}%{_bindir}/mvn-local
|
||||
|
||||
# make sure our conf is identical to maven so yum won't freak out
|
||||
install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/
|
||||
cp -P ${maven_home}/conf/settings.xml %{buildroot}%{_datadir}/%{name}/conf/
|
||||
cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/
|
||||
|
||||
# Make sure javapackages config is not bundled
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/{configuration.xml,config.d/,conf/toolchains.xml,maven-metadata/}
|
||||
|
||||
# Workaround for rpm bug 447156 - rpm fails to change directory to symlink
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Directory_Replacement/
|
||||
%pretrans -p <lua> minimal
|
||||
path = "/usr/share/xmvn/conf/logging"
|
||||
st = posix.stat(path)
|
||||
if st and st.type == "directory" then
|
||||
status = os.rename(path, path .. ".rpmmoved")
|
||||
if not status then
|
||||
suffix = 0
|
||||
while not status do
|
||||
suffix = suffix + 1
|
||||
status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
|
||||
end
|
||||
os.rename(path, path .. ".rpmmoved")
|
||||
end
|
||||
end
|
||||
|
||||
%files
|
||||
%{_bindir}/mvn-local
|
||||
|
||||
%files minimal -f .mfiles-xmvn
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/bin
|
||||
%dir %{_datadir}/%{name}/lib
|
||||
%{_datadir}/%{name}/lib/*.jar
|
||||
%{_datadir}/%{name}/lib/ext
|
||||
%{_datadir}/%{name}/lib/jansi-native
|
||||
%{_datadir}/%{name}/bin/m2.conf
|
||||
%{_datadir}/%{name}/bin/mvn
|
||||
%{_datadir}/%{name}/bin/mvnDebug
|
||||
%{_datadir}/%{name}/boot
|
||||
%{_datadir}/%{name}/conf
|
||||
%ghost %{_datadir}/%{name}/conf/logging.rpmmoved
|
||||
|
||||
%files core -f .mfiles-core
|
||||
%license LICENSE NOTICE
|
||||
%doc AUTHORS README.md
|
||||
|
||||
%files mojo -f .mfiles-mojo
|
||||
|
||||
%files tools -f .mfiles-tools
|
||||
%{_bindir}/%{name}-install
|
||||
%{_bindir}/%{name}-resolve
|
||||
%{_bindir}/%{name}-subst
|
||||
|
||||
%files javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Apr 22 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-9
|
||||
- Port to Modello 2.0.0
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 4.0.0-8
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Thu Jan 27 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-7
|
||||
- Suggest OpenJDK 17 as default Maven binding
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jan 14 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-5
|
||||
- Rebuild for Maven 3.8.4
|
||||
|
||||
* Mon Nov 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-4
|
||||
- For now keep suggesting OpenJDK 11 Maven binding
|
||||
|
||||
* Wed Nov 03 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-3
|
||||
- Workaround build issue with OpenJDK 17
|
||||
- Suggest OpenJDK 17 as default Maven binding
|
||||
|
||||
* Sun Sep 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-2
|
||||
- Rebuild to update libjansi.so symlink
|
||||
|
||||
* Mon Jul 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0-1
|
||||
- Update to upstream version 4.0.0
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0~20210709.3b84c99-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jul 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20210709.3b84c99-11
|
||||
- Change logic for JPMS detection by Javadoc MOJO
|
||||
|
||||
* Thu Jul 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20210708.43c7e67-10
|
||||
- Fix Javadoc generation for non-JPMS project with JDK 11
|
||||
|
||||
* Thu Jul 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20210708.54026c1-9
|
||||
- Update to latest upstream snapshot
|
||||
|
||||
* Tue Jun 01 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-8
|
||||
- Workaround for rpm bug 447156 - rpm fails to change directory to symlink
|
||||
|
||||
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-7
|
||||
- Conditionally enable Ivy connector
|
||||
|
||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-6
|
||||
- Bootstrap build
|
||||
- Non-bootstrap build
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.0-6
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Thu Jul 09 2020 Mat Booth <mat.booth@redhat.com> - 3.1.0-5
|
||||
- Honour source parameter in javadoc mojo
|
||||
|
||||
* Fri Jun 26 2020 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-4
|
||||
- Rebuild to pick jsr250-api switch to jakarta-annotations.
|
||||
|
||||
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-3
|
||||
- Ignore test failures as they fail when built Java 11.
|
||||
|
||||
* Mon Apr 20 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-5
|
||||
- Disable Ivy connector
|
||||
|
||||
* Wed Feb 19 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-4
|
||||
- Require maven-jdk-binding
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jan 23 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-3
|
||||
- Implement toolchain manager
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Mon Oct 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-1
|
||||
- Update to upstream snapshot of 4.0.0
|
||||
|
||||
* Thu Oct 17 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1
|
||||
- Update to version 3.1.0.
|
||||
|
||||
* Thu Oct 17 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-28
|
||||
- Bump requirement to maven 3.6.1 and non-compat guava.
|
||||
|
||||
* Mon Sep 02 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-27
|
||||
- Port to maven-invoker 3.0.1
|
||||
|
||||
* Thu Aug 22 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-26
|
||||
- Port to xmlunit2.
|
||||
|
||||
* Sun Aug 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-25
|
||||
- Disable gradle support by default.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-2
|
||||
- Prefer namespaced metadata when duplicates are found
|
||||
|
||||
* Fri Jun 14 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-1
|
||||
- Update to upstream version 3.1.0
|
||||
|
||||
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-25
|
||||
- Update maven-invoker to version 3.0.1
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-24
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Fri Apr 19 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-23
|
||||
- Port to Xmlunit 2.6.2
|
||||
|
||||
* Sat Apr 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-22
|
||||
- Switch to Maven 3.6.1 and non-compat Guava
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Oct 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-22
|
||||
- Port to Gradle 4.4.1
|
||||
|
||||
* Wed Aug 01 2018 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.0-21
|
||||
- Add requirement on javapackages-tools since scripts use
|
||||
java-functions.
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 05 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-19
|
||||
- Remove now unnecessary objenesis from classpath
|
||||
|
||||
* Fri May 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-18
|
||||
- Avoid creating temp files during manifest injection
|
||||
- Resolves: rhbz#1579236
|
||||
|
||||
* Wed May 9 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-17
|
||||
- Switch to commons-compress for manifest manipulation
|
||||
- Resolves: rhbz#1576358
|
||||
|
||||
* Fri Apr 27 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-16
|
||||
- Remove use of JAXB from xmvn-core to make it work with Java 9
|
||||
|
||||
* Thu Apr 19 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-15
|
||||
- Fix maven home lookup and layout to match current maven
|
||||
|
||||
* Fri Mar 16 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-14
|
||||
- Fix configuration of aliased plugins
|
||||
- Resolves: rhbz#1556974
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.0-13
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-12
|
||||
- Use guava20
|
||||
|
||||
* Wed Jan 24 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-11
|
||||
- Build-require full maven again, instead of maven-lib
|
||||
|
||||
* Tue Jan 9 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-10
|
||||
- BR maven-lib instead of full maven
|
||||
|
||||
* Thu Dec 07 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-9
|
||||
- Support setting "-Xdoclint:none" in m-javadoc-p >= 3.0.0
|
||||
|
||||
* Fri Nov 10 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-8
|
||||
- Port to Gradle 4.3.1
|
||||
|
||||
* Mon Oct 02 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-7
|
||||
- Port to gradle 4.2
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-5
|
||||
- Remove temporary workaround
|
||||
|
||||
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
|
||||
- Fix installer crash when plugin directory is missing
|
||||
|
||||
* Wed Jun 21 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-3
|
||||
- Include lib directories for now
|
||||
|
||||
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-2
|
||||
- Fix loading of XMvn Installer plugins
|
||||
|
||||
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||
- Update to upstream version 3.0.0
|
||||
|
||||
* Wed Apr 19 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-23
|
||||
- Update spec for maven 3.5.0
|
||||
|
||||
* Wed Apr 19 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-22
|
||||
- Temporary changes for maven upgrade
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-20
|
||||
- Remove requires added for maven 3.4.0
|
||||
|
||||
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-19
|
||||
- Remove BR on maven-site-plugin
|
||||
|
||||
* Tue Jan 31 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-18
|
||||
- Allow to conditionally build without gradle
|
||||
|
||||
* Mon Jan 16 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-17
|
||||
- Use reactor artifacts when running xmvn-subst
|
||||
|
||||
* Mon Jan 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-16
|
||||
- Allow xmvn to install files who names whitespace
|
||||
|
||||
* Mon Aug 15 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-15
|
||||
- Switch launcher scripts
|
||||
|
||||
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-14
|
||||
- Add Requires on all symlinked jars to xmvn-minimal
|
||||
|
||||
* Mon Aug 8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-13
|
||||
- Remove temp symlinks
|
||||
|
||||
* Mon Aug 8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-12
|
||||
- Add temp symlinks needed for updating to Maven 3.4.0
|
||||
|
||||
* Mon Jul 04 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-11
|
||||
- Don't install POM files for Tycho projects
|
||||
|
||||
* Thu Jun 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-10
|
||||
- Full xmvn should require full maven
|
||||
|
||||
* Tue Jun 28 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-9
|
||||
- Introduce xmvn-minimal subpackage
|
||||
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-8
|
||||
- Add missing build-requires
|
||||
|
||||
* Mon May 30 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-7
|
||||
- Add missing BR easymock
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Nov 26 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-5
|
||||
- Try to procect builddep MOJO against patological cases
|
||||
|
||||
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-4
|
||||
- Remove temporary Maven 3.3.9 workaround
|
||||
|
||||
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-3
|
||||
- Add temporary workaround for Maven 3.3.9 transition
|
||||
|
||||
* Wed Oct 28 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-2
|
||||
- Fix symlinks in lib/core
|
||||
|
||||
* Wed Oct 28 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-1
|
||||
- Update to upstream version 2.5.0
|
||||
|
||||
* Tue Jul 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-5
|
||||
- Require persistent artifact files in XML resolver API
|
||||
|
||||
* Tue Jun 30 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-4
|
||||
- Port to Gradle 2.5-rc-1
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-2
|
||||
- Add patches for rhbz#1220394
|
||||
|
||||
* Wed May 6 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-1
|
||||
- Update to upstream version 2.4.0
|
||||
|
||||
* Fri Apr 24 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-8
|
||||
- Port to Gradle 2.4-rc-1
|
||||
|
||||
* Thu Apr 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-7
|
||||
- Disable doclint in javadoc:aggregate MOJO executions
|
||||
|
||||
* Thu Apr 9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-6
|
||||
- Install mvn-local symlink
|
||||
|
||||
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-5
|
||||
- Remove workarunds for RPM bug #646523
|
||||
|
||||
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-4
|
||||
- Port to Gradle 2.3
|
||||
|
||||
* Mon Mar 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-3
|
||||
- Build with Maven 3.3.0
|
||||
|
||||
* Mon Mar 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-2
|
||||
- Add temporary explicit maven-builder-support.jar symlink
|
||||
|
||||
* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-1
|
||||
- Update to upstream version 2.3.2
|
||||
|
||||
* Fri Mar 06 2015 Michal Srb <msrb@redhat.com> - 2.3.1-4
|
||||
- Rebuild to fix symlinks in lib/core
|
||||
|
||||
* Thu Feb 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-3
|
||||
- Remove temporary explicit ASM symlinks
|
||||
|
||||
* Wed Feb 18 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-2
|
||||
- Temporarly add explicit symlinks to ASM
|
||||
|
||||
* Fri Feb 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-1
|
||||
- Update to upstream version 2.3.1
|
||||
|
||||
* Wed Feb 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.0-1
|
||||
- Update to upstream version 2.3.0
|
||||
|
||||
* Wed Feb 4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-1
|
||||
- Update to upstream version 2.2.1
|
||||
|
||||
* Fri Jan 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.0-1
|
||||
- Update to upstream version 2.2.0
|
||||
- Add connector-gradle subpackage
|
||||
|
||||
* Wed Jan 21 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-2
|
||||
- Add BR on maven-site-plugin
|
||||
- Resolves: rhbz#1184608
|
||||
|
||||
* Mon Jan 5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-1
|
||||
- Update to upstream version 2.1.1
|
||||
|
||||
* Wed Dec 10 2014 Michal Srb <msrb@redhat.com> - 2.1.0-8
|
||||
- Add fully qualified osgi version to install plan when tycho detected
|
||||
- Resolves: rhbz#1172225
|
||||
|
||||
* Thu Dec 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-7
|
||||
- Ignore any system dependencies in Tycho projects
|
||||
|
||||
* Wed Nov 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-6
|
||||
- Use topmost repository namespace during installation
|
||||
- Resolves: rhbz#1166743
|
||||
|
||||
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-5
|
||||
- Fix conversion of Ivy to XMvn artifacts
|
||||
- Resolves: rhbz#1127804
|
||||
|
||||
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-4
|
||||
- Fix FTBFS caused by new wersion of plexus-archiver
|
||||
|
||||
* Wed Sep 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-3
|
||||
- Fix installation of attached Eclipse artifacts
|
||||
|
||||
* Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-2
|
||||
- Avoid installing the same attached artifact twice
|
||||
|
||||
* Thu Sep 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-1
|
||||
- Update to upstream version 2.1.0
|
||||
- Remove p2 subpackage
|
||||
|
||||
* Fri Jun 6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.1-1
|
||||
- Update to upstream version 2.0.1
|
||||
|
||||
* Thu Jun 5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-6
|
||||
- Bump Maven version in build-requires
|
||||
|
||||
* Thu Jun 5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-5
|
||||
- Add missing requires on subpackages
|
||||
|
||||
* Fri May 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-4
|
||||
- Don't modify system properties during artifact resolution
|
||||
|
||||
* Fri May 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-3
|
||||
- Add patch to support xmvn.resolver.disableEffectivePom property
|
||||
|
||||
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
|
||||
- Add patch for injecting Javapackages manifests
|
||||
|
||||
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-1
|
||||
- Update to upstream version 2.0.0
|
||||
|
||||
* Tue Apr 22 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.25.gitcb3a0a6
|
||||
- Use ASM 5.0.1 directly instead of Sisu-shaded ASM
|
||||
|
||||
* Fri Mar 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.24.gitcb3a0a6
|
||||
- Override extensions of skipped artifacts
|
||||
|
||||
* Fri Mar 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.23.gitcb3a0a6
|
||||
- Skip installation of artifacts which files are not regular files
|
||||
- Resolves: rhbz#1078967
|
||||
|
||||
* Mon Mar 17 2014 Michal Srb <msrb@redhat.com> - 1.5.0-0.22.gitcb3a0a6
|
||||
- Add missing BR: modello-maven-plugin
|
||||
|
||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.5.0-0.21.gitcb3a0a6
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.20.gitcb3a0a6
|
||||
- Fix unowned directory
|
||||
|
||||
* Tue Jan 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.19.gitcb3a0a6
|
||||
- Update to pre-release of upstream version 1.5.0
|
||||
|
||||
* Mon Dec 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-1
|
||||
- Update to upstream version 1.4.0
|
||||
|
||||
* Thu Nov 14 2013 Michael Simacek <msimacek@redhat.com> - 1.3.0-4
|
||||
- Update to Sisu 0.1.0
|
||||
|
||||
* Thu Nov 14 2013 Michal Srb <msrb@redhat.com> - 1.3.0-3
|
||||
- Add dep org.sonatype.sisu:sisu-guice::no_aop:
|
||||
|
||||
* Fri Nov 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.0-2
|
||||
- Add wagon-http-shared4 to plexus.core
|
||||
|
||||
* Wed Nov 06 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.3.0-1
|
||||
- Update to upstream release 1.3.0
|
||||
|
||||
* Tue Nov 5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-5
|
||||
- Require Maven >= 3.1.1-5
|
||||
- Resolves: rhbz#1014355
|
||||
|
||||
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-4
|
||||
- Rebuild to regenerate broken POMs
|
||||
- Related: rhbz#1021484
|
||||
|
||||
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-3
|
||||
- Temporarly skip running tests
|
||||
|
||||
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-2
|
||||
- Don't inject manifest if it does not already exist
|
||||
- Resolves: rhbz#1021484
|
||||
|
||||
* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-1
|
||||
- Update to upstream version 1.2.0
|
||||
|
||||
* Mon Oct 07 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-2
|
||||
- Apply patch for rhbz#1015596
|
||||
|
||||
* Tue Oct 01 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-1
|
||||
- Update to upstream version 1.1.0
|
||||
|
||||
* Fri Sep 27 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.2-3
|
||||
- Add __default package specifier support
|
||||
|
||||
* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.2-2
|
||||
- Don't try to relativize symlink targets
|
||||
- Restotre support for relative symlinks
|
||||
|
||||
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.2-1
|
||||
- Update to upstream version 1.0.2
|
||||
|
||||
* Tue Sep 10 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.0-2
|
||||
- Workaround broken symlinks for core and connector (#986909)
|
||||
|
||||
* Mon Sep 09 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.0-1
|
||||
- Updating to upstream 1.0.0
|
||||
|
||||
* Tue Sep 3 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> 1.0.0-0.2.alpha1
|
||||
- Update to upstream version 1.0.0 alpha1
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-3
|
||||
- Rebuild without bootstrapping
|
||||
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-2
|
||||
- Install symlink to simplelogger.properties in %%{_sysconfdir}
|
||||
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-1
|
||||
- Update to upstream version 0.5.1
|
||||
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-7
|
||||
- Allow installation of Eclipse plugins in javadir
|
||||
|
||||
* Mon Jul 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-6
|
||||
- Remove workaround for plexus-archiver bug
|
||||
- Use sonatype-aether symlinks
|
||||
|
||||
* Wed Jun 5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-5
|
||||
- Fix resolution of tools.jar
|
||||
|
||||
* Fri May 31 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-4
|
||||
- Fix handling of packages with dots in groupId
|
||||
- Previous versions also fixed bug #948731
|
||||
|
||||
* Tue May 28 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-3
|
||||
- Move pre scriptlet to pretrans and implement in lua
|
||||
|
||||
* Fri May 24 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-2
|
||||
- Fix upgrade path scriptlet
|
||||
- Add patch to fix NPE when debugging is disabled
|
||||
|
||||
* Fri May 24 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-1
|
||||
- Update to upstream version 0.5.0
|
||||
|
||||
* Fri May 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-3
|
||||
- Add patch: install MOJO fix
|
||||
|
||||
* Wed Apr 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-2
|
||||
- Update plexus-containers-container-default JAR location
|
||||
|
||||
* Tue Apr 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-1
|
||||
- Update to upstream version 0.4.2
|
||||
|
||||
* Thu Mar 21 2013 Michal Srb <msrb@redhat.com> - 0.4.1-1
|
||||
- Update to upstream version 0.4.1
|
||||
|
||||
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-1
|
||||
- Update to upstream version 0.4.0
|
||||
|
||||
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.7
|
||||
- Enable tests
|
||||
|
||||
* Thu Mar 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.6
|
||||
- Update to newer snapshot
|
||||
|
||||
* Wed Mar 13 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.5
|
||||
- Update to newer snapshot
|
||||
|
||||
* Wed Mar 13 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.4
|
||||
- Set proper permissions for scripts in _bindir
|
||||
|
||||
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.3
|
||||
- Update to new upstream snapshot
|
||||
- Create custom /usr/bin/xmvn instead of using %%jpackage_script
|
||||
- Mirror maven directory structure
|
||||
- Add Plexus Classworlds config file
|
||||
|
||||
* Wed Mar 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.2
|
||||
- Update to newer snapshot
|
||||
|
||||
* Wed Mar 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.1
|
||||
- Update to upstream snapshot of version 0.4.0
|
||||
|
||||
* Mon Feb 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.1-2
|
||||
- Install effective POMs into a separate directory
|
||||
|
||||
* Thu Feb 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.1-1
|
||||
- Update to upstream version 0.3.1
|
||||
|
||||
* Tue Feb 5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.0-1
|
||||
- Update to upstream version 0.3.0
|
||||
- Don't rely on JPP symlinks when resolving artifacts
|
||||
- Blacklist more artifacts
|
||||
- Fix dependencies
|
||||
|
||||
* Thu Jan 24 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.6-1
|
||||
- Update to upstream version 0.2.6
|
||||
|
||||
* Mon Jan 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.5-1
|
||||
- Update to upstream version 0.2.5
|
||||
|
||||
* Fri Jan 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.4-1
|
||||
- Update to upstream version 0.2.4
|
||||
|
||||
* Wed Jan 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.3-1
|
||||
- Update to upstream version 0.2.3
|
||||
|
||||
* Tue Jan 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.2-1
|
||||
- Update to upstream version 0.2.2
|
||||
|
||||
* Tue Jan 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.1-1
|
||||
- Update to upstream version 0.2.1
|
||||
|
||||
* Mon Jan 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.0-1
|
||||
- Update to upstream version 0.2.0
|
||||
- New major features: depmaps, compat symlinks, builddep MOJO
|
||||
- Install effective POMs for non-POM artifacts
|
||||
- Multiple major and minor bugfixes
|
||||
- Drop support for resolving artifacts from %%_javajnidir
|
||||
|
||||
* Fri Dec 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.5-1
|
||||
- Update to upstream version 0.1.5
|
||||
|
||||
* Fri Dec 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.4-1
|
||||
- Update to upstream version 0.1.4
|
||||
|
||||
* Fri Dec 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.3-1
|
||||
- Update to upstream version 0.1.3
|
||||
|
||||
* Fri Dec 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.2-1
|
||||
- Update to upstream version 0.1.2
|
||||
|
||||
* Fri Dec 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.1-1
|
||||
- Update to upstream version 0.1.1
|
||||
|
||||
* Thu Dec 6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.0-1
|
||||
- Update to upstream version 0.1.0
|
||||
- Implement auto requires generator
|
||||
|
||||
* Mon Dec 3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.2-1
|
||||
- Update to upstream version 0.0.2
|
||||
|
||||
* Thu Nov 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.1-1
|
||||
- Update to upstream version 0.0.1
|
||||
|
||||
* Wed Nov 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-2
|
||||
- Add jpackage scripts
|
||||
|
||||
* Mon Nov 5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user