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