Blame SPECS/plexus-digest.spec

d4c15a
# Copyright (c) 2000-2005, JPackage Project
d4c15a
# All rights reserved.
d4c15a
#
d4c15a
# Redistribution and use in source and binary forms, with or without
d4c15a
# modification, are permitted provided that the following conditions
d4c15a
# are met:
d4c15a
#
d4c15a
# 1. Redistributions of source code must retain the above copyright
d4c15a
#    notice, this list of conditions and the following disclaimer.
d4c15a
# 2. Redistributions in binary form must reproduce the above copyright
d4c15a
#    notice, this list of conditions and the following disclaimer in the
d4c15a
#    documentation and/or other materials provided with the
d4c15a
#    distribution.
d4c15a
# 3. Neither the name of the JPackage Project nor the names of its
d4c15a
#    contributors may be used to endorse or promote products derived
d4c15a
#    from this software without specific prior written permission.
d4c15a
#
d4c15a
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
d4c15a
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
d4c15a
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
d4c15a
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
d4c15a
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
d4c15a
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
d4c15a
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
d4c15a
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
d4c15a
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
d4c15a
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
d4c15a
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
d4c15a
#
d4c15a
d4c15a
%global parent plexus
d4c15a
%global subname digest
d4c15a
d4c15a
Name:           plexus-digest
d4c15a
Version:        1.1
a26411
Release:        15%{?dist}
d4c15a
Epoch:          0
d4c15a
Summary:        Plexus Digest / Hashcode Components
d4c15a
License:        ASL 2.0
d4c15a
Group:          Development/Libraries
d4c15a
URL:            http://plexus.codehaus.org/plexus-components/plexus-digest/
d4c15a
Source0:        %{name}-%{version}-src.tar.gz
d4c15a
# svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-digest-1.1/ plexus-digest/
d4c15a
# tar czf plexus-digest-1.1-src.tar.gz plexus-digest/
d4c15a
d4c15a
Patch0:         %{name}-migration-to-component-metadata.patch
d4c15a
Patch1:         %{name}-fix-test-dependencies.patch
d4c15a
Patch2:         0001-Do-not-use-algorithm-name-as-regular-expression.patch
d4c15a
d4c15a
BuildArch:      noarch
d4c15a
d4c15a
BuildRequires:  jpackage-utils >= 0:1.7.2
d4c15a
BuildRequires:  ant >= 0:1.6
d4c15a
BuildRequires:  maven-local
d4c15a
BuildRequires:  maven-compiler-plugin
d4c15a
BuildRequires:  maven-install-plugin
d4c15a
BuildRequires:  maven-jar-plugin
d4c15a
BuildRequires:  maven-javadoc-plugin
d4c15a
BuildRequires:  maven-resources-plugin
d4c15a
BuildRequires:  maven-surefire-plugin
d4c15a
BuildRequires:  maven-surefire-provider-junit
d4c15a
BuildRequires:  qdox >= 1.5
d4c15a
BuildRequires:  plexus-containers-component-metadata
d4c15a
BuildRequires:  plexus-cdc
d4c15a
d4c15a
d4c15a
%description
d4c15a
The Plexus project seeks to create end-to-end developer tools for
d4c15a
writing applications. At the core is the container, which can be
d4c15a
embedded or for a full scale application server. There are many
d4c15a
reusable components for hibernate, form processing, jndi, i18n,
d4c15a
velocity, etc. Plexus also includes an application server which
d4c15a
is like a J2EE application server, without all the baggage.
d4c15a
d4c15a
%package javadoc
d4c15a
Summary:        Javadoc for %{name}
d4c15a
Group:          Documentation
d4c15a
d4c15a
%description javadoc
d4c15a
Javadoc for %{name}.
d4c15a
d4c15a
%prep
d4c15a
%setup -q -n %{name}
d4c15a
%patch0 -p1
d4c15a
%patch1 -p1
d4c15a
%patch2 -p1
d4c15a
d4c15a
%build
d4c15a
%mvn_file  : %{parent}/%{subname}
d4c15a
%mvn_build
d4c15a
d4c15a
%install
d4c15a
%mvn_install
d4c15a
d4c15a
%files -f .mfiles
d4c15a
d4c15a
%files javadoc -f .mfiles-javadoc
d4c15a
d4c15a
%changelog
a26411
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 01.1-15
a26411
- Mass rebuild 2013-12-27
a26411
d4c15a
* Fri Sep 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1-14
d4c15a
- Do not use algorithm name as regular expression
d4c15a
d4c15a
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1-13
d4c15a
- Rebuild to regenerate API documentation
d4c15a
- Resolves: CVE-2013-1571
d4c15a
d4c15a
* Fri Feb 08 2013 Michal Srb <msrb@redhat.com> - 0:1.1-12
d4c15a
- Remove unnecessary BR on maven-doxia and maven-doxia-sitetools
d4c15a
d4c15a
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.1-11
d4c15a
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
d4c15a
- Replace maven BuildRequires with maven-local
d4c15a
d4c15a
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 0:1.1-10
d4c15a
- Build with xmvn
d4c15a
d4c15a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-9
d4c15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d4c15a
d4c15a
* Tue May 22 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1-8
d4c15a
- Fix test dependencies
d4c15a
d4c15a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-7
d4c15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d4c15a
d4c15a
* Mon Oct 17 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1-6
d4c15a
- Rebuild for java 1.6.0 downgrade (fesco ticket 663)
d4c15a
d4c15a
* Tue Jul 26 2011 Jaromir Capik <jcapik@redhat.com> - 0:1.1-5
d4c15a
- Migration from plexus-maven-plugin to plexus-containers-component-metadata
d4c15a
- Minor spec file changes according to the latest guidelines
d4c15a
d4c15a
* Sun Jun 12 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-4
d4c15a
- Build with maven 3.x
d4c15a
d4c15a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-3
d4c15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d4c15a
d4c15a
* Wed Dec 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-2
d4c15a
- Drop ant build.
d4c15a
- Adapt to new guidelines.
d4c15a
d4c15a
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-1
d4c15a
- Update to upstream 1.1.
d4c15a
d4c15a
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-10
d4c15a
- Drop not needed depmap.
d4c15a
- Build with maven.
d4c15a
d4c15a
* Fri Aug 21 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-9
d4c15a
- Fix License, formatting and comments.
d4c15a
d4c15a
* Sun May 17 2009 Fernando Nasser <fnasser@redhat.com> 0:1.0-8
d4c15a
- Fix license
d4c15a
d4c15a
* Tue Apr 30 2009 Yong Yang <yyang@redhat.com> 1.0-7
d4c15a
- Rebuild with new maven2 2.0.8 built in non-bootstrap mode
d4c15a
d4c15a
* Tue Apr 30 2009 Yong Yang <yyang@redhat.com> 1.0-6
d4c15a
- force to BR plexus-cdc alpha 10
d4c15a
- rebuild without maven
d4c15a
d4c15a
* Tue Apr 30 2009 Yong Yang <yyang@redhat.com> 1.0-5
d4c15a
- Add BRs maven-doxia*, qdox
d4c15a
- Enable jpp-depmap
d4c15a
- Rebuild with new maven2 2.0.8 built in non-bootstrap mode
d4c15a
- ignore test failure
d4c15a
d4c15a
* Tue Mar 17 2009 Yong Yang <yyang@redhat.com> 1.0-4
d4c15a
- rebuild with new maven2 2.0.8 built in bootstrap mode
d4c15a
d4c15a
* Thu Feb 05 2009 Yong Yang <yyang@redhat.com> 1.0-3
d4c15a
- Fix release tag
d4c15a
d4c15a
* Wed Jan 14 2009 Yong Yang <yyang@redhat.com> 1.0-2jpp.1
d4c15a
- Import from dbhole's maven 2.0.8 packages, initial building
d4c15a
d4c15a
* Mon Jan 07 2008 Deepak Bhole <dbhole@redhat.com> 1.0-1jpp.1
d4c15a
- Import from JPackage
d4c15a
- Update per Fedora spec
d4c15a
d4c15a
* Wed Nov 14 2007 Ralph Apel <r.apel @ r-apel.de> - 0:1.0-1jpp
d4c15a
- Initial build