summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2008-08-30 18:31:55 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2008-08-30 18:31:55 +0000
commit96b723c4da5abad42497320e7a5af5d64e41d343 (patch)
tree1df5833d82ebf3f45ab3e9f556080bc9caee00a2
parent3244951f5822be30fc89aae8d4b694fe5177b200 (diff)
downloadlibapr-96b723c4da5abad42497320e7a5af5d64e41d343.tar.gz
Backport to v1.3:
Update the RPM spec file to depend on the bzip2 binary instead of the gzip binary. Include the formal path to the source, to match the Fedora spec file. The build depends on python. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@690544 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/rpm/apr.spec.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/build/rpm/apr.spec.in b/build/rpm/apr.spec.in
index 7b1668c8f..768e9fe71 100644
--- a/build/rpm/apr.spec.in
+++ b/build/rpm/apr.spec.in
@@ -8,9 +8,9 @@ Release: APR_RELEASE
License: Apache Software License
Group: System Environment/Libraries
URL: http://apr.apache.org/
-Source0: %{name}-%{version}.tar.gz
+Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildPrereq: autoconf, libtool, doxygen
+BuildPrereq: autoconf, libtool, doxygen, python
%description
The mission of the Apache Portable Runtime (APR) is to provide a
@@ -88,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/apr-%{aprver}/*.h
%changelog
+* Sat Aug 30 2008 Graham Leggett <minfrin@sharp.fm> 1.3.3
+- update to depend on the bzip2 binary
+- build depends on python
+
* Tue Jun 22 2004 Graham Leggett <minfrin@sharp.fm> 1.0.0-1
- update to support v1.0.0 of APR