[java-sig-commits] [plexus-io] Update to 2.0.1 upstream release.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 8 07:09:13 UTC 2011


commit f33dd4eab747321634727f5375c59348a364ceb5
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Sep 8 10:08:11 2011 +0300

    Update to 2.0.1 upstream release.

 .gitignore     |    1 +
 plexus-io.spec |   16 ++++++++--------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
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 <akurtako at redhat.com> 2.0.1-1
+- Update to 2.0.1 upstream release.
+
 * Wed Jul 27 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 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


More information about the java-sig-commits mailing list