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