Update to latest upstream version.
This commit is contained in:
parent
00b485775e
commit
44f50c78c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/httpcomponents-client-4.0.3-src.tar.gz
|
/httpcomponents-client-4.0.3-src.tar.gz
|
||||||
|
httpcomponents-client-4.1-src.tar.gz
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
From 00e8bdbfe680691c28ab6da5a40ca4ff020d5837 Mon Sep 17 00:00:00 2001
|
--- httpclient/pom.xml.sav 2011-02-17 21:47:11.997569572 +0200
|
||||||
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
+++ httpclient/pom.xml 2011-02-17 21:48:40.911717624 +0200
|
||||||
Date: Mon, 20 Dec 2010 15:56:06 +0100
|
@@ -122,25 +122,7 @@
|
||||||
Subject: [PATCH] Cleanup pom
|
</execution>
|
||||||
|
</executions>
|
||||||
---
|
|
||||||
pom.xml | 72 ---------------------------------------------------------------
|
|
||||||
1 files changed, 0 insertions(+), 72 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
|
||||||
index 3d0d20a..fce1fdd 100644
|
|
||||||
--- a/pom.xml
|
|
||||||
+++ b/pom.xml
|
|
||||||
@@ -144,78 +144,6 @@
|
|
||||||
</tasks>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
- <plugin>
|
- <plugin>
|
||||||
- <groupId>com.atlassian.maven.plugins</groupId>
|
- <groupId>com.atlassian.maven.plugins</groupId>
|
||||||
@ -29,24 +18,60 @@ index 3d0d20a..fce1fdd 100644
|
|||||||
- <phase>pre-site</phase>
|
- <phase>pre-site</phase>
|
||||||
- <goals>
|
- <goals>
|
||||||
- <goal>instrument</goal>
|
- <goal>instrument</goal>
|
||||||
- <goal>aggregate</goal>
|
|
||||||
- <goal>save-history</goal>
|
|
||||||
- </goals>
|
- </goals>
|
||||||
- </execution>
|
- </execution>
|
||||||
- </executions>
|
- </executions>
|
||||||
- </plugin>
|
- </plugin>
|
||||||
|
- </plugins>
|
||||||
|
+ </plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
<reporting>
|
||||||
|
@@ -165,14 +147,6 @@
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
- <groupId>com.atlassian.maven.plugins</groupId>
|
||||||
|
- <artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
- <configuration>
|
||||||
|
- <jdk>1.5</jdk>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
-
|
||||||
- <plugin>
|
- <plugin>
|
||||||
- <groupId>com.agilejava.docbkx</groupId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
- <artifactId>docbkx-maven-plugin</artifactId>
|
</plugin>
|
||||||
|
|
||||||
|
--- pom.xml.sav 2011-01-17 22:00:53.000000000 +0200
|
||||||
|
+++ pom.xml 2011-02-17 22:03:40.828341546 +0200
|
||||||
|
@@ -88,21 +88,6 @@
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
- <artifactId>maven-notice-plugin</artifactId>
|
||||||
|
- <groupId>org.apache.httpcomponents</groupId>
|
||||||
- <executions>
|
- <executions>
|
||||||
- <execution>
|
- <execution>
|
||||||
|
- <id>attach-notice-license</id>
|
||||||
- <goals>
|
- <goals>
|
||||||
- <goal>generate-html</goal>
|
- <goal>generate</goal>
|
||||||
- <goal>generate-pdf</goal>
|
|
||||||
- </goals>
|
- </goals>
|
||||||
- <phase>pre-site</phase>
|
|
||||||
- </execution>
|
- </execution>
|
||||||
- </executions>
|
- </executions>
|
||||||
|
- <configuration>
|
||||||
|
- <projectTitle>Apache HttpComponents</projectTitle>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
- <plugin>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
@@ -189,49 +174,6 @@
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
- <groupId>com.agilejava.docbkx</groupId>
|
||||||
|
- <artifactId>docbkx-maven-plugin</artifactId>
|
||||||
- <dependencies>
|
- <dependencies>
|
||||||
- <dependency>
|
- <dependency>
|
||||||
- <groupId>org.docbook</groupId>
|
- <groupId>org.docbook</groupId>
|
||||||
@ -65,7 +90,7 @@ index 3d0d20a..fce1fdd 100644
|
|||||||
- <entities>
|
- <entities>
|
||||||
- <entity>
|
- <entity>
|
||||||
- <name>version</name>
|
- <name>version</name>
|
||||||
- <value>${pom.version}</value>
|
- <value>${project.version}</value>
|
||||||
- </entity>
|
- </entity>
|
||||||
- </entities>
|
- </entities>
|
||||||
- <postProcess>
|
- <postProcess>
|
||||||
@ -87,9 +112,40 @@ index 3d0d20a..fce1fdd 100644
|
|||||||
- </postProcess>
|
- </postProcess>
|
||||||
- </configuration>
|
- </configuration>
|
||||||
- </plugin>
|
- </plugin>
|
||||||
|
- <plugin>
|
||||||
</plugins>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
@@ -252,14 +194,7 @@
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
- <plugin>
|
||||||
|
- <groupId>org.codehaus.mojo</groupId>
|
||||||
|
- <artifactId>clirr-maven-plugin</artifactId>
|
||||||
|
- <configuration>
|
||||||
|
- <comparisonVersion>${comparisonVersion}</comparisonVersion>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
- </plugins>
|
||||||
|
+ </plugins>
|
||||||
</build>
|
</build>
|
||||||
--
|
|
||||||
1.7.3.3
|
|
||||||
|
|
||||||
|
<reporting>
|
||||||
|
@@ -280,15 +215,7 @@
|
||||||
|
</reportSets>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
- <plugin>
|
||||||
|
- <groupId>org.codehaus.mojo</groupId>
|
||||||
|
- <artifactId>clirr-maven-plugin</artifactId>
|
||||||
|
- <configuration>
|
||||||
|
- <comparisonVersion>${comparisonVersion}</comparisonVersion>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
-
|
||||||
|
- </plugins>
|
||||||
|
+ </plugins>
|
||||||
|
</reporting>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: httpcomponents-client
|
Name: httpcomponents-client
|
||||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||||
Version: 4.0.3
|
Version: 4.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
@ -42,16 +42,13 @@ Requires: jpackage-utils
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -b .sav
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# skip httpmime, httpclient only. For httpmime we need org.apache.james:apache-mime4j
|
# skip httpmime, httpclient only. For httpmime we need org.apache.james:apache-mime4j
|
||||||
cd httpclient
|
cd httpclient
|
||||||
export maven_repo_local=$(pwd)/.m2/repository
|
|
||||||
install -d $maven_repo_local
|
|
||||||
|
|
||||||
mvn-jpp -Dmaven.repo.local=$maven_repo_local \
|
mvn-rpmbuild -Dmaven.test.skip=true install javadoc:javadoc
|
||||||
install javadoc:javadoc
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -94,6 +91,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2011 Alexander Kurtakov <akurtako@redhat.com> 4.1-1
|
||||||
|
- Update to latest upstream version.
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-3
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user