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