]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - rpm.spec
- updated amd64 patch
[packages/rpm.git] / rpm.spec
... / ...
CommitLineData
1#
2# TODO:
3# - consider using system libmagic not internal libfmagic
4# (but internal has different method of passing output)
5# - after ac drop amd64 patch and make x86_64 generic arch + subarchs amd64 and ia32e
6#
7# Conditional build:
8%bcond_with static # build static rpmi (not supported at the moment)
9%bcond_without doc # don't generate documentation with doxygen
10%bcond_without python # don't build python bindings
11%bcond_without selinux # dont enable selinux support
12# force_cc - force using __cc other than "%{_target_cpu}-pld-linux-gcc"
13# force_cxx - force using __cxx other than "%{_target_cpu}-pld-linux-g++"
14# force_cpp - force using __cpp other than "%{_target_cpu}-pld-linux-gcc -E"
15
16%include /usr/lib/rpm/macros.python
17%define snap 20040614
18# versions of required libraries
19%define reqdb_ver 4.2.50-1
20%define reqpopt_ver 1.9
21%define beecrypt_ver 3.0.0-0.20030610.1
22%define rpm_macros_rev 1.158
23Summary: RPM Package Manager
24Summary(de): RPM Packet-Manager
25Summary(es): Gestor de paquetes RPM
26