summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2011-08-29 20:46:16 -0400
committerTodd Zullinger <tmz@pobox.com>2011-08-29 20:46:16 -0400
commitf9d4e65b8a8c9f62d5a6142b1a6c211313a94bf7 (patch)
treeab3c791151e5fb3b29beb7f7e5a498b961e3b90d
parentea3f2530c36f09e078442ae15b27d1590019d969 (diff)
downloadgit-package-f9d4e65b8a8c9f62d5a6142b1a6c211313a94bf7.tar.gz
git-package-f9d4e65b8a8c9f62d5a6142b1a6c211313a94bf7.tar.xz
git-package-f9d4e65b8a8c9f62d5a6142b1a6c211313a94bf7.zip
Build with PCRE support (#734269)
-rw-r--r--git.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/git.spec b/git.spec
index db94acd..f522db0 100644
--- a/git.spec
+++ b/git.spec
@@ -69,7 +69,7 @@
Name: git
Version: 1.7.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fast Version Control System
License: GPLv2
Group: Development/Tools
@@ -97,6 +97,7 @@ BuildRequires: emacs
BuildRequires: %{libcurl_devel}
BuildRequires: expat-devel
BuildRequires: gettext
+BuildRequires: pcre-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel >= 1.2
%{!?_without_docs:BuildRequires: asciidoc > 6.0.3, xmlto}
@@ -303,6 +304,7 @@ CFLAGS = %{optflags}
BLK_SHA1 = 1
NEEDS_CRYPTO_WITH_SSL = 1
NO_PYTHON = 1
+USE_LIBPCRE = 1
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
DESTDIR = %{buildroot}
INSTALL = install -p
@@ -528,6 +530,9 @@ rm -rf %{buildroot}
# No files for you!
%changelog
+* Mon Aug 29 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-2
+- Build with PCRE support (#734269)
+
* Fri Aug 26 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-1
- Update to 1.7.6.1
- Include gpg signature for tarball in SRPM