62c261
Name:           plexus-interpolation
62c261
Version:        1.15
62c261
Release:        7%{?dist}
62c261
Summary:        Plexus Interpolation API
62c261
62c261
Group:          Development/Libraries
62c261
License:        ASL 2.0 and ASL 1.1 and MIT
62c261
URL:            http://plexus.codehaus.org/plexus-components/plexus-interpolation
62c261
Source0:        https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
62c261
62c261
BuildArch: noarch
62c261
62c261
BuildRequires: java-devel
62c261
BuildRequires: junit
62c261
BuildRequires: maven-local
62c261
BuildRequires: maven-resources-plugin
62c261
BuildRequires: maven-compiler-plugin
62c261
BuildRequires: maven-jar-plugin
62c261
BuildRequires: maven-install-plugin
62c261
BuildRequires: maven-javadoc-plugin
62c261
BuildRequires: maven-surefire-plugin
62c261
BuildRequires: maven-surefire-provider-junit
62c261
BuildRequires: maven-shared-reporting-impl
62c261
BuildRequires: maven-doxia-sitetools
62c261
62c261
%description
62c261
Plexus interpolator is the outgrowth of multiple iterations of development
62c261
focused on providing a more modular, flexible interpolation framework for
62c261
the expression language style commonly seen in Maven, Plexus, and other
62c261
related projects.
62c261
62c261
%package javadoc
62c261
Group:          Documentation
62c261
Summary:        Javadoc for %{name}
62c261
62c261
%description javadoc
62c261
API documentation for %{name}.
62c261
62c261
%prep
62c261
%setup -q -n %{name}-%{name}-%{version}
62c261
62c261
%build
62c261
%mvn_file  : plexus/interpolation
62c261
%mvn_build
62c261
62c261
%install
62c261
%mvn_install
62c261
62c261
%files -f .mfiles
62c261
62c261
%files javadoc -f .mfiles-javadoc
62c261
62c261
%changelog
62c261
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-7
62c261
- Rebuild to regenerate API documentation
62c261
- Resolves: CVE-2013-1571
62c261
62c261
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-6
62c261
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
62c261
62c261
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.15-5
62c261
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
62c261
- Replace maven BuildRequires with maven-local
62c261
62c261
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 1.15-4
62c261
- Build with xmvn
62c261
62c261
* Mon Nov 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.15-3
62c261
- Fix source URL to be stable
62c261
62c261
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
62c261
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
62c261
62c261
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 1.15-1
62c261
- Update to latest upstream.
62c261
62c261
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
62c261
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
62c261
62c261
* Wed Jul 27 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.14-2
62c261
- Use add_maven_depmap macro
62c261
- Use more precise specification of files
62c261
62c261
* Tue Jul 26 2011 Jaromir Capik <jcapik@redhat.com> - 1.14-2
62c261
- Removal of plexus-maven-plugin dependency (not needed)
62c261
- Minor spec file changes according to the latest guidelines
62c261
62c261
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 1.14-1
62c261
- Update to upstream 1.14 version.
62c261
- Adapt to current guidelines.
62c261
62c261
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-3
62c261
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
62c261
62c261
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-2
62c261
- Fix review comments.
62c261
62c261
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-1
62c261
- Initial package.