]> git.pld-linux.org Git - packages/createrepo_c.git/commitdiff
- typos
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 May 2018 08:39:33 +0000 (10:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 May 2018 08:39:33 +0000 (10:39 +0200)
createrepo_c-bashcompdir.patch
createrepo_c.spec

index 8c42a13817fd14f38946c2dd00d4992656427e0c..6c75b6573eafbd9f643f52fb01f4b3b3a1bffd3e 100644 (file)
@@ -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
index 3d628e7ad65e35847daf586546998ade8fe08b24..94a7750e651fabcac872c416f5e48ad76029e604 100644 (file)
@@ -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}
This page took 0.149306 seconds and 4 git commands to generate.