projects
/
packages
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b5280b8
)
- now db6.1 as an alternative for db5.2
author
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 26 Oct 2014 11:54:21 +0000
(12:54 +0100)
committer
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 26 Oct 2014 11:54:21 +0000
(12:54 +0100)
rpm.spec
patch
|
blob
|
blame
|
history
diff --git
a/rpm.spec
b/rpm.spec
index a7b2b2f74056d0b7bb819c373a6dfd3de797f4fa..91804a670e54d44bb71b23074043b4f3bea49571 100644
(file)
--- a/
rpm.spec
+++ b/
rpm.spec
@@
-12,7
+12,7
@@
%bcond_without python # don't build python bindings
%bcond_without selinux # build without selinux support
%bcond_without suggest_tags # build without Suggest tag (bootstrapping)
%bcond_without python # don't build python bindings
%bcond_without selinux # build without selinux support
%bcond_without suggest_tags # build without Suggest tag (bootstrapping)
-%bcond_with db6
0 # use DB 6.0
instead of 5.2
+%bcond_with db6
1 # use DB 6.1
instead of 5.2
%bcond_with neon # build with HTTP/WebDAV support (neon library)
%bcond_with sqlite # build with SQLite support
%bcond_with system_lua # use system lua
%bcond_with neon # build with HTTP/WebDAV support (neon library)
%bcond_with sqlite # build with SQLite support
%bcond_with system_lua # use system lua
@@
-28,10
+28,10
@@
%endif
# versions of required libraries
%endif
# versions of required libraries
-%if %{with db6
0
}
-%define reqdb_pkg db6.
0
-%define reqdb_ver 6.
0
-%define reqdb_pkgver 6.
0.20
+%if %{with db6
1
}
+%define reqdb_pkg db6.
1
+%define reqdb_ver 6.
1
+%define reqdb_pkgver 6.
1.19
%else
%define reqdb_pkg db5.2
%define reqdb_ver 5.2
%else
%define reqdb_pkg db5.2
%define reqdb_ver 5.2
@@
-885,7
+885,7
@@
Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
%patch38 -p1
%patch39 -p1
%patch40 -p1
%patch38 -p1
%patch39 -p1
%patch40 -p1
-%{?with_db6
0
:%patch41 -p1}
+%{?with_db6
1
:%patch41 -p1}
%patch42 -p1
%patch43 -p1
%patch44 -p1
%patch42 -p1
%patch43 -p1
%patch44 -p1
@@
-901,7
+901,7
@@
Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
%patch54 -p1
%patch55 -p1
%patch56 -p1
%patch54 -p1
%patch55 -p1
%patch56 -p1
-%{!?with_db6
0
:%patch57 -p1}
+%{!?with_db6
1
:%patch57 -p1}
%patch58 -p1
%patch60 -p1
%patch61 -p1
%patch58 -p1
%patch60 -p1
%patch61 -p1
This page took
0.050831 seconds
and
4
git commands to generate.