[cmake] Add BR bzip2-devel and libarchive-devel

Orion Poplawski orion at fedoraproject.org
Thu Sep 16 16:17:24 UTC 2010


commit 221295c864eca0d9f4f1b87b04e755a318a40b74
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Sep 16 10:17:21 2010 -0600

    Add BR bzip2-devel and libarchive-devel

 cmake.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/cmake.spec b/cmake.spec
index 7c359a0..9eb402e 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -24,7 +24,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-gfortran
 BuildRequires:  ncurses-devel, libX11-devel
-BuildRequires:  curl-devel, expat-devel, zlib-devel
+BuildRequires:  bzip2-devel
+BuildRequires:  curl-devel
+BuildRequires:  expat-devel
+BuildRequires:  libarchive-devel
+BuildRequires:  zlib-devel
 %if %{without bootstrap}
 #BuildRequires: xmlrpc-c-devel
 %endif
@@ -146,6 +150,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %changelog
 * Thu Sep 16 2010 Orion Poplawski <orion at cora.nwra.com> - 2.8.3-0.1.rc1
 - Update to 2.8.3 RC 1
+- Add BR bzip2-devel and libarchive-devel
 
 * Fri Jul 23 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.8.2-2
 - add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)


More information about the scm-commits mailing list