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