diff --git a/plexus-archiver.spec b/plexus-archiver.spec index d09f096..0d6b900 100644 --- a/plexus-archiver.spec +++ b/plexus-archiver.spec @@ -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 'org.codehaus.plexustakari-jar' -%pom_remove_parent -%pom_add_plugin io.takari.maven.plugins:takari-lifecycle-plugin ' -true' -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 - 0:3.0-2 +- Remove temporary bootstrap part + * Tue Feb 17 2015 Michael Simacek - 0:3.0-1 - Update to upstream version 3.0