diff --git a/.devtoolset-3-ws-commons-util.metadata b/.devtoolset-3-ws-commons-util.metadata new file mode 100644 index 0000000..ca32b8b --- /dev/null +++ b/.devtoolset-3-ws-commons-util.metadata @@ -0,0 +1 @@ +4bd1c9825072159506e9f447dcfdfa162b4410d2 SOURCES/ws-commons-util-1.0.1-src.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fef64c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ws-commons-util-1.0.1-src.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/ws-commons-util-addosgimanifest.patch b/SOURCES/ws-commons-util-addosgimanifest.patch new file mode 100644 index 0000000..9695559 --- /dev/null +++ b/SOURCES/ws-commons-util-addosgimanifest.patch @@ -0,0 +1,27 @@ +--- pom.xml.orig 2007-09-06 13:42:28.000000000 -0400 ++++ pom.xml 2007-09-06 13:48:26.000000000 -0400 +@@ -100,6 +100,24 @@ + gnu + + ++ ++ org.apache.maven.plugins ++ maven-jar-plugin ++ ++ ++ ++ 2 ++ %Bundle-Name ++ plugin ++ org.apache.ws.commons.util ++ 1.0.1 ++ org.apache.ws.commons.serialize;version="1.0.1", org.apache.ws.commons.util;version="1.0.1" ++ javax.xml, javax.xml.namespace, org.w3c.dom, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers ++ J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3 ++ ++ ++ ++ + + + diff --git a/SPECS/ws-commons-util.spec b/SPECS/ws-commons-util.spec new file mode 100644 index 0000000..839b702 --- /dev/null +++ b/SPECS/ws-commons-util.spec @@ -0,0 +1,166 @@ +%{?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.