Remove temporary bootstrap part
This commit is contained in:
parent
283fa594e5
commit
10190e8854
@ -1,6 +1,6 @@
|
|||||||
Name: plexus-archiver
|
Name: plexus-archiver
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Plexus Archiver Component
|
Summary: Plexus Archiver Component
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -16,9 +16,6 @@ BuildRequires: plexus-utils
|
|||||||
BuildRequires: apache-commons-compress
|
BuildRequires: apache-commons-compress
|
||||||
BuildRequires: snappy-java
|
BuildRequires: snappy-java
|
||||||
|
|
||||||
# XXX temporary
|
|
||||||
BuildRequires: takari-lifecycle
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Plexus project seeks to create end-to-end developer tools for
|
The Plexus project seeks to create end-to-end developer tools for
|
||||||
writing applications. At the core is the container, which can be
|
writing applications. At the core is the container, which can be
|
||||||
@ -39,15 +36,6 @@ Javadoc for %{name}.
|
|||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%mvn_file :%{name} plexus/archiver
|
%mvn_file :%{name} plexus/archiver
|
||||||
|
|
||||||
# XXX temporary, maven-jar-plugin will be broken until plexus-archiver is
|
|
||||||
# updated to a version compatible with current plexus-io
|
|
||||||
%pom_xpath_inject pom:project '<groupId>org.codehaus.plexus</groupId><packaging>takari-jar</packaging>'
|
|
||||||
%pom_remove_parent
|
|
||||||
%pom_add_plugin io.takari.maven.plugins:takari-lifecycle-plugin '
|
|
||||||
<extensions>true</extensions>'
|
|
||||||
rm -r src/test
|
|
||||||
# end temporary section
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
|
|
||||||
@ -61,6 +49,9 @@ rm -r src/test
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2015 Michael Simacek <msimacek@redhat.com> - 0:3.0-2
|
||||||
|
- Remove temporary bootstrap part
|
||||||
|
|
||||||
* Tue Feb 17 2015 Michael Simacek <msimacek@redhat.com> - 0:3.0-1
|
* Tue Feb 17 2015 Michael Simacek <msimacek@redhat.com> - 0:3.0-1
|
||||||
- Update to upstream version 3.0
|
- Update to upstream version 3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user