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 - make config: drop redundant DESTDIR/INSTALL, add COPYTREE