From 765ddaf6906a9bfb23a5a879c3232c8183de1907 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Sep 20 2013 15:28:31 +0000 Subject: import apache-commons-jxpath-1.3-19.el7.src.rpm --- diff --git a/.apache-commons-jxpath.metadata b/.apache-commons-jxpath.metadata new file mode 100644 index 0000000..de5a6d2 --- /dev/null +++ b/.apache-commons-jxpath.metadata @@ -0,0 +1 @@ +12845646e684d344501b6a28c2e782165e7ea473 SOURCES/commons-jxpath-1.3-src.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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/commons-jxpath-mockrunner.patch b/SOURCES/commons-jxpath-mockrunner.patch new file mode 100644 index 0000000..f2587fa --- /dev/null +++ b/SOURCES/commons-jxpath-mockrunner.patch @@ -0,0 +1,47 @@ +diff --git a/pom.xml b/pom.xml +index 1a4f2c4..f5fa596 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -160,42 +160,6 @@ under the License. + 1.7.0 + true + +- +- com.mockrunner +- mockrunner-jdk1.3-j2ee1.3 +- 0.4 +- test +- +- +- cglib-nodep +- cglib-nodep +- +- +- jboss +- jboss-jee +- +- +- nekohtml +- nekohtml +- +- +- struts +- struts +- +- +- oro +- oro +- +- +- commons-validator +- commons-validator +- +- +- commons-digester +- commons-digester +- +- +- + + + diff --git a/SPECS/apache-commons-jxpath.spec b/SPECS/apache-commons-jxpath.spec new file mode 100644 index 0000000..b233c28 --- /dev/null +++ b/SPECS/apache-commons-jxpath.spec @@ -0,0 +1,178 @@ +%global base_name jxpath +%global short_name commons-%{base_name} + +Name: apache-%{short_name} +Version: 1.3 +Release: 19%{?dist} +Summary: Simple XPath interpreter + +Group: Development/Libraries +License: ASL 2.0 +URL: http://commons.apache.org/%{base_name}/ +Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz +Patch0: %{short_name}-mockrunner.patch +BuildArch: noarch + +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils +BuildRequires: maven-local +BuildRequires: apache-commons-parent >= 26-7 +BuildRequires: maven-antrun-plugin +BuildRequires: maven-assembly-plugin +BuildRequires: maven-compiler-plugin +BuildRequires: maven-install-plugin +BuildRequires: maven-jar-plugin +BuildRequires: maven-javadoc-plugin +BuildRequires: maven-plugin-bundle +BuildRequires: maven-resources-plugin +BuildRequires: maven-surefire-plugin +BuildRequires: servlet +BuildRequires: jsp +BuildRequires: el_api + +Provides: jakarta-%{short_name} = 0:%{version}-%{release} +Obsoletes: jakarta-%{short_name} < 0:%{version}-%{release} + +%description +Defines a simple interpreter of an expression language called XPath. +JXPath applies XPath expressions to graphs of objects of all kinds: +JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. + +%package javadoc +Summary: API documentation for %{name} +Group: Documentation +Requires: jpackage-utils + +Provides: jakarta-%{short_name}-javadoc = 0:%{version}-%{release} +Obsoletes: jakarta-%{short_name}-javadoc < 0:%{version}-%{release} + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{short_name}-%{version}-src +%patch0 -p1 + +%build +# we are skipping tests because we don't have com.mockrunner in repos yet +%mvn_file : %{short_name} %{name} +%mvn_alias : org.apache.commons:%{short_name} +%mvn_build -f + +%install +%mvn_install + + +%files -f .mfiles +%doc LICENSE.txt NOTICE.txt + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt NOTICE.txt + +%changelog +* Fri Sep 20 2013 Mikolaj Izdebski - 1.3-19 +- Add BuildRequires on apache-commons-parent >= 26-7 + +* Fri Jul 12 2013 Mikolaj Izdebski - 1.3-18 +- Remove workaround for rpm bug #646523 + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.3-17 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Mon Apr 29 2013 Mikolaj Izdebski - 1.3-16 +- Remove unneeded BR: maven-idea-plugin + +* Tue Feb 26 2013 Mikolaj Izdebski - 1.3-15 +- Migrate from Tomcat 6 to Tomcat 7 +- Resolves: rhbz#913879 + +* Wed Feb 13 2013 Fedora Release Engineering - 1.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.3-13 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Tue Jan 15 2013 Michal Srb - 1.3-12 +- Build with xmvn + +* Thu Nov 22 2012 Mikolaj Izdebski - 1.3-11 +- Install NOTICE file +- Resolves: rhbz#879556 + +* Fri Nov 9 2012 Mikolaj Izdebski - 1.3-10 +- Don't build-require maven2 + +* Wed Jul 18 2012 Fedora Release Engineering - 1.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Mar 2 2012 Stanislav Ochotnicky 1.3-8 +- Fix build and update to latest guidelines + +* Thu Jan 12 2012 Fedora Release Engineering - 1.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 1.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Oct 21 2010 Chris Spike 1.3-5 +- tomcat5 -> tomcat6 BRs/Rs + +* Thu Jul 8 2010 Stanislav Ochotnicky - 1.3-4 +- Add license to javadoc subpackage + +* Thu May 27 2010 Stanislav Ochotnicky - 1.3-3 +- Add tomcat5 to BR + +* Tue May 25 2010 Stanislav Ochotnicky - 1.3-2 +- Fix ownership of some directories + +* Tue May 25 2010 Stanislav Ochotnicky - 1.3-1 +- Rename package (jakarta-commons-jxpath->apache-commons-jxpath) +- Cleanup spec file +- Build using maven, drop old pom file from sources +- Update to upstream version + +* Thu Aug 20 2009 Alexander Kurtakov 0:1.2-9 +- Fix random spaces. + +* Wed Aug 19 2009 Alexander Kurtakov 0:1.2-8 +- BuildRequires java-devel >= 1.6.0. + +* Wed Aug 19 2009 Alexander Kurtakov 0:1.2-7 +- Initial package for Fedora. + +* Sun May 17 2009 Fernando Nasser - 0:1.2-6 +- Fix License +- Provide intructions for obtaining source and refresh source tar ball + +* Wed Mar 18 2009 Yong Yang - 0:1.2-5 +- rebuild with new maven2 2.0.8 built in bootstrap mode + +* Thu Feb 05 2009 Yong Yang - 0:1.2-4 +- Fix release tag + +* Thu Jan 08 2009 Yong Yang - 0:1.2-3jpp.1 +- Import from dbhole's maven 2.0.8 packages, initial building + +* Wed Apr 09 2008 Deepak Bhole - 0:1.2-2jpp.1 +- Import from JPackage +- Added pom file + +* Wed Jun 07 2006 Fernando Nasser - 0:1.2-2jpp +- First JPP 1.7 build + +* Sat Sep 18 2004 Ralph Apel - 0:1.2-1jpp +- Upgrade to 1.2 +- Use jdom-1.0-0.rc1.1jpp +- Relax some versioned dependencies + +* Sun Aug 23 2004 Randy Watler - 0:1.1-3jpp +- Rebuild with ant-1.6.2 + +* Tue Jun 01 2004 Randy Watler - 0:1.1-2jpp +- Upgrade to Ant 1.6.X + +* Mon Jan 19 2004 Ralph Apel - 0:1.1-1jpp +- First JPackage release