Blame SPECS/plexus-interactivity.spec

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