You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2008/08/30 20:26:56 UTC

svn commit: r690542 - /apr/apr/trunk/build/rpm/apr.spec.in

Author: minfrin
Date: Sat Aug 30 11:26:56 2008
New Revision: 690542

URL: http://svn.apache.org/viewvc?rev=690542&view=rev
Log:
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.

Modified:
    apr/apr/trunk/build/rpm/apr.spec.in

Modified: apr/apr/trunk/build/rpm/apr.spec.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/rpm/apr.spec.in?rev=690542&r1=690541&r2=690542&view=diff
==============================================================================
--- apr/apr/trunk/build/rpm/apr.spec.in (original)
+++ apr/apr/trunk/build/rpm/apr.spec.in Sat Aug 30 11:26:56 2008
@@ -8,9 +8,9 @@
 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 @@
 %{_includedir}/apr-%{aprver}/*.h
 
 %changelog
+* Sat Aug 30 2008 Graham Leggett <mi...@sharp.fm> 1.3.3
+- update to depend on the bzip2 binary
+- build depends on python
+
 * Tue Jun 22 2004 Graham Leggett <mi...@sharp.fm> 1.0.0-1
 - update to support v1.0.0 of APR