%{?scl:%scl_package ws-commons-util} %{!?scl:%global pkg_name %{name}} Name: %{?scl_prefix}ws-commons-util Version: 1.0.1 Release: 29.3%{?dist} Summary: Common utilities from the Apache Web Services Project License: ASL 2.0 URL: http://archive.apache.org/dist/ws/commons/util/ Source0: http://archive.apache.org/dist/ws/commons/util/sources/ws-commons-util-1.0.1-src.tar.gz Patch0: %{pkg_name}-addosgimanifest.patch BuildArch: noarch BuildRequires: %{?maven_scl_prefix}javapackages-tools BuildRequires: %{?maven_scl_prefix}maven-local Requires: java %description This is version 1.0.1 of the common utilities from the Apache Web Services Project. %package javadoc Summary: Javadoc for %{pkg_name} %description javadoc %{summary}. %prep %setup -q -n %{pkg_name}-%{version} %patch0 scl enable %{scl} - <<"EOF" # Remove maven-eclipse-plugin from build dependencies to simplify the # dependency chain. %pom_remove_plugin :maven-eclipse-plugin %mvn_file : %{pkg_name} %mvn_alias org.apache.ws.commons:ws-commons-util org.apache.ws.commons.util:ws-commons-util EOF %build scl enable %{scl} - <<"EOF" %mvn_build EOF %install scl enable %{scl} - <<"EOF" %mvn_install EOF %files -f .mfiles %doc LICENSE.txt %files javadoc -f .mfiles-javadoc %doc LICENSE.txt %changelog * Tue May 27 2014 Mat Booth - 1.0.1-29.3 - Re-add accidentally dropped alias * Tue May 27 2014 Mat Booth - 1.0.1-29.2 - Don't depend on java-headless, it's not available on rhel6 * Tue May 27 2014 Mat Booth - 1.0.1-29.1 - SCL-ise for dts3 * Tue May 27 2014 Mat Booth - 1.0.1-29 - Update for latest xmvn build guidelines - Drop unneccessary BRs - Update URLs * Tue Mar 04 2014 Stanislav Ochotnicky - 1.0.1-28 - Use Requires: java-headless rebuild (#1067528) * Sun Aug 04 2013 Fedora Release Engineering - 1.0.1-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Mar 03 2013 Mat Booth - 1.0.1-26 - Remove superfluous BRs rhbz #915622. * Fri Feb 15 2013 Fedora Release Engineering - 1.0.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG - 1.0.1-24 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Sun Jul 22 2012 Fedora Release Engineering - 1.0.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Apr 19 2012 Mikolaj Izdebski - 1.0.1-22 - Patch pom.xml to remove maven-eclipse-plugin - Add missing java and jpackage-utils requires * Tue Apr 17 2012 Alexander Kurtakov 1.0.1-21 - Fix OSGi manifest. - Adapt to current guidelines. * Sat Jan 14 2012 Fedora Release Engineering - 1.0.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Jun 16 2011 Andrew Overholt 1.0.1-19 - Build with Maven 3. - Clean up unnecessary lines. - Remove building with ant. * Mon Feb 07 2011 Fedora Release Engineering - 1.0.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 10 2010 Stanislav Ochotnicky - 1.0.1-17 - Versionless jars and javadocs - Add jpackage-utils Requires to javadoc subpackage - Add alternative depmap groupId * Fri Sep 10 2010 Alexander Kurtakov 1.0.1-16 - Use default file attr. - Use newer maven plugins' names. * Tue Aug 24 2010 Stanislav Ochotnicky - 1.0.1-15 - Install maven depmaps and pom.xml files * Wed Jan 13 2010 Andrew Overholt 1.0.1-14 - Add missing maven-doxia{,-sitetools} BRs. * Wed Jan 13 2010 Andrew Overholt 1.0.1-13 - Add missing maven-surefire-provider-junit BR. - Remove gcj support - Add ability to build with ant and not maven * Mon Jul 27 2009 Fedora Release Engineering - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Sep 12 2008 Andrew Overholt 1.0.1-10 - Bump so I can chain-build with xmlrpc3. * Fri Sep 12 2008 Andrew Overholt 1.0.1-9 - Add ppc64. * Sat Sep 6 2008 Tom "spot" Callaway - 1.0.1-8 - fix license tag * Mon Feb 18 2008 Fedora Release Engineering - 1.0.1-7 - Autorebuild for GCC 4.3 * Thu Sep 13 2007 Andrew Overholt 1.0.1-6 - Add BR on maven surefire resources, eclipse, and install plugins. * Thu Sep 13 2007 Andrew Overholt 1.0.1-5 - ExcludeArch ppc64 until maven is built on ppc64. * Thu Sep 13 2007 Andrew Overholt 1.0.1-4 - Bump again. * Thu Sep 13 2007 Andrew Overholt 1.0.1-3 - Bump release. * Thu Sep 06 2007 Andrew Overholt 1.0.1-2 - maven-ify. - Add OSGi MANIFEST information. * Fri Mar 16 2007 Anthony Green - 1.0.1-1 - Created.