diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-14 19:40:18 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-14 19:40:18 +0000 |
commit | a07bc79117971b96ebf3188c0a34a73ee0a3609b (patch) | |
tree | 4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /packages/AIX/RPM/curl.spec.in | |
parent | 2268657272e591948467135dcd713bd80e3212b3 (diff) | |
download | curl-a07bc79117971b96ebf3188c0a34a73ee0a3609b.tar.gz |
removed trailing whitespace
Diffstat (limited to 'packages/AIX/RPM/curl.spec.in')
-rw-r--r-- | packages/AIX/RPM/curl.spec.in | 14 |
1 files changed, 7 insertions, 7 deletions
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 |