aboutsummaryrefslogtreecommitdiff
path: root/packages/AIX
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /packages/AIX
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
removed trailing whitespace
Diffstat (limited to 'packages/AIX')
-rw-r--r--packages/AIX/RPM/README12
-rw-r--r--packages/AIX/RPM/curl.spec.in14
2 files changed, 13 insertions, 13 deletions
diff --git a/packages/AIX/RPM/README b/packages/AIX/RPM/README
index 348cb8582..f5e0f68b8 100644
--- a/packages/AIX/RPM/README
+++ b/packages/AIX/RPM/README
@@ -12,22 +12,22 @@ The spec file in this directory is based on the Linux ssl and non-ssl
curl spec files, plus additions to make it AIX Toolbox compatible.
The AIX Toolbox setup (installs into /opt/freeware, with symlinks in
-/usr/bin,/usr/lib,/usr/include) are based on IBM's aixtoolbox spec
+/usr/bin,/usr/lib,/usr/include) are based on IBM's aixtoolbox spec
file written by David Clissold <cliss@austin.ibm.com>, see
ftp://ftp.software.ibm.com/aixtoolbox/SPECS/curl-7.9.3-2.spec
This spec file is designed to be a drop-in replacement for the
-old spec file found at the above link. Thus, like the old spec file
-this version is also a unified ssl/non-ssl version. To get non-ssl
-RPMs just pass --define 'nossl 1' to the command line when building
-the RPM, e.g.
+old spec file found at the above link. Thus, like the old spec file
+this version is also a unified ssl/non-ssl version. To get non-ssl
+RPMs just pass --define 'nossl 1' to the command line when building
+the RPM, e.g.
rpm -bb --define 'nossl 1' curl.spec
Default is to build with ssl support.
-Lastly, the spec file expects the Curl source distribution file to be
+Lastly, the spec file expects the Curl source distribution file to be
in .tar.bz2 format.
The nifty cURL header of this README is a ripoff of the vms/readme file.
diff --git a/packages/AIX/RPM/curl.spec.in b/packages/AIX/RPM/curl.spec.in
index 766b0f304..a37e0d7ca 100644
--- a/packages/AIX/RPM/curl.spec.in
+++ b/packages/AIX/RPM/curl.spec.in
@@ -38,14 +38,14 @@ Note: this version is compiled without SSL support.
%package devel
Summary: Development files for the curl libary
Group: Development/Libraries
-%if %{SSL} == 1
-Requires: openssl >= 0.9.5
-%endif
+%if %{SSL} == 1
+Requires: openssl >= 0.9.5
+%endif
Requires: curl = %{version}
Provides: curl-devel
%description devel
-libcurl is the core engine of curl; this packages contains all the
+libcurl is the core engine of curl; this packages contains all the
libs, headers, and manual pages to develop applications using libcurl.
%define DEFCC xlc
@@ -61,7 +61,7 @@ if [[ -z "$CC" ]]
then
if test "X`type %{DEFCC} 2>/dev/null`" != 'X'; then
export CC=%{DEFCC}
- else
+ else
export CC=gcc
fi
fi
@@ -109,9 +109,9 @@ make DESTDIR=%{buildroot} install-strip
%if %{SSL} == 1
%{_datadir}/curl/curl-ca-bundle.crt
%endif
-%doc CHANGES COPYING README RELEASE-NOTES
+%doc CHANGES COPYING README RELEASE-NOTES
%doc docs/BUGS docs/CONTRIBUTE docs/FAQ docs/FEATURES docs/HISTORY
-%doc docs/INSTALL docs/KNOWN_BUGS
+%doc docs/INSTALL docs/KNOWN_BUGS
%doc docs/MANUAL docs/RESOURCES docs/THANKS docs/VERSIONS docs/TODO
%doc docs/TheArtOfHttpScripting
%if %{SSL} == 1