summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-06-15 21:19:40 -0400
committerTodd Zullinger <tmz@pobox.com>2018-06-16 22:36:06 -0400
commit70a14e8b3690d0a6d000c502cad6b38b3c9af433 (patch)
treed5c2e987d56eb09c30d7a1e98266d3e6c9369c0d
parent282adf4d94dd917d1c6fd7d5c0b226a6de7f3d5e (diff)
downloadcgit_EL6-70a14e8b3690d0a6d000c502cad6b38b3c9af433.tar.gz
drop crufty curl-devel conditional
All supported releases use libcurl-devel.
-rw-r--r--cgit.spec5
1 files changed, 1 insertions, 4 deletions
diff --git a/cgit.spec b/cgit.spec
index 4a9a1f4..0519bd1 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -42,11 +42,7 @@ BuildRequires: highlight
BuildRequires: asciidoc
BuildRequires: gcc
-%if 0%{?fedora} || 0%{?rhel} >= 6
BuildRequires: libcurl-devel
-%else
-BuildRequires: curl-devel
-%endif
BuildRequires: openssl-devel
BuildRequires: lua-devel
BuildRequires: make
@@ -160,6 +156,7 @@ install -d -m0755 %{buildroot}%{cachedir}
- disable automatic compilation of *.py files outside of python sitelib
- use %%bcond_(with|without) to toggle highlight
- use %%autosetup macro
+- drop crufty curl-devel conditional
* Mon Jun 04 2018 Todd Zullinger <tmz@pobox.com>
- make config: drop redundant DESTDIR/INSTALL, add COPYTREE