diff --git a/.gitignore b/.gitignore index ba4df9e..97c7a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ plexus-io-1.0-alpha-5.tar.bz2 /plexus-io-1.0.1.tar.xz +plexus-io-2.0.1.tar.xz diff --git a/plexus-io.spec b/plexus-io.spec index 353ab0c..4100826 100644 --- a/plexus-io.spec +++ b/plexus-io.spec @@ -1,14 +1,14 @@ Name: plexus-io -Version: 1.0.1 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Plexus IO Components Group: Development/Libraries License: ASL 2.0 URL: http://plexus.codehaus.org/plexus-components/plexus-io -#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0.1/ -#tar caf plexus-io-1.0.1.tar.xz plexus-io-1.0.1/ -Source0: plexus-io-%{version}.tar.xz +# git clone https://github.com/sonatype/plexus-io +# git archive --format=tar --prefix=plexus-io-2.0.1/ plexus-io-2.0.1 | xz >plexus-io-2.0.1.tar.xz +Source0: %{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 @@ -29,9 +29,6 @@ Requires: jpackage-utils Requires: plexus-utils Requires: plexus-container-default -Requires(post): jpackage-utils -Requires(postun): jpackage-utils - %description Plexus IO is a set of plexus components, which are designed for use in I/O operations. @@ -79,6 +76,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/ %{_javadocdir}/%{name} %changelog +* Thu Sep 8 2011 Alexander Kurtakov 2.0.1-1 +- Update to 2.0.1 upstream release. + * Wed Jul 27 2011 Stanislav Ochotnicky - 1.0.1-2 - Use add_maven_depmap macro diff --git a/sources b/sources index 815acf2..5ae17ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdd7cdef53b5981bdc72338479504ade plexus-io-1.0.1.tar.xz +ac87c6a33c4204a80081736bf19e17e5 plexus-io-2.0.1.tar.xz