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