Blame SPECS/plexus-interactivity.spec

9836f7
# Copyright (c) 2000-2005, JPackage Project
9836f7
# All rights reserved.
9836f7
#
9836f7
# Redistribution and use in source and binary forms, with or without
9836f7
# modification, are permitted provided that the following conditions
9836f7
# are met:
9836f7
#
9836f7
# 1. Redistributions of source code must retain the above copyright
9836f7
#    notice, this list of conditions and the following disclaimer.
9836f7
# 2. Redistributions in binary form must reproduce the above copyright
9836f7
#    notice, this list of conditions and the following disclaimer in the
9836f7
#    documentation and/or other materials provided with the
9836f7
#    distribution.
9836f7
# 3. Neither the name of the JPackage Project nor the names of its
9836f7
#    contributors may be used to endorse or promote products derived
9836f7
#    from this software without specific prior written permission.
9836f7
#
9836f7
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9836f7
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9836f7
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9836f7
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9836f7
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9836f7
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9836f7
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9836f7
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9836f7
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9836f7
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9836f7
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9836f7
#
9836f7
9836f7
%global parent plexus
9836f7
%global subname interactivity
9836f7
9836f7
Name:           plexus-interactivity
9836f7
Version:        1.0
9836f7
Release:        0.14.alpha6%{?dist}
9836f7
Epoch:          0
9836f7
Summary:        Plexus Interactivity Handler Component
9836f7
License:        MIT
9836f7
URL:            http://plexus.codehaus.org/
9836f7
# svn export \
9836f7
#   http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interactivity-1.0-alpha-6/
9836f7
# tar caf plexus-interactivity-1.0-alpha-6-src.tar.xz \
9836f7
#   plexus-interactivity-1.0-alpha-6
9836f7
Source0:        plexus-interactivity-1.0-alpha-6-src.tar.xz
9836f7
Patch1:         plexus-interactivity-dependencies.patch
9836f7
9836f7
BuildArch:      noarch
9836f7
BuildRequires:  jpackage-utils >= 0:1.6
9836f7
BuildRequires:  ant >= 0:1.6
9836f7
BuildRequires:  maven-local
9836f7
BuildRequires:  maven-resources-plugin
9836f7
BuildRequires:  jline
9836f7
BuildRequires:  plexus-utils
9836f7
BuildRequires:  plexus-component-api
9836f7
9836f7
%description
9836f7
The Plexus project seeks to create end-to-end developer tools for
9836f7
writing applications. At the core is the container, which can be
9836f7
embedded or for a full scale application server. There are many
9836f7
reusable components for hibernate, form processing, jndi, i18n,
9836f7
velocity, etc. Plexus also includes an application server which
9836f7
is like a J2EE application server, without all the baggage.
9836f7
9836f7
%package javadoc
9836f7
Summary:        Javadoc for %{name}
9836f7
9836f7
%description javadoc
9836f7
API documentation for %{name}.
9836f7
9836f7
%prep
9836f7
%setup -q -n plexus-interactivity-1.0-alpha-6
9836f7
%patch1 -p1
9836f7
9836f7
%mvn_file :plexus-{*} plexus/@1
9836f7
9836f7
%build
9836f7
%mvn_build -f
9836f7
9836f7
%install
9836f7
%mvn_install
9836f7
9836f7
%files -f .mfiles
9836f7
%files javadoc -f .mfiles-javadoc
9836f7
9836f7
%changelog
9836f7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 01.0-0.14.alpha6
9836f7
- Mass rebuild 2013-12-27
9836f7
9836f7
* Fri Aug 16 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.0-0.13.alpha6
9836f7
- Migrate away from mvn-rpmbuild (#997434)
9836f7
9836f7
* Fri Jul 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-0.12.alpha6
9836f7
- Remove workaround for rpm bug #646523
9836f7
9836f7
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-0.11.alpha6
9836f7
- Rebuild to regenerate API documentation
9836f7
- Resolves: CVE-2013-1571
9836f7
9836f7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.10.alpha6
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9836f7
9836f7
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.0-0.9.alpha6
9836f7
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
9836f7
- Replace maven BuildRequires with maven-local
9836f7
9836f7
* Tue Dec 11 2012 Michal Srb <msrb@redhat.com> - 0:1.0-0.8.alpha6
9836f7
- Removed dependency on plexus-container-default (Resolves: #878573)
9836f7
- Fixed rpmlint warning
9836f7
9836f7
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.7.alpha6
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9836f7
9836f7
* Wed May  2 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.0-0.6.alpha6
9836f7
- Add patch to fix build issues
9836f7
9836f7
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.5.a6.8
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9836f7
9836f7
* Tue Nov 29 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a6.8
9836f7
- Build with maven 3.
9836f7
- Adapt to current guidelines.
9836f7
9836f7
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.4.a6.7
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9836f7
9836f7
* Wed Dec  1 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.0-0.3.a6.7
9836f7
- Fix pom filenames (Resolves rhbz#655821)
9836f7
- Cleanups according to new guidelines
9836f7
9836f7
* Wed Oct 6 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.a6.6
9836f7
- Use javadoc:aggregate.
9836f7
9836f7
* Wed Jul 21 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.a6.5
9836f7
- Really fix depmaps.
9836f7
9836f7
* Wed Jul 21 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.a6.4
9836f7
- Add parent/subname defines to fix poms/depmaps.
9836f7
9836f7
* Wed Jul 21 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.a6.3
9836f7
- Update to alpha 6.
9836f7
9836f7
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a5.2.3
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9836f7
9836f7
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.2.a5.2.3
9836f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9836f7
9836f7
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.1.a5.2.3
9836f7
- drop repotag
9836f7
- fix license tag
9836f7
9836f7
* Tue Mar 13 2007 Matt Wringe <mwringe@redhat.com> 1.0-0.1.a5.2jpp.2
9836f7
- Add missing build requires for ant-nodeps
9836f7
9836f7
* Fri Feb 16 2007 Andrew Overholt <overholt@redhat.com> 1.0-0.1.a5.2jpp.1
9836f7
- Remove javadoc symlinking
9836f7
9836f7
* Thu Feb 23 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.0-0.a5.2jpp
9836f7
- First JPP 1.7 build
9836f7
- With remavenization to 1.1 by Deepak Bhole <dbhole@redhat.com>
9836f7
9836f7
* Mon Nov 07 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.a5.1jpp
9836f7
- First JPackage build