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