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