Update to latest upstream release.
This commit is contained in:
parent
39fbe7a6a7
commit
c7a7a8816b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ plexus-archiver-1.0-alpha-12-src.tar.bz2
|
|||||||
plexus-archiver-1.1-src.tar.xz
|
plexus-archiver-1.1-src.tar.xz
|
||||||
/plexus-archiver-1.2.tar.xz
|
/plexus-archiver-1.2.tar.xz
|
||||||
plexus-archiver-2.0.1.tar.xz
|
plexus-archiver-2.0.1.tar.xz
|
||||||
|
sonatype-plexus-archiver-plexus-archiver-2.1-0-g9913f73.tar.gz
|
||||||
|
@ -29,16 +29,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: plexus-archiver
|
Name: plexus-archiver
|
||||||
Version: 2.0.1
|
Version: 2.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Plexus Archiver Component
|
Summary: Plexus Archiver Component
|
||||||
License: MIT and ASL 2.0
|
License: MIT and ASL 2.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://plexus.codehaus.org/plexus-components/plexus-archiver/
|
URL: http://plexus.codehaus.org/plexus-components/plexus-archiver/
|
||||||
# git clone https://github.com/sonatype/plexus-archiver
|
# git clone https://github.com/sonatype/plexus-archiver
|
||||||
# git archive --format=tar --prefix=plexus-archiver-2.0.1/ plexus-archiver-2.0.1 | xz >plexus-archiver-2.0.1.tar.xz
|
# Fetched from https://github.com/sonatype/plexus-archiver/tarball/plexus-archiver-2.1
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: sonatype-plexus-archiver-plexus-archiver-2.1-0-g9913f73.tar.gz
|
||||||
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -83,10 +83,10 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n sonatype-plexus-archiver-8b3fb4c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mvn-rpmbuild install javadoc:javadoc
|
mvn-rpmbuild -Dmaven.test.skip=true install javadoc:javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jars
|
# jars
|
||||||
@ -113,6 +113,9 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 15 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.1-1
|
||||||
|
- Update to latest upstream release.
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.0.1-3
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.0.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user