diff --git a/.devtoolset-3-httpcomponents-client.metadata b/.devtoolset-3-httpcomponents-client.metadata new file mode 100644 index 0000000..46de323 --- /dev/null +++ b/.devtoolset-3-httpcomponents-client.metadata @@ -0,0 +1 @@ +b3ed40ed822fff72239a21998f03a122d767ca29 SOURCES/httpcomponents-client-4.3.5-src.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a97d6b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/httpcomponents-client-4.3.5-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/SPECS/httpcomponents-client.spec b/SPECS/httpcomponents-client.spec new file mode 100644 index 0000000..05e4f58 --- /dev/null +++ b/SPECS/httpcomponents-client.spec @@ -0,0 +1,227 @@ +%{?scl:%scl_package httpcomponents-client} +%{!?scl:%global pkg_name %{name}} +%{!?maven_scl:%global maven_scl_prefix %{nil}} + +%global base_name httpcomponents + +Name: %{?scl_prefix}httpcomponents-client +Summary: HTTP agent implementation based on httpcomponents HttpCore +Version: 4.3.5 +Release: 1%{?dist} +License: ASL 2.0 +URL: http://hc.apache.org/ +Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{pkg_name}-%{version}-src.tar.gz + +BuildArch: noarch + +BuildRequires: %{maven_scl_prefix}maven-local +BuildRequires: apache-commons-codec +BuildRequires: apache-commons-logging +BuildRequires: %{?scl_prefix}httpcomponents-core +BuildRequires: %{maven_scl_prefix}httpcomponents-project +BuildRequires: %{maven_scl_prefix}maven-plugin-build-helper +BuildRequires: %{maven_scl_prefix}maven-javadoc-plugin + +Requires: java >= 1.6.0 +Requires: jpackage-utils +Requires: apache-commons-codec +Requires: apache-commons-logging +Requires: %{?scl_prefix}httpcomponents-core + +%{?scl:Requires: %scl_runtime} + +%description +HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on +httpcomponents HttpCore. It also provides reusable components for +client-side authentication, HTTP state management, and HTTP connection +management. HttpComponents Client is a successor of and replacement +for Commons HttpClient 3.x. Users of Commons HttpClient are strongly +encouraged to upgrade. + +%package javadoc +Summary: API documentation for %{pkg_name} + +%description javadoc +%{summary}. + + +%prep +%setup -q -n %{pkg_name}-%{version} + +scl enable %{scl} - <bundle" $module +done + +# Make httpmime into bundle +%pom_xpath_inject pom:build/pom:plugins " + + org.apache.felix + maven-bundle-plugin + true + " httpmime + +# Make httpclient into bundle +%pom_xpath_inject pom:reporting/pom:plugins " + + org.apache.felix + maven-bundle-plugin + + + * + + !org.apache.avalon.framework.logger,!org.apache.log,!org.apache.log4j,* + + + " httpclient +%pom_xpath_inject pom:build/pom:plugins " + + org.apache.felix + maven-bundle-plugin + true + + + org.apache.http.*,!org.apache.http.param + + <_nouses>true + !org.apache.avalon.framework.logger,!org.apache.log,!org.apache.log4j,* + + true + + " httpclient + + +%build +scl enable %{scl} - <<"EOF" +%mvn_file ":{*}" httpcomponents/@1 + +# tests are disabled due to bug in mockito (rhbz#1040350) +%mvn_build -f +EOF + +%install +scl enable %{scl} - <<"EOF" +%mvn_install +EOF + +%files -f .mfiles +%doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt NOTICE.txt + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt NOTICE.txt + +%changelog +* Tue Aug 19 2014 Sami Wagiaalla 4.3.5-1 +- Update to 4.3.5. + +* Sat May 24 2014 Sami Wagiaalla 4.3.3-2 +- Require base apache-commons-*. + +* Sat May 24 2014 Sami Wagiaalla 4.3.3-1 +- Build for DTS 3 for RHEL7. + +* Mon May 19 2014 Sami Wagiaalla 4.3.3-1 +- Build for DTS 3. +- Copy latest specfile and sources from RAWHIDE. +- Manually install javadoc. +- enable maven30 scl form mvn_ macros. + +* Fri Mar 29 2013 Krzysztof Daniel 4.2.1-5 +- Build for java 1.6. + +* Mon Feb 18 2013 Krzysztof Daniel 4.2.1-4 +- Initial contribution to SCL. + +* Wed Aug 1 2012 Mikolaj Izdebski - 4.2.1-3 +- Fix OSGi manifest in httpmime + +* Fri Jul 27 2012 Mikolaj Izdebski - 4.2.1-2 +- Install NOTICE.txt file +- Fix javadir directory ownership +- Fix directory permissions +- Preserve timestamps +- Replace add_to_maven_depmap with add_maven_depmap + +* Fri Jul 27 2012 Mikolaj Izdebski - 4.2.1-1 +- Update to upstream version 4.2.1 +- Convert patches to POM macros + +* Thu Jul 19 2012 Fedora Release Engineering - 4.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed May 2 2012 Alexander Kurtakov 4.1.3-3 +- Do not export org.apache.http.param in osgi. + +* Mon Mar 26 2012 Alexander Kurtakov 4.1.3-2 +- Do not export * but only org.apache.http.* . +- Do not generate uses clauses in the manifest. + +* Thu Mar 1 2012 Stanislav Ochotnicky 4.1.3-1 +- Update to latest upstream bugfix + +* Fri Jan 13 2012 Fedora Release Engineering - 4.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Aug 16 2011 Stanislav Ochotnicky - 4.1.2-1 +- Update to latest upstream (4.1.2) +- Minor tweaks according to guidelines + +* Fri Jul 15 2011 Severin Gehwolf 4.1.1-3 +- Fix for RH Bz#718830. Add instructions so as to not + Import-Package optional dependencies. + +* Thu Apr 7 2011 Severin Gehwolf 4.1.1-2 +- Add BR/R apache-commons-codec, since httpcomponents-client's + MANIFEST.MF has an Import-Package: org.apache.commons.codec + header. + +* Tue Mar 29 2011 Stanislav Ochotnicky - 4.1.1-1 +- New upstream bugfix version (4.1.1) + +* Tue Mar 15 2011 Severin Gehwolf 4.1-6 +- Explicitly set PrivatePackage to the empty set, so as to + export all packages. + +* Thu Mar 10 2011 Alexander Kurtakov 4.1-5 +- OSGi export more packages. + +* Fri Feb 25 2011 Alexander Kurtakov 4.1-4 +- Build httpmime module. + +* Fri Feb 18 2011 Alexander Kurtakov 4.1-3 +- Don't use basename as an identifier. + +* Fri Feb 18 2011 Alexander Kurtakov 4.1-2 +- OSGify properly. +- Install into %{_javadir}/%{basename}. + +* Thu Feb 17 2011 Alexander Kurtakov 4.1-1 +- Update to latest upstream version. + +* Wed Feb 09 2011 Fedora Release Engineering - 4.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 22 2010 Stanislav Ochotnicky - 4.0.3-2 +- Added license to javadoc subpackage + +* Mon Dec 20 2010 Stanislav Ochotnicky - 4.0.3-1 +- Initial version