Fix source URL to be stable
This commit is contained in:
parent
84806a0ef0
commit
37b111b141
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
plexus-interpolation-1.13.tar.bz2
|
||||
/plexus-interpolation-1.14.tar.xz
|
||||
sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
/plexus-interpolation-1.15.tar.gz
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.15
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?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
|
||||
#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
|
||||
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -39,7 +38,7 @@ Requires: jpackage-utils
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n sonatype-plexus-interpolation-cf017ec
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install javadoc:javadoc
|
||||
@ -70,6 +69,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.15-3
|
||||
- Fix source URL to be stable
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user