diff options
author | Graham Leggett <minfrin@apache.org> | 2009-08-04 22:08:27 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-08-04 22:08:27 +0200 |
commit | b4f76311562bc4b8f29e1c0d52d3baf61c74df94 (patch) | |
tree | ff1447db1ab9cfa54804edc0e0b83d99217d53bc /build | |
parent | Oops my bad: Stop copying and pasting code. (diff) | |
download | apache2-b4f76311562bc4b8f29e1c0d52d3baf61c74df94.tar.xz apache2-b4f76311562bc4b8f29e1c0d52d3baf61c74df94.zip |
Use the bzip2 version of the httpd tarball when building from RPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index e7d75c9695..4ceb3e977c 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -13,7 +13,7 @@ Version: APACHE_VERSION Release: APACHE_RELEASE URL: http://httpd.apache.org/ Vendor: Apache Software Foundation -Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz +Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 License: Apache License, Version 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-root |