forked from pool/apache-commons-httpclient
- Redo the bytcode disabling properly.
- Cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-httpclient?expand=0&rev=13
This commit is contained in:
parent
3a481ec7d2
commit
c632b86bb8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 08:23:35 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Redo the bytcode disabling properly.
|
||||||
|
- Cleanup with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 17:24:13 UTC 2014 - darin@darins.net
|
Mon Apr 14 17:24:13 UTC 2014 - darin@darins.net
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%define short_name commons-httpclient
|
%define short_name commons-httpclient
|
||||||
|
|
||||||
Name: apache-commons-httpclient
|
Name: apache-commons-httpclient
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -25,8 +24,7 @@ Summary: Feature rich package for accessing resources via HTTP
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://hc.apache.org/httpclient-3.x/
|
Url: http://hc.apache.org/httpclient-3.x/
|
||||||
#Source0: http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz
|
Source0: http://www.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-%{version}-src.tar.gz
|
||||||
Source0: commons-httpclient-%{version}-src.tar.gz
|
|
||||||
Patch0: %{name}-disablecryptotests.patch
|
Patch0: %{name}-disablecryptotests.patch
|
||||||
# Add OSGi MANIFEST.MF bits
|
# Add OSGi MANIFEST.MF bits
|
||||||
Patch1: %{name}-addosgimanifest.patch
|
Patch1: %{name}-addosgimanifest.patch
|
||||||
@ -34,25 +32,21 @@ Patch2: %{name}-encoding.patch
|
|||||||
#PATCH-FIX-UPSTREAM: bnc#803332
|
#PATCH-FIX-UPSTREAM: bnc#803332
|
||||||
#https://issues.apache.org/jira/secure/attachment/12560251/CVE-2012-5783-2.patch
|
#https://issues.apache.org/jira/secure/attachment/12560251/CVE-2012-5783-2.patch
|
||||||
Patch3: commons-httpclient-CVE-2012-5783-2.patch
|
Patch3: commons-httpclient-CVE-2012-5783-2.patch
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: commons-codec
|
BuildRequires: commons-codec
|
||||||
BuildRequires: commons-logging >= 1.0.3
|
BuildRequires: commons-logging >= 1.0.3
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: java-devel >= 1.6.0
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
|
||||||
Requires: commons-codec
|
Requires: commons-codec
|
||||||
Requires: commons-logging >= 1.0.3
|
Requires: commons-logging >= 1.0.3
|
||||||
|
|
||||||
Provides: %{short_name} = %{version}
|
Provides: %{short_name} = %{version}
|
||||||
|
|
||||||
Provides: jakarta-%{short_name} = %{version}
|
Provides: jakarta-%{short_name} = %{version}
|
||||||
Obsoletes: jakarta-%{short_name} <= 3.1
|
Obsoletes: jakarta-%{short_name} <= 3.1
|
||||||
Provides: jakarta-%{short_name}3 = %{version}
|
Provides: jakarta-%{short_name}3 = %{version}
|
||||||
Obsoletes: jakarta-%{short_name}3 <= 3.1
|
Obsoletes: jakarta-%{short_name}3 <= 3.1
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Although the java.net package provides basic functionality for
|
Although the java.net package provides basic functionality for
|
||||||
@ -69,7 +63,6 @@ service clients, or systems that leverage or extend the HTTP protocol
|
|||||||
for distributed communication.
|
for distributed communication.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
PreReq: coreutils
|
|
||||||
Summary: Developer documentation for apache-commons-httpclient
|
Summary: Developer documentation for apache-commons-httpclient
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
@ -109,7 +102,7 @@ rm -rf docs/apidocs docs/*.patch docs/*.orig docs/*.rej
|
|||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
pushd src/conf
|
pushd src/conf
|
||||||
%{__sed} -i 's/\r//' MANIFEST.MF
|
sed -i 's/\r//' MANIFEST.MF
|
||||||
%patch1
|
%patch1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -126,12 +119,13 @@ pushd src
|
|||||||
rm tempf
|
rm tempf
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%{__sed} -i 's/\r//' RELEASE_NOTES.txt
|
sed -i 's/\r//' RELEASE_NOTES.txt
|
||||||
%{__sed} -i 's/\r//' README.txt
|
sed -i 's/\r//' README.txt
|
||||||
%{__sed} -i 's/\r//' LICENSE.txt
|
sed -i 's/\r//' LICENSE.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant \
|
ant \
|
||||||
|
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
||||||
-Dbuild.sysclasspath=first \
|
-Dbuild.sysclasspath=first \
|
||||||
-Djavadoc.j2sdk.link=%{_javadocdir}/java \
|
-Djavadoc.j2sdk.link=%{_javadocdir}/java \
|
||||||
-Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
|
-Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
|
||||||
@ -141,17 +135,12 @@ ant \
|
|||||||
dist test
|
dist test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# suppress on SLES
|
|
||||||
%if 0%{?suse_version} == 1110
|
|
||||||
export NO_BRP_CHECK_BYTECODE_VERSION=true
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# jars
|
# jars
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
mkdir -p %{buildroot}%{_javadir}
|
||||||
cp -p dist/commons-httpclient.jar \
|
cp -p dist/commons-httpclient.jar \
|
||||||
$RPM_BUILD_ROOT%{_javadir}/%{name}.jar
|
%{buildroot}%{_javadir}/%{name}.jar
|
||||||
# compat symlink
|
# compat symlink
|
||||||
pushd $RPM_BUILD_ROOT%{_javadir}
|
pushd %{buildroot}%{_javadir}
|
||||||
ln -s apache-commons-httpclient.jar apache-commons-httpclient3.jar
|
ln -s apache-commons-httpclient.jar apache-commons-httpclient3.jar
|
||||||
ln -s apache-commons-httpclient.jar commons-httpclient3.jar
|
ln -s apache-commons-httpclient.jar commons-httpclient3.jar
|
||||||
ln -s apache-commons-httpclient.jar commons-httpclient.jar
|
ln -s apache-commons-httpclient.jar commons-httpclient.jar
|
||||||
@ -160,20 +149,17 @@ ln -s apache-commons-httpclient.jar jakarta-commons-httpclient3.jar
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# javadoc
|
# javadoc
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
|
mkdir -p %{buildroot}%{_javadocdir}
|
||||||
mv dist/docs/api $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
mv dist/docs/api %{buildroot}%{_javadocdir}/%{name}
|
||||||
|
|
||||||
# demo
|
# demo
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||||
cp -pr src/examples src/contrib $RPM_BUILD_ROOT%{_datadir}/%{name}
|
cp -pr src/examples src/contrib %{buildroot}%{_datadir}/%{name}
|
||||||
|
|
||||||
# manual and docs
|
# manual and docs
|
||||||
rm -f dist/docs/{BUILDING,TESTING}.txt
|
rm -f dist/docs/{BUILDING,TESTING}.txt
|
||||||
ln -s %{_javadocdir}/%{name} dist/docs/apidocs
|
ln -s %{_javadocdir}/%{name} dist/docs/apidocs
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc LICENSE.txt README.txt RELEASE_NOTES.txt
|
%doc LICENSE.txt README.txt RELEASE_NOTES.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user