From 282adf4d94dd917d1c6fd7d5c0b226a6de7f3d5e Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Jun 17 2018 02:36:06 +0000 Subject: use %autosetup macro --- diff --git a/cgit.spec b/cgit.spec index e94b94c..4a9a1f4 100644 --- a/cgit.spec +++ b/cgit.spec @@ -62,8 +62,7 @@ Requires: webserver Cgit is a fast web interface for git. It uses caching to increase performance. %prep -%setup -q -a 1 -%patch0 -p1 +%autosetup -a 1 -p1 # setup the git dir rm -rf git @@ -160,6 +159,7 @@ install -d -m0755 %{buildroot}%{cachedir} * Fri Jun 15 2018 Todd Zullinger - 1.1-11 - disable automatic compilation of *.py files outside of python sitelib - use %%bcond_(with|without) to toggle highlight +- use %%autosetup macro * Mon Jun 04 2018 Todd Zullinger - make config: drop redundant DESTDIR/INSTALL, add COPYTREE