]> TLD Linux GIT Repositories - packages/rpm.git/blob - rpm.spec
- PLD merge
[packages/rpm.git] / rpm.spec
1 #
2 # TODO:
3 # - when adopting, use 4.5 ticket for checklist: https://bugs.launchpad.net/pld-linux/+bug/262985
4 #
5 # Conditional build:
6 %bcond_without  apidocs         # don't generate documentation with doxygen
7 %bcond_without  python3         # don't build python bindings
8 %bcond_without  plugins         # build plugins
9 %bcond_without  recommends_tags # build without Recommends tag (bootstrapping)
10 %bcond_with     imaevm          # build with IMA/EVM support (requires libimaevm from ima-evm-utils)
11
12 %define         db_ver          5.3.28.0
13 %define         popt_ver        1.15
14 %define         sover           9.1.2
15
16 %if "%{_rpmversion}" >= "4.12" && "%{_rpmversion}" < "5"
17 %define with_recommends_tags    1
18 %endif
19
20 Summary:        RPM Package Manager
21 Summary(de.UTF-8):      RPM Packet-Manager
22 Summary(es.UTF-8):      Gestor de paquetes RPM
23 Summary(pl.UTF-8):      Aplikacja do zarządzania pakietami RPM
24 Summary(pt_BR.UTF-8):   Gerenciador de pacotes RPM
25 Summary(ru.UTF-8):      Менеджер пакетов от RPM
26 Summary(uk.UTF-8):      Менеджер пакетів від RPM
27 Name:           rpm
28 Version:        4.16.1.2
29 Release:        0.3
30 Epoch:          1
31 License:        GPL v2 / LGPL v2.1
32 Group:          Base
33 Source0:        http://ftp.rpm.org/releases/rpm-4.16.x/%{name}-%{version}.tar.bz2
34 # Source0-md5:  0d10f63a0a4c9517cf3808a601378399
35 Source1:        https://ftp.tld-linux.org/TLD/TLD-Linux.asc
36 # Source1-md5:  5b5caff8c570489ad5bf950734546c24
37 Source2:        macros.local
38 Source3:        macros.lang
39 Source4:        %{name}.sysconfig
40 Source5:        %{name}.groups
41 Source6:        %{name}-groups-po.awk
42 Source7:        %{name}-install-tree
43 Source9:        %{name}-user_group.sh
44 # http://svn.pld-linux.org/banner.sh/
45 Source10:       banner.sh
46 Source11:       %{name}.noautoprov
47 Source12:       %{name}.noautoprovfiles
48 Source13:       %{name}.noautoreq
49 Source14:       %{name}.noautoreqfiles
50 Source15:       perl.prov
51 Patch0:         %{name}-man_pl.patch
52 Patch1:         %{name}-popt-aliases.patch
53 Patch2:         %{name}-perl-macros.patch
54 Patch3:         %{name}-perl-req-perlfile.patch
55 Patch4:         %{name}-scripts-closefds.patch
56 Patch6:         %{name}-perl_req-INC_dirs.patch
57 Patch7:         %{name}-debuginfo.patch
58 Patch8:         %{name}-libtool-deps.patch
59 Patch9:         %{name}-builddir-readlink.patch
60 Patch10:        %{name}-changelog_order_check_nonfatal.patch
61 Patch11:        %{name}-postun-nofail.patch
62 Patch12:        %{name}-clean-docdir.patch
63 Patch13:        %{name}-perl-magic.patch
64 Patch14:        %{name}-ignore-missing-macro-files.patch
65 Patch15:        x32.patch
66 Patch16:        rpm5-db-compat.patch
67 Patch17:        python-internal-build.patch
68 Patch18:        missing-macros.patch
69 Patch19:        pkgconfig.patch
70 Patch20:        uname-deps.patch
71 Patch21:        aarch64.patch
72 Patch22:        ix86-platforms.patch
73 Patch23:        shortcircuited-deps.patch
74 Patch24:        cpuinfo-deps.patch
75 Patch25:        rpmio-read-proc-files.patch
76 Patch26:        allow-at-in-ver-rel.patch
77 Patch27:        no-exeonly-for-elf-reqprov.patch
78 Patch28:        default-patch-flags.patch
79 Patch29:        %{name}-noarch_py_prov.patch
80 Patch30:        missing-ghost-terminate-build.patch
81 Patch31:        missing-doc-terminate-build.patch
82 Patch32:        noexpand.patch
83 Patch33:        sqlite-db-backend.patch
84 Patch100:       build-id-links.patch
85 URL:            https://rpm.org/
86 BuildRequires:  acl-devel
87 BuildRequires:  db-devel >= %{db_ver}
88 BuildRequires:  autoconf >= 2.63
89 BuildRequires:  automake >= 1.4
90 BuildRequires:  bzip2-devel >= 1.0.2-17
91 BuildRequires:  elfutils-devel >= 0.108
92 BuildRequires:  gettext-tools >= 0.19.2
93 BuildRequires:  libarchive-devel
94 BuildRequires:  libcap-devel
95 BuildRequires:  libmagic-devel
96 BuildRequires:  libgcrypt-devel
97 %if %{with plugins}
98 BuildRequires:  audit-libs-devel
99 BuildRequires:  dbus-devel
100 %{?with_imaevm:BuildRequires:   libimaevm-devel >= 1.0}
101 BuildRequires:  libselinux-devel >= 2.1.0
102 %endif
103 # needed only for AM_PROG_CXX used for CXX substitution in rpm.macros
104 BuildRequires:  libstdc++-devel
105 BuildRequires:  libtool >= 1:1.4.2-9
106 BuildRequires:  patch >= 2.2
107 BuildRequires:  pkgconfig(lua) >= 5.1
108 BuildRequires:  popt-devel >= %{popt_ver}
109 BuildRequires:  python3-modules
110 %if %{with python3}
111 BuildRequires:  python3-devel
112 BuildRequires:  rpm-pythonprov
113 BuildRequires:  rpmbuild(macros) >= 1.750
114 %endif
115 BuildRequires:  sqlite3-devel >= 3.22.0
116 BuildRequires:  tcl
117 BuildRequires:  xz-devel
118 BuildRequires:  zlib-devel
119 BuildRequires:  zstd-devel
120 %if %{with apidocs}
121 BuildRequires:  doxygen
122 BuildRequires:  ghostscript
123 BuildRequires:  graphviz
124 BuildRequires:  tetex-pdftex
125 %endif
126 Requires(posttrans):    coreutils
127 Requires:       %{name}-base = %{epoch}:%{version}-%{release}
128 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
129 Requires:       rpm-tld-macros >= 1.744
130 Requires:       FHS >= 3.0-2
131 Requires:       libgcrypt
132 Requires:       popt >= %{popt_ver}
133 %if %{with recommends_tags}
134 Recommends:     rpm-plugin-audit
135 Recommends:     rpm-plugin-prioreset
136 Recommends:     rpm-plugin-syslog
137 %endif
138 Obsoletes:      rpm-utils-perl
139 Obsoletes:      rpm-utils-static
140 Conflicts:      glibc < 2.2.92
141 # db4.6 poldek needed
142 Conflicts:      poldek < 0.21-0.20070703.00.3
143 # segfaults with lzma 0.42.2
144 Conflicts:      lzma-libs < 4.999.3
145 Conflicts:      util-vserver < 0.30.216-1.pre3034.7
146 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
147
148 %define         _binary_payload         w9.gzdio
149
150 # don't require very fresh rpm.macros to build
151 %define         find_lang sh ./scripts/find-lang.sh $RPM_BUILD_ROOT
152 %define         ix86    i386 i486 i586 i686 athlon geode pentium3 pentium4
153 %define         ppc     ppc ppc7400 ppc7450
154 %define         x8664   amd64 ia32e x86_64
155
156 %define         _rpmlibdir /usr/lib/rpm
157
158 %description
159 RPM is a powerful package manager, which can be used to build,
160 install, query, verify, update, and uninstall individual software
161 packages. A package consists of an archive of files, and package
162 information, including name, version, and description.
163
164 %description -l de.UTF-8
165 RPM ist ein kräftiger Packet-Manager, der verwendet sein kann zur
166 Installation, Anfrage, Verifizierung, Aktualisierung und
167 Uninstallation individueller Softwarepakete. Ein Paket besteht aus
168 einem Archiv Dateien und Paketinformation, inklusive Name, Version und
169 Beschreibung.
170
171 %description -l es.UTF-8
172 RPM es un poderoso administrador de paquetes, que puede ser usado para
173 construir, instalar, pesquisar, verificar, actualizar y desinstalar
174 paquetes individuales de software. Un paquete consiste en un
175 almacenaje de archivos, y información sobre el paquete, incluyendo
176 nombre, versión y descripción.
177
178 %description -l pl.UTF-8
179 RPM jest doskonałym programem zarządzającym pakietami. Umożliwia on
180 przebudowanie, instalację czy weryfikację dowolnego pakietu.
181 Informacje dotyczące każdego pakietu, takie jak jego opis, lista
182 plików wchodzących w skład pakietu, zależności od innych pakietów, są
183 przechowywane w bazie danych i można je uzyskać za pomocą opcji
184 odpytywania programu rpm.
185
186 %description -l pt_BR.UTF-8
187 RPM é um poderoso gerenciador de pacotes, que pode ser usado para
188 construir, instalar, pesquisar, verificar, atualizar e desinstalar
189 pacotes individuais de software. Um pacote consiste de um conjunto de
190 arquivos e informações adicionais, incluindo nome, versão e descrição
191 do pacote, permissões dos arquivos, etc.
192
193 %description -l ru.UTF-8
194 RPM - это мощный менеджер пакетов, который может быть использован для
195 создания, инсталляции, запросов (query), проверки, обновления и
196 удаления программных пакетов. Пакет состоит из файлового архива и
197 служебной информации, включающей название, версию, описание и другие
198 данные о пакете.
199
200 %description -l uk.UTF-8
201 RPM - це потужний менеджер пакетів, що може бути використаний для
202 створення, інсталяції, запитів (query), перевірки, поновлення та
203 видалення програмних пакетів. Пакет складається з файлового архіву та
204 службової інформації, що містить назву, версію, опис та іншу
205 інформацію про пакет.
206
207 %package base
208 Summary:        RPM base package - scripts used by rpm packages themselves
209 Summary(pl.UTF-8):      Podstawowy pakiet RPM - skrypty używane przez same pakiety rpm
210 Group:          Base
211 Requires:       filesystem
212 Obsoletes:      rpm-scripts
213 Obsoletes:      vserver-rpm
214
215 %description base
216 The RPM base package contains scripts used by rpm packages themselves.
217 These include:
218 - scripts for adding/removing groups and users needed for rpm
219   packages,
220 - banner.sh to display %%banner messages from rpm scriptlets.
221
222 %description base -l pl.UTF-8
223 Pakiet podstawowy RPM zwiera skrypty używane przez same pakiety rpm.
224 Zawiera on:
225 - skrypty dodające/usuwające grupy i użytkowników dla pakietów rpm,
226 - banner.sh do pokazywania komunikatów %%banner dla skryptletów rpm.
227
228 %package lib
229 Summary:        RPMs library
230 Summary(pl.UTF-8):      Biblioteki RPM-a
231 Group:          Libraries
232 Requires:       db >= %{db_ver}
233 Requires:       libmagic >= 1.15-2
234 Requires:       popt >= %{popt_ver}
235 Obsoletes:      rpm-libs
236 # avoid SEGV caused by mixed db versions
237 Conflicts:      poldek < 0.18.1-16
238
239 %description lib
240 RPMs library.
241
242 %description lib -l pl.UTF-8
243 Biblioteki RPM-a.
244
245 %package devel
246 Summary:        Header files for rpm libraries
247 Summary(de.UTF-8):      Header-Dateien für rpm Libraries
248 Summary(es.UTF-8):      Archivos de inclusión y bibliotecas para programas de manipulación de paquetes rpm
249 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek rpm
250 Summary(pt_BR.UTF-8):   Arquivos de inclusão e bibliotecas para programas de manipulação de pacotes RPM
251 Summary(ru.UTF-8):      Хедеры и библиотеки для программ, работающих с rpm-пакетами
252 Summary(uk.UTF-8):      Хедери та бібліотеки для програм, що працюють з пакетами rpm
253 Group:          Development/Libraries
254 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
255 Requires:       bzip2-devel
256 Requires:       db-devel >= %{db_ver}
257 Requires:       elfutils-devel
258 Requires:       libmagic-devel
259 Requires:       libgcrypt-devel
260 %if %{with selinux}
261 Requires:       libselinux-devel
262 Requires:       libsemanage-devel
263 Requires:       libsepol-devel
264 %endif
265 Requires:       popt-devel >= %{popt_ver}
266 Requires:       zlib-devel
267
268 %description devel
269 The RPM packaging system includes C libraries that make it easy to
270 manipulate RPM packages and databases. They are intended to ease the
271 creation of graphical package managers and other tools that need
272 intimate knowledge of RPM packages. This package contains header files
273 for these libraries.
274
275 %description devel -l de.UTF-8
276 Der RPM-Packensystem enthält eine C-Library, die macht es einfach
277 RPM-Pakete und Dateibanken zu manipulieren. Er eignet sich für
278 Vereinfachung des Schaffens grafischer Paket-Manager und anderer
279 Werkzeuge, die intime Kenntnis von RPM-Paketen brauchen.
280
281 %description devel -l es.UTF-8
282 El sistema de empaquetado RPM incluye una biblioteca C que vuelve
283 fácil la manipulación de paquetes y bases de datos RPM. Su objetivo es
284 facilitar la creación de administradores gráficos de paquetes y otras
285 herramientas que necesiten un conocimiento profundo de paquetes RPM.
286
287 %description devel -l pl.UTF-8
288 System RPM zawiera biblioteki C, które ułatwiają manipulowanie
289 pakietami RPM oraz bazami danych. W zamiarze ma to uprościć tworzenie
290 graficznych programów zarządzających pakietami oraz innych narzędzi,
291 które wymagają szczegółowej wiedzy na temat pakietów RPM. Ten pakiet
292 zawiera pliki nagłówkowe wspomnianych bibliotek.
293
294 %description devel -l pt_BR.UTF-8
295 O sistema de empacotamento RPM inclui uma biblioteca C que torna fácil
296 a manipulação de pacotes e bases de dados RPM. Seu objetivo é
297 facilitar a criação de gerenciadores gráficos de pacotes e outras
298 ferramentas que precisem de conhecimento profundo de pacotes RPM.
299
300 %description devel -l ru.UTF-8
301 Система управления пакетами RPM содержит библиотеку C, которая
302 упрощает манипуляцию пакетами RPM и соответствующими базами данных.
303 Эта библиотека предназначена для облегчения создания графических
304 пакетных менеджеров и других утилит, которым необходимо работать с
305 пакетами RPM.
306
307 %description devel -l uk.UTF-8
308 Система керування пакетами RPM містить бібліотеку C, котра спрощує
309 роботу з пакетами RPM та відповідними базами даних. Ця бібліотека
310 призначена для полегшення створення графічних пакетних менеджерів та
311 інших утиліт, що працюють з пакетами RPM.
312
313 %package utils
314 Summary:        Additional utilities for managing RPM packages and database
315 Summary(de.UTF-8):      Zusatzwerkzeuge für Verwaltung RPM-Pakete und Datenbanken
316 Summary(pl.UTF-8):      Dodatkowe narzędzia do zarządzania bazą RPM-a i pakietami
317 Group:          Applications/File
318 Requires:       %{name} = %{epoch}:%{version}-%{release}
319 Requires:       popt >= %{popt_ver}
320 %if %{with recommends_tags}
321 Recommends:     bzip2
322 Recommends:     gzip
323 %endif
324 Conflicts:      filesystem-debuginfo < 3.0-16
325
326 %description utils
327 Additional utilities for managing RPM packages and database.
328
329 %description utils -l de.UTF-8
330 Zusatzwerkzeuge für Verwaltung RPM-Pakete und Datenbanken.
331
332 %description utils -l pl.UTF-8
333 Dodatkowe narzędzia do zarządzania bazą RPM-a i pakietami.
334
335 %package build
336 Summary:        Scripts for building binary RPM packages
337 Summary(de.UTF-8):      Scripts fürs Bauen binärer RPM-Pakete
338 Summary(pl.UTF-8):      Skrypty pomocnicze do budowania binarnych RPM-ów
339 Summary(pt_BR.UTF-8):   Scripts e programas executáveis usados para construir pacotes
340 Summary(ru.UTF-8):      Скрипты и утилиты, необходимые для сборки пакетов
341 Summary(uk.UTF-8):      Скрипти та утиліти, необхідні для побудови пакетів
342 Group:          Applications/File
343 Requires(pretrans):     coreutils
344 Requires(pretrans):     findutils
345 Requires:       %{name}-utils = %{epoch}:%{version}-%{release}
346 Requires:       rpm-tld-macros-build >= 1.744
347 Requires:       /bin/id
348 Requires:       awk
349 Requires:       bzip2
350 Requires:       chrpath >= 0.10-4
351 Requires:       cpio
352 Requires:       diffutils
353 Requires:       elfutils
354 Requires:       file >= 4.17
355 Requires:       fileutils
356 Requires:       findutils
357 %ifarch athlon
358 Requires:       gcc >= 3.0.3
359 %else
360 Requires:       gcc
361 %endif
362 Requires:       glibc-devel
363 Requires:       grep
364 Requires:       gzip
365 Requires:       make
366 Requires:       patch
367 Requires:       sed >= 4.0
368 Requires:       sh-utils
369 Requires:       tar >= 1:1.22
370 Requires:       textutils
371 Requires:       which
372 Requires:       xz
373 Provides:       rpmbuild(noauto) = 3
374 %ifarch %{x8664}
375 Conflicts:      automake < 1:1.7.9-2
376 Conflicts:      libtool < 2:1.5-13
377 %endif
378
379 %description build
380 Scripts for building binary RPM packages.
381
382 %description build -l de.UTF-8
383 Scripts fürs Bauen binärer RPM-Pakete.
384
385 %description build -l pl.UTF-8
386 Skrypty pomocnicze do budowania binarnych RPM-ów.
387
388 %description build -l pt_BR.UTF-8
389 Este pacote contém scripts e programas executáveis que são usados para
390 construir pacotes usando o RPM.
391
392 %description build -l ru.UTF-8
393 Различные вспомогательные скрипты и исполняемые программы, которые
394 используются для сборки RPM'ов.
395
396 %description build -l uk.UTF-8
397 Різноманітні допоміжні скрипти та утиліти, які використовуються для
398 побудови RPM'ів.
399
400 %package perlprov
401 Summary:        Additional utilities for checking Perl provides/requires in RPM packages
402 Summary(de.UTF-8):      Zusatzwerkzeuge fürs Nachsehen Perl-Abhängigkeiten in RPM-Paketen
403 Summary(pl.UTF-8):      Dodatkowe narzędzia do sprawdzenia zależności skryptów Perla w pakietach RPM
404 Group:          Applications/File
405 Requires:       %{name} = %{epoch}:%{version}-%{release}
406 Requires:       perl-Encode
407 Requires:       perl-devel
408 Requires:       perl-modules
409
410 %description perlprov
411 Additional utilities for checking Perl provides/requires in RPM
412 packages.
413
414 %description perlprov -l de.UTF-8
415 Zusatzwerkzeuge fürs Nachsehen Perl-Abhängigkeiten in RPM-Paketen.
416
417 %description perlprov -l pl.UTF-8
418 Dodatkowe narzędzia do sprawdzenia zależności skryptów Perla w
419 pakietach RPM.
420
421 %package pythonprov
422 Summary:        Python macros, which simplifies creation of RPM packages with Python software
423 Summary(pl.UTF-8):      Makra ułatwiające tworzenie pakietów RPM z programami napisanymi w Pythonie
424 Group:          Applications/File
425 Requires:       %{name} = %{epoch}:%{version}-%{release}
426 Requires:       python3
427 Requires:       python3-modules
428 Requires:       python3-setuptools
429
430 %description pythonprov
431 Python macros, which simplifies creation of RPM packages with Python
432 software.
433
434 %description pythonprov -l pl.UTF-8
435 Makra ułatwiające tworzenie pakietów RPM z programami napisanymi w
436 Pythonie.
437
438 %package -n python3-rpm
439 Summary:        Python 3 interface to RPM library
440 Summary(pl.UTF-8):      Interfejs Pythona 3 do biblioteki RPM-a
441 Summary(pt_BR.UTF-8):   Módulo Python 3 para aplicativos que manipulam pacotes RPM
442 Group:          Development/Languages/Python
443 Requires:       %{name} = %{epoch}:%{version}-%{release}
444 Requires:       python3
445 Obsoletes:      python-rpm < 1:4.16.0
446 Obsoletes:      rpm-python
447
448 %description -n python3-rpm
449 The python3-rpm package contains a module which permits applications
450 written in the Python 3 programming language to use the interface
451 supplied by RPM (RPM Package Manager) libraries.
452
453 This package should be installed if you want to develop Python 3
454 programs that will manipulate RPM packages and databases.
455
456 %description -n python3-rpm -l pl.UTF-8
457 Pakiet python3-rpm zawiera moduł, który pozwala aplikacjom napisanym w
458 Pythonie 3 na używanie interfejsu dostarczanego przez biblioteki
459 RPM-a.
460
461 Pakiet ten powinien zostać zainstalowany, jeśli chcesz pisać w
462 Pythonie 3 programy manipulujące pakietami i bazami danych rpm.
463
464 %description -n python3-rpm -l pt_BR.UTF-8
465 O pacote python3-rpm contém um módulo que permite que aplicações
466 escritas em Python 3 utilizem a interface fornecida pelas bibliotecas
467 RPM (RPM Package Manager).
468
469 Esse pacote deve ser instalado se você quiser desenvolver programas em
470 Python 3 para manipular pacotes e bancos de dados RPM.
471
472 %package plugin-audit
473 Summary:        Plugin for logging audit events on package operations
474 Group:          Base
475 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
476
477 %description plugin-audit
478 Plugin for libaudit support
479
480 %package plugin-syslog
481 Summary:        Plugin for syslog functionality
482 Group:          Base
483 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
484
485 %description plugin-syslog
486 This plugin exports RPM actions to the system log.
487
488 %package plugin-ima
489 Summary:        Plugin for IMA file signatures
490 Group:          Base
491 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
492
493 %description plugin-ima
494 This plugin adds support for enforcing and verifying IMA file
495 signatures in an rpm.
496
497 %package plugin-prioreset
498 Summary:        Plugin for resetting scriptlet priorities for SysV init
499 Group:          Base
500 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
501
502 %description plugin-prioreset
503 This plugin is useful on legacy SysV init systems if you run rpm
504 transactions with nice/ionice priorities.
505
506 %package plugin-selinux
507 Summary:        Plugin for SELinux functionality
508 Group:          Base
509 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
510 Requires:       libselinux >= 2.1.0
511
512 %description plugin-selinux
513 Plugin for SELinux functionality.
514
515 %package sign
516 Summary:        Package signing support
517 Group:          Base
518 Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
519
520 %description sign
521 This package contains support for digitally signing RPM packages.
522
523 %package apidocs
524 Summary:        RPM API documentation and guides
525 Summary(pl.UTF-8):      Documentacja API RPM-a i przewodniki
526 Group:          Documentation
527 BuildArch:      noarch
528
529 %description apidocs
530 Documentation for RPM API and guides in HTML format generated from rpm
531 sources by doxygen.
532
533 %description apidocs -l pl.UTF-8
534 Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
535 źrodeł RPM-a przez doxygen.
536
537 %prep
538 %setup -q -n %{name}-%{version}%{?subver}
539 %patch0 -p1
540 %patch1 -p1
541 %patch2 -p1
542 %patch3 -p1
543 %patch4 -p1
544 %patch6 -p0
545 %patch7 -p1
546 %patch8 -p1
547 %patch9 -p1
548 %patch10 -p1
549 %patch11 -p1
550 %patch12 -p1
551 %patch13 -p1
552 %patch14 -p1
553 %patch15 -p1
554 %patch16 -p1
555 %patch17 -p1
556 %patch18 -p1
557 %patch19 -p1
558 %patch20 -p1
559 %patch21 -p1
560 %patch22 -p1
561 %patch23 -p1
562 %patch24 -p1
563 %patch25 -p1
564 %patch26 -p1
565 %patch27 -p1
566 %patch28 -p1
567 %patch29 -p1
568 %patch30 -p1
569 %patch31 -p1
570 %patch32 -p1
571 %patch33 -p1
572 %patch100 -p1
573
574 install %{SOURCE15} scripts/perl.prov.in
575
576 %{__mv} -f scripts/perl.req{,.in}
577
578 # generate Group translations to *.po
579 awk -f %{SOURCE6} %{SOURCE5}
580
581 %{__sed} -i -e '1s,/usr/bin/python,%{__python3},' scripts/pythondistdeps.py
582
583 %build
584 %{__libtoolize}
585 %{__aclocal}
586 %{__autoheader}
587 %{__autoconf}
588 %{__automake}
589
590 # rpm checks for CPU type at runtime, but it looks better
591 sed -i \
592         -e 's|@host@|%{_target_cpu}-%{_target_vendor}-%{_target_os}|' \
593         -e 's|@host_cpu@|%{_target_cpu}|' \
594         -e 's|@host_os@|%{_target_os}|' \
595         macros.in
596
597 %configure \
598         WITH_PERL_VERSION=no \
599         __GST_INSPECT=%{_bindir}/gst-inspect-1.0 \
600         __GPG=%{_bindir}/gpg \
601 %if %{with python3}
602         PYTHON=python3 \
603         --enable-python \
604 %endif
605         --disable-inhibit-plugin \
606         --disable-silent-rules \
607         --enable-shared \
608         --enable-bdb \
609         --enable-bdb-ro \
610         --enable-ndb \
611         --enable-sqlite \
612         --enable-zstd \
613         --with-lua \
614         %{?with_imaevm:--with-imaevm} \
615         --with-cap \
616         --with-acl \
617         --with-audit \
618         --with-archive \
619         --with-selinux=%{!?with_plugins:no}%{?with_plugins:yes} \
620         %{!?with_plugins:--disable-plugins} \
621         --with-vendor=tld
622
623 %{__make}
624
625 %if %{with python3}
626 cd python
627 %py3_build
628 %endif
629
630 %install
631 rm -rf $RPM_BUILD_ROOT
632 install -d $RPM_BUILD_ROOT{/bin,/%{_lib},/etc/sysconfig,%{_sysconfdir}/{rpm,pki/rpm-gpg}} \
633         $RPM_BUILD_ROOT/var/lib/{banner,rpm}
634
635 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/TLD-Linux.asc
636
637 %{__make} install \
638         pkgconfigdir=%{_pkgconfigdir} \
639         DESTDIR=$RPM_BUILD_ROOT
640
641 # cleanup
642 %ifnarch %{ix86} %{x8664} x32
643 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/athlon-linux/macros
644 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/geode-linux/macros
645 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/i386-linux/macros
646 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/i486-linux/macros
647 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/i586-linux/macros
648 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/i686-linux/macros
649 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/pentium3-linux/macros
650 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/pentium4-linux/macros
651 %endif
652
653 %ifnarch %{x8664} x32
654 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/amd64-linux/macros
655 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ia32e-linux/macros
656 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/x32-linux/macros
657 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/x86_64-linux/macros
658 %endif
659
660 %ifnarch %{ppc}
661 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/m68k-linux/macros
662 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc32dy4-linux/macros
663 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc64*-linux/macros
664 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc8260-linux/macros
665 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc8560-linux/macros
666 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc-linux/macros
667 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ppc*series-linux/macros
668 %endif
669
670 %ifnarch aarch64
671 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/aarch64-linux/macros
672 %endif
673
674 %ifnarch %{arm}
675 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/arm*-linux/macros
676 %endif
677
678 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/alpha*-linux/macros
679 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/ia64-linux/macros
680 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/mips*-linux/macros
681 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/riscv64-linux/macros
682 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/s390*-linux/macros
683 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/sh*-linux/macros
684 rm $RPM_BUILD_ROOT%{_rpmlibdir}/platform/sparc*-linux/macros
685
686 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
687 %ifarch x32
688 %{_target_cpu}-%{_target_vendor}-linux-gnux32
689 %else
690 %{_target_cpu}-%{_target_vendor}-linux
691 %endif
692 EOF
693
694 %{__rm} $RPM_BUILD_ROOT%{_rpmlibdir}/find-lang.sh
695
696 install -d $RPM_BUILD_ROOT%{_rpmlibdir}/tld
697
698 cp -p %{SOURCE7} $RPM_BUILD_ROOT%{_rpmlibdir}/install-build-tree
699 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{_rpmlibdir}/user_group.sh
700 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rpm
701
702 cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/banner.sh
703
704 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros
705 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.lang
706 cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/noautoprov
707 cp -p %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/noautoprovfiles
708 cp -p %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/noautoreq
709 cp -p %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/noautoreqfiles
710
711 # move rpm to /bin
712 %{__mv} $RPM_BUILD_ROOT%{_bindir}/rpm $RPM_BUILD_ROOT/bin
713 ln -sf /bin/rpm $RPM_BUILD_ROOT%{_bindir}/rpmquery
714 ln -sf /bin/rpm $RPM_BUILD_ROOT%{_bindir}/rpmverify
715
716 # move essential libs to /lib (libs that /bin/rpm links to)
717 for a in librpm.so librpmbuild.so librpmio.so librpmsign.so; do
718         mv -f $RPM_BUILD_ROOT%{_libdir}/${a}.* $RPM_BUILD_ROOT/%{_lib}
719         ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/${a}.*.*.*) $RPM_BUILD_ROOT%{_libdir}/${a}
720 done
721
722 # init an empty database for %ghost'ing for all supported backends
723 for be in sqlite bdb ndb; do
724         ./rpmdb \
725                 --macros=$RPM_BUILD_ROOT%{_rpmlibdir}/macros \
726                 --rcfile=$RPM_BUILD_ROOT%{_rpmlibdir}/rpmrc \
727                 --dbpath=${PWD}/${be} \
728                 --define "_db_backend ${be}" \
729                 --initdb
730         cp -va ${be}/. $RPM_BUILD_ROOT/var/lib/rpm/
731 done
732
733 %if %{with python3}
734 # Remove anything that rpm make install might put there
735 %{__rm} -rf $RPM_BUILD_ROOT%{py3_sitedir}
736 cd python
737 %py3_install
738 cd ..
739 %endif
740
741 %{__rm} $RPM_BUILD_ROOT%{_libdir}/rpm-plugins/*.la
742
743 # wrong location, not used anyway
744 %{__rm} $RPM_BUILD_ROOT%{_rpmlibdir}/rpm.{daily,log}
745
746 %find_lang %{name}
747
748 %clean
749 rm -rf $RPM_BUILD_ROOT
750
751 %posttrans
752 if [ -e /var/lib/rpm/Packages ]; then
753         if [ ! -e /var/lib/rpm.rpmbackup-%{version}-%{release} ] && \
754                         /bin/cp -a /var/lib/rpm /var/lib/rpm.rpmbackup-%{version}-%{release}; then
755                 echo
756                 echo "Backup of the rpm database has been created in /var/lib/rpm.rpmbackup-%{version}-%{release}"
757                 echo
758         fi
759         echo
760         echo 'If poldek aborts after migration with rpmdb error, this is expected behaviour,'
761         echo 'you should ignore it and restart poldek'
762         echo
763         %{__rm} -rf /var/lib/rpm/log >/dev/null 2>/dev/null || :
764         %{__rm} -rf /var/lib/rpm/tmp >/dev/null 2>/dev/null || :
765         # Unlock database for rebuild, safe since this is posttrans
766         %{__rm} -f /var/lib/rpm/.rpm.lock >/dev/null 2>/dev/null || :
767         if ! /usr/bin/rpmdb --rebuilddb; then
768                 echo
769                 echo "rpm database conversion failed!"
770                 echo "You have to run '/usr/bin/rpmdb --rebuilddb' manually"
771                 echo
772                 exit 1
773         fi
774 fi
775
776 %post   lib -p /sbin/ldconfig
777 %postun lib -p /sbin/ldconfig
778
779 %pretrans build
780 find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
781
782 %files -f %{name}.lang
783 %defattr(644,root,root,755)
784 %doc ChangeLog CREDITS README
785
786 %dir /etc/pki/rpm-gpg
787 /etc/pki/rpm-gpg/TLD-Linux.asc
788
789 %attr(755,root,root) /bin/rpm
790 %attr(755,root,root) %{_bindir}/rpmdb
791 %attr(755,root,root) %{_bindir}/rpmkeys
792 %attr(755,root,root) %{_bindir}/rpmquery
793 %attr(755,root,root) %{_bindir}/rpmverify
794
795 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/macros
796 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/macros.lang
797 # this is ok to be replaced
798 %config %verify(not md5 mtime size) %{_sysconfdir}/rpm/platform
799
800 %{_mandir}/man8/rpm.8*
801 %{_mandir}/man8/rpmdb.8*
802 %{_mandir}/man8/rpmkeys.8*
803 %{_mandir}/man8/rpm-misc.8*
804 %{?with_plugins:%{_mandir}/man8/rpm-plugins.8*}
805 %lang(fr) %{_mandir}/fr/man8/rpm.8*
806 %lang(ja) %{_mandir}/ja/man8/rpm.8*
807 %lang(ko) %{_mandir}/ko/man8/rpm.8*
808 %lang(pl) %{_mandir}/pl/man8/rpm.8*
809 %lang(ru) %{_mandir}/ru/man8/rpm.8*
810 %lang(sk) %{_mandir}/sk/man8/rpm.8*
811
812 %dir /var/lib/rpm
813 %ghost %config(missingok,noreplace) /var/lib/rpm/*
814 %ghost /var/lib/rpm/.*.lock
815
816 %{_rpmlibdir}/rpmpopt*
817 %{_rpmlibdir}/rpmrc
818 %{_rpmlibdir}/macros
819 %dir %{_rpmlibdir}/macros.d
820 %dir %{_rpmlibdir}/platform
821 %{_rpmlibdir}/platform/noarch-*
822 %ifarch %{ix86} %{x8664} x32
823 %{_rpmlibdir}/platform/athlon*
824 %{_rpmlibdir}/platform/geode*
825 %{_rpmlibdir}/platform/i?86*
826 %{_rpmlibdir}/platform/pentium*
827 %endif
828 %ifarch %{x8664} x32
829 %{_rpmlibdir}/platform/amd64*
830 %{_rpmlibdir}/platform/ia32e*
831 %{_rpmlibdir}/platform/x86_64*
832 %{_rpmlibdir}/platform/x32*
833 %endif
834 %ifarch alpha
835 %{_rpmlibdir}/platform/alpha*
836 %endif
837 %ifarch aarch64
838 %{_rpmlibdir}/platform/aarch64*
839 %endif
840 %ifarch %{arm}
841 %{_rpmlibdir}/platform/arm*
842 %endif
843 %ifarch ia64
844 %{_rpmlibdir}/platform/ia64*
845 %endif
846 %ifarch mips mipsel mips64 mips64el
847 %{_rpmlibdir}/platform/mips*
848 %endif
849 %ifarch %{ppc}
850 %{_rpmlibdir}/platform/ppc*
851 %endif
852 %ifarch sparc sparc64
853 %{_rpmlibdir}/platform/sparc*
854 %endif
855
856 %dir %{_rpmlibdir}/tld
857
858 %attr(755,root,root) %{_rpmlibdir}/rpmdb_dump
859 %attr(755,root,root) %{_rpmlibdir}/rpmdb_load
860
861 # valgrind suppression file for rpm
862 %{_rpmlibdir}/rpm.supp
863
864 %files base
865 %defattr(644,root,root,755)
866 %dir %{_sysconfdir}/rpm
867 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rpm
868 %dir %{_rpmlibdir}
869 %attr(755,root,root) %{_bindir}/banner.sh
870 %attr(755,root,root) %{_rpmlibdir}/user_group.sh
871 %dir /var/lib/banner
872
873 %files lib
874 %defattr(644,root,root,755)
875 %attr(755,root,root) /%{_lib}/librpm.so.9
876 %attr(755,root,root) /%{_lib}/librpm.so.%{sover}
877 %attr(755,root,root) /%{_lib}/librpmbuild.so.9
878 %attr(755,root,root) /%{_lib}/librpmbuild.so.%{sover}
879 %attr(755,root,root) /%{_lib}/librpmio.so.9
880 %attr(755,root,root) /%{_lib}/librpmio.so.%{sover}
881 %attr(755,root,root) /%{_lib}/librpmsign.so.9
882 %attr(755,root,root) /%{_lib}/librpmsign.so.%{sover}
883 %{?with_plugins:%dir %{_libdir}/rpm-plugins}
884
885 %files devel
886 %defattr(644,root,root,755)
887 %attr(755,root,root) %{_libdir}/librpm.so
888 %attr(755,root,root) %{_libdir}/librpmbuild.so
889 %attr(755,root,root) %{_libdir}/librpmio.so
890 %attr(755,root,root) %{_libdir}/librpmsign.so
891 %{_libdir}/librpm*.la
892 %{_includedir}/rpm
893 %{_pkgconfigdir}/*.pc
894
895 %files utils
896 %defattr(644,root,root,755)
897 %attr(755,root,root) %{_bindir}/rpm2archive
898 %attr(755,root,root) %{_bindir}/rpm2cpio
899 %attr(755,root,root) %{_bindir}/rpmgraph
900 %attr(755,root,root) %{_rpmlibdir}/rpm2cpio.sh
901 %attr(755,root,root) %{_rpmlibdir}/find-debuginfo.sh
902 %attr(755,root,root) %{_rpmlibdir}/tgpg
903 %attr(755,root,root) %{_rpmlibdir}/debugedit
904 %attr(755,root,root) %{_rpmlibdir}/rpmdeps
905 %{_mandir}/man8/rpm2archive.8*
906 %{_mandir}/man8/rpm2cpio.8*
907 %{_mandir}/man8/rpmdeps.8*
908 %{_mandir}/man8/rpmgraph.8*
909 %lang(ja) %{_mandir}/ja/man8/rpm2cpio.8*
910 %lang(ko) %{_mandir}/ko/man8/rpm2cpio.8*
911 %lang(pl) %{_mandir}/pl/man8/rpm2cpio.8*
912 %lang(ru) %{_mandir}/ru/man8/rpm2cpio.8*
913 %lang(pl) %{_mandir}/pl/man8/rpmdeps.8*
914 %lang(ja) %{_mandir}/ja/man8/rpmgraph.8*
915 %lang(pl) %{_mandir}/pl/man8/rpmgraph.8*
916
917 %files build
918 %defattr(644,root,root,755)
919 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/noauto*
920 %attr(755,root,root) %{_rpmlibdir}/brp-*
921 %attr(755,root,root) %{_rpmlibdir}/check-files
922 %attr(755,root,root) %{_rpmlibdir}/install-build-tree
923 %attr(755,root,root) %{_rpmlibdir}/elfdeps
924 %attr(755,root,root) %{_rpmlibdir}/libtooldeps.sh
925 # needs hacked pkg-config to return anything
926 %attr(755,root,root) %{_rpmlibdir}/pkgconfigdeps.sh
927 %attr(755,root,root) %{_rpmlibdir}/mkinstalldirs
928
929 %attr(755,root,root) %{_rpmlibdir}/fontconfig.prov
930 # must be here for "Requires: rpm-*prov" to work
931 #%{_rpmlibdir}/macros.d/cmake
932 #%{_rpmlibdir}/macros.d/gstreamer
933 #%{_rpmlibdir}/macros.d/libtool
934 #%{_rpmlibdir}/macros.d/perl
935 #%{_rpmlibdir}/macros.d/pkgconfig
936 #%{_rpmlibdir}/macros.d/python
937 #%{_rpmlibdir}/macros.d/selinux
938 #%{_rpmlibdir}/macros.d/tcl
939 #%{_rpmlibdir}/macros.rpmbuild
940
941 %attr(755,root,root) %{_rpmlibdir}/check-buildroot
942 %attr(755,root,root) %{_rpmlibdir}/check-prereqs
943 %attr(755,root,root) %{_rpmlibdir}/check-rpaths
944 %attr(755,root,root) %{_rpmlibdir}/check-rpaths-worker
945 %attr(755,root,root) %{_rpmlibdir}/find-provides
946 %attr(755,root,root) %{_rpmlibdir}/find-requires
947 %attr(755,root,root) %{_rpmlibdir}/ocamldeps.sh
948 %attr(755,root,root) %{_rpmlibdir}/script.req
949 %attr(755,root,root) %{_rpmlibdir}/sepdebugcrcfix
950
951 %dir %{_rpmlibdir}/fileattrs
952 %{_rpmlibdir}/fileattrs/debuginfo.attr
953 %{_rpmlibdir}/fileattrs/desktop.attr
954 %{_rpmlibdir}/fileattrs/elf.attr
955 %{_rpmlibdir}/fileattrs/font.attr
956 %{_rpmlibdir}/fileattrs/libtool.attr
957 %{_rpmlibdir}/fileattrs/metainfo.attr
958 %{_rpmlibdir}/fileattrs/ocaml.attr
959 %{_rpmlibdir}/fileattrs/perl.attr
960 %{_rpmlibdir}/fileattrs/perllib.attr
961 %{_rpmlibdir}/fileattrs/pkgconfig.attr
962 %{_rpmlibdir}/fileattrs/python.attr
963 %{_rpmlibdir}/fileattrs/pythondist.attr
964 %{_rpmlibdir}/fileattrs/script.attr
965
966 %attr(755,root,root) %{_bindir}/gendiff
967 %attr(755,root,root) %{_bindir}/rpmbuild
968 %attr(755,root,root) %{_bindir}/rpmspec
969
970 %{_mandir}/man1/gendiff.1*
971 %lang(pl) %{_mandir}/pl/man1/gendiff.1*
972 %{_mandir}/man8/rpmbuild.8*
973 %lang(ja) %{_mandir}/ja/man8/rpmbuild.8*
974 %lang(pl) %{_mandir}/pl/man8/rpmbuild.8*
975 %{_mandir}/man8/rpmspec.8*
976
977 %files perlprov
978 %defattr(644,root,root,755)
979 %attr(755,root,root) %{_rpmlibdir}/perl.*
980
981 %files pythonprov
982 %defattr(644,root,root,755)
983 %attr(755,root,root) %{_rpmlibdir}/pythondistdeps.py
984
985 %if %{with python3}
986 %files -n python3-rpm
987 %defattr(644,root,root,755)
988 %dir %{py3_sitedir}/rpm
989 %attr(755,root,root) %{py3_sitedir}/rpm/*.so
990 %{py3_sitedir}/rpm/*.py
991 %{py3_sitedir}/rpm-%{version}-py*.egg-info
992 %{py3_sitedir}/rpm/__pycache__
993 %endif
994
995 %if %{with plugins}
996 %files plugin-audit
997 %defattr(644,root,root,755)
998 %attr(755,root,root) %{_libdir}/rpm-plugins/audit.so
999 %{_mandir}/man8/rpm-plugin-audit.8*
1000
1001 %files plugin-syslog
1002 %defattr(644,root,root,755)
1003 %attr(755,root,root) %{_libdir}/rpm-plugins/syslog.so
1004 %{_mandir}/man8/rpm-plugin-syslog.8*
1005
1006 %files plugin-ima
1007 %defattr(644,root,root,755)
1008 %attr(755,root,root) %{_libdir}/rpm-plugins/ima.so
1009 %{_mandir}/man8/rpm-plugin-ima.8*
1010
1011 %files plugin-prioreset
1012 %defattr(644,root,root,755)
1013 %attr(755,root,root) %{_libdir}/rpm-plugins/prioreset.so
1014 %{_mandir}/man8/rpm-plugin-prioreset.8*
1015
1016 %files plugin-selinux
1017 %defattr(644,root,root,755)
1018 %attr(755,root,root) %{_libdir}/rpm-plugins/selinux.so
1019 %{_mandir}/man8/rpm-plugin-selinux.8*
1020 %endif
1021
1022 %files sign
1023 %defattr(644,root,root,755)
1024 %attr(755,root,root) %{_bindir}/rpmsign
1025 %{_mandir}/man8/rpmsign.8*
1026
1027 %if %{with apidocs}
1028 %files apidocs
1029 %defattr(644,root,root,755)
1030 %doc doc/librpm/html/*
1031 %endif