Update to latest upstream.
This commit is contained in:
parent
fcfb1509ff
commit
06858db14b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
plexus-interpolation-1.13.tar.bz2
|
||||
/plexus-interpolation-1.14.tar.xz
|
||||
sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
|
@ -1,14 +1,13 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.14
|
||||
Release: 3%{?dist}
|
||||
Version: 1.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
URL: http://plexus.codehaus.org/plexus-components/plexus-interpolation
|
||||
#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.14/
|
||||
#tar caf plexus-interpolation-1.14.tar.xz plexus-interpolation-1.14/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
#fetched from https://github.com/sonatype/plexus-interpolation/tarball/plexus-interpolation-1.15
|
||||
Source0: sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -40,7 +39,7 @@ Requires: jpackage-utils
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n sonatype-plexus-interpolation-cf017ec
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install javadoc:javadoc
|
||||
@ -71,6 +70,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 1.15-1
|
||||
- Update to latest upstream.
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
@ -94,4 +96,3 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
|
||||
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-1
|
||||
- Initial package.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user