Remove temporary bootstrap part

This commit is contained in:
Michael Simacek 2015-03-26 16:24:15 +01:00
parent 283fa594e5
commit 10190e8854

View File

@ -1,6 +1,6 @@
Name: plexus-archiver
Version: 3.0
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 0
Summary: Plexus Archiver Component
License: ASL 2.0
@ -16,9 +16,6 @@ BuildRequires: plexus-utils
BuildRequires: apache-commons-compress
BuildRequires: snappy-java
# XXX temporary
BuildRequires: takari-lifecycle
%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
@ -39,15 +36,6 @@ Javadoc for %{name}.
%setup -q -n %{name}-%{name}-%{version}
%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
%mvn_build -f
@ -61,6 +49,9 @@ rm -r src/test
%doc LICENSE
%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
- Update to upstream version 3.0