- Update to 1.5.
- Use upstream tarball. - Add License and readme as doc.
This commit is contained in:
parent
2d0aea34db
commit
cd009f4540
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
maven-antrun-plugin-1.4.tar.xz
|
||||
maven-antrun-plugin-1.5-source-release.zip
|
||||
|
||||
@ -1,14 +1,12 @@
|
||||
Name: maven-antrun-plugin
|
||||
Version: 1.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven AntRun Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-antrun-plugin/
|
||||
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-antrun-plugin-1.4
|
||||
# tar caf maven-antrun-plugin-1.4.tar.xz maven-antrun-plugin-1.4/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
Patch0: fix-deps.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -22,7 +20,7 @@ BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-plugin-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-surefire-maven-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
@ -94,16 +92,23 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE NOTICE
|
||||
%{_javadir}/*
|
||||
%{_mavenpomdir}/*
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE NOTICE
|
||||
%{_javadocdir}/%{name}-%{version}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 20 2010 Alexander Kurtakov <akurtako@redhat.com> 1.5-1
|
||||
- Update to 1.5.
|
||||
- Use upstream tarball.
|
||||
- Add License and readme as doc.
|
||||
|
||||
* Tue Aug 31 2010 Alexander Kurtakov <akurtako@redhat.com> 1.4-4
|
||||
- Fix runtime issue of not finding ant-launcher.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user