From 7fe79feb9f2efa8579ee9bac8123948d0455bfeb Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 12 May 2018 10:39:33 +0200 Subject: [PATCH] - typos --- createrepo_c-bashcompdir.patch | 4 ++-- createrepo_c.spec | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/createrepo_c-bashcompdir.patch b/createrepo_c-bashcompdir.patch index 8c42a13..6c75b65 100644 --- a/createrepo_c-bashcompdir.patch +++ b/createrepo_c-bashcompdir.patch @@ -1,5 +1,5 @@ ---- /home/users/qboosh/rpm/BUILD/createrepo_c-0.10.0/CMakeLists.txt.orig 2018-05-11 22:44:34.072652081 +0200 -+++ /home/users/qboosh/rpm/BUILD/createrepo_c-0.10.0/CMakeLists.txt 2018-05-12 08:30:25.683823187 +0200 +--- createrepo_c-0.10.0/CMakeLists.txt.orig 2018-05-11 22:44:34.072652081 +0200 ++++ createrepo_c-0.10.0/CMakeLists.txt 2018-05-12 08:30:25.683823187 +0200 @@ -98,21 +98,25 @@ # Other files diff --git a/createrepo_c.spec b/createrepo_c.spec index 3d628e7..94a7750 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -37,7 +37,7 @@ BuildRequires: python3-devel >= 1:3.2 %endif BuildRequires: rpm-devel >= 5 BuildRequires: rpm-pythonprov -BuildRequires: rpmbuild(macros) >= 1.219 +BuildRequires: rpmbuild(macros) >= 1.673 BuildRequires: sphinx-pdg-2 BuildRequires: sqlite3-devel >= 3 BuildRequires: xz-devel @@ -146,13 +146,14 @@ mergerepo_c, modifyrepo_c). %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build install -d build %{?with_python3:build-py3} cd build %cmake .. \ - -DBASHCOMP_DIR=%{bashcomp_dir} + -DBASHCOMP_DIR=%{bash_compdir} %{__make} %{__make} doc @@ -167,7 +168,7 @@ cd .. %if %{with python3} cd build-py3 %cmake .. \ - -DBASHCOMP_DIR=%{bashcomp_dir} \ + -DBASHCOMP_DIR=%{bash_compdir} \ -DPYTHON_DESIRED=3 %{__make} -- 2.44.0