Updated to 2.0.2

This commit is contained in:
Tomas Radej 2012-02-01 13:50:00 +01:00
parent 9f7e813a6a
commit b8a6471994
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
plexus-io-1.0-alpha-5.tar.bz2
/plexus-io-1.0.1.tar.xz
plexus-io-2.0.1.tar.xz
/plexus-io-2.0.2.tar.xz

View File

@ -1,13 +1,14 @@
Name: plexus-io
Version: 2.0.1
Release: 2%{?dist}
Version: 2.0.2
Release: 1%{?dist}
Summary: Plexus IO Components
Group: Development/Libraries
License: ASL 2.0
URL: http://plexus.codehaus.org/plexus-components/plexus-io
# 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
# cd plexus-io
# git archive --format=tar --prefix=plexus-io-2.0.2/ plexus-io-2.0.2 | xz >plexus-io-2.0.2.tar.xz
Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
@ -46,7 +47,7 @@ API documentation for %{name}.
%setup -q
%build
mvn-rpmbuild install javadoc:javadoc
mvn-rpmbuild install javadoc:aggregate
%install
# jars
@ -76,6 +77,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
%{_javadocdir}/%{name}
%changelog
* Thu Feb 02 2012 Tomas Radej <tradej@redhat.com> - 2.0.2-1
- Updated to upstream version
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
ac87c6a33c4204a80081736bf19e17e5 plexus-io-2.0.1.tar.xz
1680f91b05ecb889f532dd6b597ae5a6 plexus-io-2.0.2.tar.xz