diff options
Diffstat (limited to 'git-taskrepo.spec')
-rw-r--r-- | git-taskrepo.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-taskrepo.spec b/git-taskrepo.spec index 03f6586..8aaa0a2 100644 --- a/git-taskrepo.spec +++ b/git-taskrepo.spec @@ -20,13 +20,13 @@ you to easily create xml jobs which can be run with the test harness restraint. %build -%configure -make %{?_smp_mflags} +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + %files %doc |