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