]> git.pld-linux.org Git - packages/rpm.git/blame - rpm.spec
- it was oversophisticated; fixed case when _enable_debug_packages is set to 0
[packages/rpm.git] / rpm.spec
CommitLineData
52c10eff 1#
2# TODO:
2aa60dc6
JB
3# - consider using system libmagic not internal libfmagic
4# (but internal has different method of passing output)
52c10eff 5#
89427592 6# Conditional build:
4adb7d05 7%bcond_with static # build static rpmi (not supported at the moment)
178aa6d9 8%bcond_without doc # don't generate documentation with doxygen
80b8a1f9 9%bcond_without python # don't build python bindings
c6abc173 10%bcond_without selinux # dont enable selinux support
89427592
JB
11# force_cc - force using __cc other than "%{_target_cpu}-pld-linux-gcc"
12# force_cxx - force using __cxx other than "%{_target_cpu}-pld-linux-g++"
13# force_cpp - force using __cpp other than "%{_target_cpu}-pld-linux-gcc -E"
54bfdf99 14
72d690ec 15%include /usr/lib/rpm/macros.python
16%define snap 20040107
003a039e 17# versions of required libraries
d6d0bf8f 18%define reqdb_ver 4.2.50-1
87ef0d95 19%define reqpopt_ver 1.9
d865fcbb 20%define beecrypt_ver 3.0.0-0.20030610.1
72d690ec 21%define rpm_macros_rev 1.153
e5f02e49
AM
22Summary: RPM Package Manager
23Summary(de): RPM Packet-Manager
313a4d1a 24Summary(es): Gestor de paquetes RPM
609cc585 25