]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs.spec
ab854eb7c080481d4cf181df524455cf3df060d1
[packages/e2fsprogs.git] / e2fsprogs.spec
1 #
2 #TODO:
3 # - subpackage for systemd / cron / udev files?
4 #
5
6 # Conditional build:
7 %bcond_with     allstatic       # link everything statically
8 %bcond_without  fuse            # fuse2fs program
9 %bcond_without  nls             # build without NLS
10 %bcond_without  tls             # TLS
11 %if "%{pld_release}" == "ac"
12 %bcond_with     initrd          # don't build initrd version
13 %bcond_without  uClibc          # link initrd version with static glibc instead of uClibc
14 %bcond_with     dietlibc        # link initrd version with dietlibc instead of uClibc
15 %else
16 %bcond_with     initrd          # don't build initrd version
17 %bcond_with     uClibc          # link initrd version with static glibc instead of uClibc
18 %bcond_without  dietlibc        # link initrd version with dietlibc instead of uClibc
19 %endif
20
21 %ifarch sparc64 sparc alpha ppc ppc64
22 %undefine       with_uClibc
23 %endif
24
25 # see glibc.spec
26 %ifarch i386
27 %undefine       with_tls
28 %endif
29
30 Summary:        Utilities for managing the second extended (ext2) filesystem
31 Summary(cs.UTF-8):      Nástroje pro správu souborových systémů typu ext2
32 Summary(da.UTF-8):      Værktøjer til håndtering af ext2 filsystemer
33 Summary(de.UTF-8):      Dienstprogramme zum Verwalten des Second Extended-Dateisystems (ext2)
34 Summary(es.UTF-8):      Utilidades para la gestión de un sistema de ficheros ext2
35 Summary(fr.UTF-8):      Utilitaires pour la gestion du système de fichiers ext2
36 Summary(id.UTF-8):      Utility untuk management filesystem ext2
37 Summary(is.UTF-8):      Tól til að sýsla með ext2 skráarkerfið
38 Summary(it.UTF-8):      Utility per la gestione del filesystem (ext2)
39 Summary(ja.UTF-8):      Second Extended (ext2) ファイルシステムを管理するためのユーティリティ
40 Summary(ko.UTF-8):      ext2 파일 시스템을 관리하는 유틸리티
41 Summary(nb.UTF-8):      Verktøy for håndtering av ext2 filsystemet
42 Summary(pl.UTF-8):      Narzędzia do systemu plikowego ext2
43 Summary(pt.UTF-8):      Utilitários para gerir o sistema de ficheiros ext2
44 Summary(pt_BR.UTF-8):   Ferramentas para o sistema de arquivos ext2
45 Summary(ru.UTF-8):      Утилиты управления файловой системой ext2
46 Summary(sk.UTF-8):      Pomocné programy pre správu ext2 súborového systému
47 Summary(sl.UTF-8):      Pripomočki za upravljanje datotečnega sistema ext2
48 Summary(sv.UTF-8):      Verktyg för att hantera det andra utökade (ext2) filsystemet
49 Summary(tr.UTF-8):      ext2 dosya sistemi için araçlar
50 Summary(uk.UTF-8):      Утиліти для роботи з файловою системою ext2
51 Summary(zh_CN.UTF-8):   管理第二扩展(ext2)文件系统的工具。
52 Summary(zh_TW.UTF-8):   用於管理 ext2 檔案系統的工具程式。
53 Name:           e2fsprogs
54 Version:        1.47.0
55 Release:        1
56 License:        GPL v2 (with LGPL v2 and BSD parts)
57 Group:          Applications/System
58 Source0:        https://downloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
59 # Source0-md5:  6b4f18a33873623041857b4963641ee9
60 Source2:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
61 # Source2-md5:  992a37783bd42a897232972917e8ca7d
62 Patch0:         %{name}-info.patch
63 Patch1:         %{name}-498381.patch
64 Patch2:         %{name}-diet.patch
65 URL:            http://e2fsprogs.sourceforge.net/
66 BuildRequires:  autoconf >= 2.71
67 BuildRequires:  autoconf-archive
68 BuildRequires:  automake
69 BuildRequires:  gettext-tools >= 0.11
70 BuildRequires:  libblkid-devel
71 %{?with_fuse:BuildRequires:     libfuse-devel}
72 BuildRequires:  libuuid-devel
73 BuildRequires:  pkgconfig
74 BuildRequires:  rpm >= 4.4.9-56
75 BuildRequires:  rpmbuild(macros) >= 1.644
76 BuildRequires:  texinfo
77 BuildRequires:  texinfo-texi2dvi
78 %if %{with allstatic}
79 BuildRequires:  glibc-static
80 %endif
81 %if %{with initrd}
82         %if %{with uClibc}
83 BuildRequires:  uClibc-static >= 2:0.9.29
84         %else
85                 %if %{with dietlibc}
86 BuildRequires:  dietlibc-static >= 2:0.32-9
87 BuildRequires:  libblkid-dietlibc
88 BuildRequires:  libuuid-dietlibc
89                 %else
90 BuildRequires:  glibc-static
91 BuildRequires:  libblkid-static
92 BuildRequires:  libuuid-static
93                 %endif
94         %endif
95 %endif
96 Requires(post,postun):  /sbin/ldconfig
97 Requires(post,preun,postun):    systemd-units >= 38
98 Requires:       %{name}-libs = %{version}-%{release}
99 Requires:       fsck
100 Requires:       libcom_err = %{version}-%{release}
101 Requires:       libss = %{version}-%{release}
102 Requires:       systemd-units >= 38
103 Obsoletes:      e2fsprogs-evms < 1.36
104 Obsoletes:      libext2fs2
105 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
106
107 # changing CFLAGS in the middle confuses confcache
108 %undefine       configure_cache
109
110 # objdump -T /lib/libcom_err.so.2.1 | grep ___tls_get_addr
111 # on ac it is:
112 # 00000000      D  *UND*  00000000              ___tls_get_addr
113 # on th it is:
114 # 00000000      DF *UND*  00000000  GLIBC_2.3   ___tls_get_addr
115 # yet on ac rpm-build-macros think it's unresolved symbol, but program still seem to work
116 %if "%{pld_release}" == "ac"
117 %define         skip_post_check_so      libcom_err.so.2.1
118 %endif
119
120 # for some reason known only to rpm there must be "\\|" not "\|" here
121 %define         dietarch        %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
122 %define         dietlibdir      %{_prefix}/lib/dietlibc/lib-%{dietarch}
123
124 %ifarch ppc ppc64
125 # for dietlibc
126 %define         filterout_ld    -Wl,-z,relro
127 %endif
128
129 %description
130 The e2fsprogs package contains a number of utilities for creating,
131 checking, modifying and correcting any inconsistencies in second
132 extended (ext2) filesystems. e2fsprogs contains e2fsck (used to repair
133 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
134 initialize a partition to contain an empty ext2 filesystem), debugfs
135 (used to examine the internal structure of a filesystem, to manually
136 repair a corrupted filesystem or to create test cases for e2fsck),
137 tune2fs (used to modify filesystem parameters) and most of the other
138 core ext2fs filesystem utilities.
139
140 %description -l cs.UTF-8
141 Balíček e2fsprogs obsahuje několik programů pro vytváření, kontrolu
142 úpravy a opravy nekonzistencí v systémech souborů typu ext2 (second
143 extended filesystem). Balíček obsahuje program e2fsck (na opravy
144 nekonzistencí systémů souborů, které nebyly odpojeny při vypnutí
145 systému), mke2fs (pro vytvoření prázdného systému souborů typu ext2 v
146 diskovém oddílu), debugfs (pro kontrolu interní struktury systému
147 souborů, manuální opravu poškozeného systému souborů a pro vytváření
148 testovacích případů pro e2fsck), tune2fs (pro úpravu parametrů systému
149 souborů) a většinu dalších programů pro práci se systémy souborů typu
150 ext2fs.
151
152 %description -l da.UTF-8
153 e2fsprogs-pakken indeholder diverse værktøjer for at lave,
154 kontrollere, modificere og reparere ext2-filsystemer. e2fsprogs
155 indeholder e2fsck (bruges for at reparere filsystemer efter uren
156 nedlukning af systemet), mke2fs (bruges for at initialisere en
157 partition med et tomt ext2-filsystem), debugfs (bruges for at
158 undersøge de interne strukturer i filsystemet, for manuelt at kunne
159 reparere et ødelagt filsystem eller lave testscenarier for e2fsck),
160 tune2fs (bruges for at modificere filsystem-parametre) og flere andre
161 værktøjer for at ændre og undersøge ext2-filsystemer.
162
163 %description -l de.UTF-8
164 Das Paket e2fsprogs enthält eine Reihe von Dienstprogrammen zum
165 Anlegen, Überprüfen, Ändern und Reparieren von Inkonsistenzen in
166 Second Extended-Dateisystemen (ext2). e2fsprogs enthält: e2fsck (zum
167 Korrigieren von Inkonsistenzen im Dateisystem nach einem
168 Computerabsturz), mke2fs (zum Initialisieren einer Partition mit einem
169 leeren ext2-Dateisystem), debugfs (zum Überprüfen der internen
170 Struktur eines Dateisystems, zum manuellen Reparieren eines
171 beschädigten Dateisystems oder zum Erstellen von Testfällen für
172 e2fsck), tune2fs (zum Ändern der Dateisystemparameter) und die meisten
173 anderen wichtigen Dienstprogramme für ext2fs-Dateisystemem.
174
175 %description -l es.UTF-8
176 El paquete e2fsprogs contiene varias utilidades para crear, controlar,
177 modificar y corregir las inconsistencias en un sistema de ficheros
178 ext2. e2fsprogs contiene e2fsck (resuelve el problema de
179 inconsistencia después de haber apagado el ordenador de manera
180 incorrecta), mke2fs (inicializa una nueva partición para contener un
181 sistema de ficheros ext2 vacío), debugfs (examina la estructura
182 interna de un sistema de ficheros para reparar manualmente los errores
183 presentes en un sistema de ficheros o crear casos de prueba para
184 e2fsck), tune2fs (modifica los parámetros del sistema de ficheros) y
185 la mayoría de las utilidades principales del systema de ficheros
186 ext2fs.
187
188 %description -l fr.UTF-8
189 Le paquetage e2fsprogs contient plusieurs utilitaires permettant de
190 créer, vérifier, modifier et corriger des incohérences dans des
191 systèmes de fichiers de type ext2. e2fsprogs contient e2fsck
192 (réparation d'incohérences de système de fichiers après un arrêt
193 brutal), mke2fs (initialisation d'une partition devant contenir un
194 système de fichiers ext2 vide), debugfs (examen de la structure
195 interne d'un système de fichiers afin de réparer manuellement un
196 système de fichiers corrompu ou de créer des cas de test pour e2fsck),
197 tune2fs (modification des paramètres de systèmes de fichiers) et la
198 plupart des autres utilitaires clés pour les systèmes de fichiers
199 ext2fs.
200
201 %description -l id.UTF-8
202 Package e2fsprogs berisi beberapa utility untuk membuat, cek, merubah,
203 dan memperbaiki kerusakan, pada second extended (ext2) filesystem.
204 e2fsprogs berisi e2fsck (digunakan untuk memperbaiki filesystem
205 inconsistencies yang biasanya terjadi setelah unclean shutdown),
206 mke2fs (digunakan untuk membuat filesystem ext2 yang kosong), debugfs
207 (untuk memeriksa internal structure dari filesystem, dan secara manual
208 memperbaiki corrupted filesystem atau untuk membuat test cases untuk
209 e2fsck), tune2fs (untuk merubah parameter filesystem) dan kebanyakan
210 utility untuk filesystem ext2.
211
212 %description -l is.UTF-8
213 e2fsprogs pakkinn inniheldur nokkur forrit til að búa til, skoða,
214 breyta og laga allar villur í Linux skráarkerfinu (ext2). e2fsprogs
215 inniheldur e2fsck (notað til að laga villur í skráarkerfinu eftir
216 vonda enduruppkeyrslu), mke2fs (notað til að undirbúa harða disk töflu
217 til að innihalda tómt ext2 skráarkerfi), debugfs (notað til að skoða
218 innihald tóms ext2 skráarkerfis, til að handvirkt laga ónýtt
219 skráarkerfi eða til að undirbúa tilraunir fyrir e2fsck)m tune2fs(notað
220 til að breyta skráarkerfis möguleikum) og flest önnur ext2fs
221 skráarkerfis forritum
222
223 %description -l it.UTF-8
224 Il pacchetto e2fsprogs contiene varie utility per creare, controllare,
225 modificare e correggere le inconsistenze in un filesystem ext2.
226 e2fsprogs contiene e2fsck (risolve le inconsistenze di un filesystem
227 dopo un arresto non corretto del calcolatore), mke2fs (inizializza una
228 nuova partizione per un filesystem ext2 vuoto), debugfs (esamina la
229 struttura interna di un filesystem, è usato per riparare manualmente
230 gli errori presenti in un filesystem e per creare casi di test per
231 e2fsck), tune2fs (modifica i parametri del filesystem) e molte delle
232 utility principali per il filesystem ext2fs.
233
234 %description -l ja.UTF-8
235 e2fsprogs パッケージには Second Extended (ext2) ファイルシステムの
236 作成、検査、変更を行ったり、不整合を修復するためのユーティリティが
237 数多く含まれています。e2fsprogs には e2fsck (異常終了後にファイル
238 システムの不整合を修復する)、mke2fs (パーティションを初期化して空の
239 ext2 ファイルシステムを作成する)、debugfs (ファイルシステムの内部
240 構造を検査し、破損したファイルシステムを手動で修復したり、e2fsck
241 用のテストケースを作成する)、tune2fs (ファイルシステムのパラメータ
242 を変更する) のほか、主な ext2fs ファイルシステムユーティリティの
243 ほとんどが含まれます。
244
245 %description -l nb.UTF-8
246 e2fsprogs-pakken inneholder diverse verktøy for å lage, kontrollere,
247 modifisere og reparere ext2-filsystemer. e2fsprogs inneholder e2fsck
248 (brukes for å reparere filsystemer etter uren nedkjøring av systemet),
249 mke2fs (brukes for å initialisere en partisjon med et tomt
250 ext2-filsystem), debugfs (brukes for å undersøke de interne
251 strukturene i filsystemet, for manuelt å kunne reparere et ødelagt
252 filsystem eller lage testscenarier for e2fsck), tune2fs (brukes for å
253 modifisere filsystem-parametre) og flere andre verktøy for å endre og
254 undersøke ext2-filsystemer.
255
256 %description -l pl.UTF-8
257 Pakiet ten zawiera narzędzia do tworzenia, sprawdzania i naprawiania
258 wolumenów dyskowych z systemem plikowym ext2. e2fsprogs zawiera e2fsck
259 (używany do naprawiania niespójności w systemie plikowym po
260 niepoprawnym zamknięciu systemu), mke2fs (używany do inicjacji
261 wolumenów ext2), debugfs (używany do sprawdzania wewnętrznej struktury
262 wolumenów ext2, a także do ręcznego naprawiania błędów), tune2fs
263 (używany do modyfikacji parametrów wolumenów ext2) i kilka innych
264 narzędzi do ext2.
265
266 %description -l pt.UTF-8
267 O pacote e2fsprogs contém uma quantidade de utilitários para criar,
268 verificar, modificar e corrigir algumas inconsistências no sistema de
269 ficheiros ext2. O e2fsprogs contém o e2fsck (usado para reparar as
270 inconsistências do sistema de ficheiros depois duma terminação
271 forçada), o mke2fs (usado para inicializar uma partição para esta
272 conter um sistema de ficheiros ext2 vazio), o debugfs (usado para
273 examinar a estrutura interna dum sistema de ficheiros, para reparar
274 manualmente um sistema de ficheiros corrompido ou para criar situações
275 de teste para o e2fsck), o tune2fs (usado para modificar os parâmetros
276 do sistema de ficheiros) e a maioria dos outros utilitários de base do
277 sistema de ficheiros ext2.
278
279 %description -l pt_BR.UTF-8
280 Este pacote inclui vários utilitários para criação, checagem e reparo
281 de sistema de arquivos ext2.
282
283 %description -l ru.UTF-8
284 Пакет e2fsprogs содержит утилиты для создания, проверки, изменения и
285 корректировки внутреннего состояния файловой системы ext2. e2fsprogs
286 содержит e2fsck (для восстановления файловой структуры после
287 некорректного завершения работы), mke2fs (для инициализации раздела
288 при создании пустой файловой системы ext2), debugfs (просмотр
289 внутренней структуры файловой системы для ручного восстановления
290 поврежденной файловой системы или создания тестовых ситуаций для
291 e2fsck), tune2fs (для изменения параметров файловой системы) и
292 множество других утилит для файловой системы ext2.
293
294 %description -l sk.UTF-8
295 Balík e2fsprogs obsahuje niekoľko programov pre vytváranie, kontrolu,
296 zmenu a opravu nekonzistencií na ext2 súborovom systéme. e2fsprogs
297 obsahuje e2fsck (pre opravu nekonzistentných údajov na súborovom
298 systéme po nečistom ukončení), mke2fs (pre vytvorenie prázdneho
299 súborového systému na diskovom oddieli), debugfs (pre skúmanie
300 vnútorných štruktúr súborového systému, jeho ručnú opravu alebo pre
301 vytvorenie testovacích prípadov pre e2fsck), tune2fs (pre modifikáciu
302 parametrov súborového systému) a väčšinu ďalších základných pomôcok
303 pre prácu s ext2fs.
304
305 %description -l sv.UTF-8
306 Paketet e2fsprogs innehåller ett antal verktyg för att skapa,
307 kontrollera, modifiera och rätta felaktigheter i det andra utökade
308 (ext2) filsystemet. e2fsprogs innehåller e2fsck (används för att
309 reparera felaktigheter efter en oren avstängning), mke2fs (används för
310 att initiera en partition att innehålla ett tomt ext2-filsystem),
311 debugfs (används för att undersöka den interna strukturen i ett
312 filsystem, manuellt reparera trasiga filsystem eller skapa testfall
313 för e2fsck), tune2fs (används för att modifiera filsystemparametrar)
314 och de flesta andra basverktygen för filsystemet ext2fs.
315
316 %description -l tr.UTF-8
317 Bu paket, ext2 dosya sistemlerini yaratmak, onarmak, kontrol etmek ve
318 bazı parametrelerini değiştirmek için gerekli yazılımları içerir.
319
320 %description -l uk.UTF-8
321 Пакет e2fsprogs містить набір утиліт для створення, перевірки,
322 модифікації та виправлення будь-яких помилок у файловій системі ext2.
323 e2fsprogs містить e2fsck (використовується для виправлення помилок
324 після "брудної" зупинки машини), mke2fs (для ініциалізації розділу та
325 створення порожньої файлової системи ext2), debugfs (для вивчення
326 внутрішньої структури файлової системи, ручного ремонту пошкодженої
327 файлової системи або для створення тестів для e2fsck), tune2fs (для
328 модифікації параметрів файлової системи) та більшість інших базових
329 утиліт для ext2fs.
330
331 %description -l zh_CN.UTF-8
332 e2fsprogs 软件包包含一些实用程序,用于创建、检查、 修改和纠正辅助扩展
333 (ext2) 文件系统中的任何不统一之处。 e2fsprogs 包含
334 e2fsck(用于在非正常关机后修复文件系统的不统一之处)、
335 mke2fs(用于将分区初始化为包含空白ext2 文件系统)、
336 debugfs(用于检查文件系统的内部结构、手动修复被破坏的文件系统或为e2fsck
337 创建测试范例)、 tune2fs(用于修改文件系统参数)和其它大多数核心
338 ext2fs 文件系统实用程序。
339
340 %package fuse
341 Summary:        FUSE file system client for ext2/ext3/ext4 file systems
342 Summary(pl.UTF-8):      Klient systemu plików FUSE dla systemów plików ext2/ext3/ext4
343 Group:          Applications/System
344 Requires:       %{name}-libs = %{version}-%{release}
345 Requires:       libfuse-tools
346 Requires:       libcom_err = %{version}-%{release}
347
348 %description fuse
349 FUSE file system client for ext2/ext3/ext4 file systems.
350
351 %description fuse -l pl.UTF-8
352 Klient systemu plików FUSE dla systemów plików ext2/ext3/ext4.
353
354 %package libs
355 Summary:        ext2 filesystem-specific libraries
356 Summary(pl.UTF-8):      Biblioteki dla systemu plików ext2
357 Group:          Libraries
358 Requires:       libcom_err = %{version}-%{release}
359 Conflicts:      e2fsprogs < 1.40.6-3
360 Conflicts:      fsck < 1.40.6-3
361
362 %description libs
363 ext2 filesystem-specific libraries.
364
365 %description libs -l pl.UTF-8
366 Biblioteki dla systemu plików ext2.
367
368 %package devel
369 Summary:        ext2 filesystem-specific libraries and headers
370 Summary(cs.UTF-8):      Knihovny a hlavičkové soubory pro systém souborů ext2
371 Summary(da.UTF-8):      ext2 filsystemsspecifikke biblioteker og headerfiler
372 Summary(de.UTF-8):      Bibliotheken und Header-Dateien für ext2-Dateisysteme
373 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para e2fs
374 Summary(fr.UTF-8):      Bibliothèques et en-têtes spécifiques au système de fichiers ext2
375 Summary(id.UTF-8):      Library dan file header untuk e2fsprogs
376 Summary(is.UTF-8):      Aðgerðasöfn og hausaskrár fyrir ext2 skráarkerfið
377 Summary(it.UTF-8):      Librerie e file header specifici per il filesystem ext2
378 Summary(ja.UTF-8):      ext2 ファイルシステムに固有の静的ライブラリとヘッダー
379 Summary(ko.UTF-8):      ext2 파일시스템-지정 정적 라이브러리와 헤더들
380 Summary(nb.UTF-8):      ext2 filsystemspesifikke bibliotek og headerfiler
381 Summary(pl.UTF-8):      Pliki nagłówkowe do bibliotek e2fs
382 Summary(pt.UTF-8):      Bibliotecas e ficheiros de inclusão específicos do sistema de ficheiros ext2
383 Summary(pt_BR.UTF-8):   Bibliotecas e arquivos de inclusão para e2fs
384 Summary(ru.UTF-8):      Библиотеки и файлы заголовков для разработки программ, использующих ext2
385 Summary(sk.UTF-8):      Knižnice a hlavičkové súbory pre ext2-špecifické programy
386 Summary(sl.UTF-8):      Knjižnice in glave, specifične datotečnemu sistemu ext2
387 Summary(sv.UTF-8):      ext2 filsystemspecifika bibliotek och huvuden
388 Summary(uk.UTF-8):      Бібліотки програміста та хедери для роботи з ext2fs
389 Summary(zh_CN.UTF-8):   ext2 文件系统特有的静态库和头文件。
390 Summary(zh_TW.UTF-8):   ext2 檔案系統特定的靜態函式庫與表頭。
391 Group:          Development/Libraries
392 %if %{without allstatic}
393 Requires:       %{name}-libs = %{version}-%{release}
394 %endif
395 Requires:       libcom_err-devel = %{version}-%{release}
396 Requires:       libuuid-devel
397 Obsoletes:      libext2fs2-devel
398 # until it comes back
399 Obsoletes:      libquota-devel < 1.42.12
400
401 %description devel
402 e2fsprogs-devel contains the libraries and header files needed to
403 develop second extended (ext2) filesystem-specific programs.
404
405 %description devel -l cs.UTF-8
406 Balíček e2fsprogs-devel obsahuje knihovny a hlavičkové soubory
407 potřebné pro vývoj programů pracujících se systémem souborů ext2
408 (second extended fs).
409
410 %description devel -l da.UTF-8
411 e2fsprogs-devel indeholder de headerfiler og biblioteker man behøver
412 for at udvikle programmer specielt rettet mod ext2-filsystemer.
413
414 %description devel -l de.UTF-8
415 Das Paket e2fsprogs-devel enthält die Bibliotheken und Header-Dateien,
416 die für die Entwicklung von Programmen für das Second
417 Extended-Dateisystem (ext2) erforderlich sind.
418
419 %description devel -l es.UTF-8
420 e2fsprogs-devel contiene las bibliotecas y los ficheros de cabecera
421 necesarios para desarrollar programas específicos para el sistema de
422 ficheros ext2.
423
424 %description devel -l fr.UTF-8
425 e2fsprogs-devel contient les bibliothèques et fichiers d'en-tête
426 nécessaires au développement de programmes spécifiques au système de
427 fichiers ext2.
428
429 %description devel -l id.UTF-8
430 e2fsprogs-devel berisi library dan file header yang dibutuhkan untuk
431 develop program yang berkaitan dengan filesystem ext2.
432
433 %description devel -l is.UTF-8
434 e2fsprogs-devel inniheldur library og header skrár sem þarf til að búa
435 til (ext2) skráarsafns forrit
436
437 %description devel -l it.UTF-8
438 e2fsprogs-devel contiene le librerie e i file header necessari per
439 sviluppare programmi specifici per il filesystem ext2.
440
441 %description devel -l ja.UTF-8
442 e2fspgrogs-devel には、Second Extended (ext2) ファイルシステムに固有
443 のプログラムを開発するために必要なライブラリとヘッダーファイルが含まれ
444 ています。
445
446 %description devel -l nb.UTF-8
447 e2fsprogs-devel inneholder de headerfiler og bibliotek man trenger for
448 å utvikle programmer spesielt rettet mot ext2-filsystemer.
449
450 %description devel -l pl.UTF-8
451 Pliki nagłówkowe i dokumentacja niezbędne do tworzenia programów
452 obsługujących e2fs.
453
454 %description devel -l pt.UTF-8
455 O pacote e2fsprogs-devel contém as bibliotecas e ficheiros de inclusão
456 necessários para desenvolver programas específicos do sistema de
457 ficheiros ext2.
458
459 %description devel -l pt_BR.UTF-8
460 Bibliotecas e arquivos de inclusão para desenvolvimento de programas
461 específicos para sistema de arquivo ext2.
462
463 %description devel -l ru.UTF-8
464 e2fsprogs-devel содержит статические библиотеки и файлы заголовков,
465 необходимые при разработке программ, использующих файловую систему
466 ext2.
467
468 %description devel -l sk.UTF-8
469 e2fsprogs-devel obsahuje knižnice a hlavičkové súbory potrebné pre
470 vývoj programov pre ext2 súborový systém.
471
472 %description devel -l sv.UTF-8
473 e2fsprogs-devel innehåller bibliotek och huvudfiler som behövs för att
474 utveckla filsystemsspecifika program för det andra utökade (ext2)
475 filsystemet.
476
477 %description devel -l uk.UTF-8
478 e2fsprogs-devel містить бібліотеки та хедери, необхідні для написання
479 програм, які працюють з файловою системою ext2.
480
481 %description devel -l zh_CN.UTF-8
482 e2fsprogs-devel 包含开发辅助扩展 (ext2)
483 文件系统专用程序所需的程序库和头文件。
484
485 %package static
486 Summary:        ext2 filesystem-specific static libraries
487 Summary(cs.UTF-8):      Statické knihovny pro systém souborů ext2
488 Summary(da.UTF-8):      ext2 filsystemsspecifikke statiske biblioteker
489 Summary(de.UTF-8):      Statische Bibliotheken für ext2-Dateisysteme
490 Summary(es.UTF-8):      Bibliotecas estaticas para e2fs
491 Summary(fr.UTF-8):      Bibliothèques statiques spécifiques au système de fichiers ext2
492 Summary(it.UTF-8):      Librerie statiche specifici per il filesystem ext2
493 Summary(nb.UTF-8):      ext2 filsystemspesifikke statiske bibliotek
494 Summary(pl.UTF-8):      Biblioteki statyczne do obsługi systemu plików ext2
495 Summary(pt.UTF-8):      Bibliotecas estaticas específicos do sistema de ficheiros ext2
496 Summary(pt_BR.UTF-8):   Bibliotecas estaticas para e2fs
497 Summary(ru.UTF-8):      Статические библиотеки для разработки программ, использующих ext2
498 Summary(sk.UTF-8):      Statické knižnice a hlavičkové súbory pre ext2-špecifické programy
499 Summary(sv.UTF-8):      ext2 filsystemspecifika statiska bibliotek
500 Summary(uk.UTF-8):      Статичні бібліотки програміста для роботи з ext2fs
501 Group:          Development/Libraries
502 Requires:       %{name}-devel = %{version}-%{release}
503
504 %description static
505 Static libraries needed to develop ext2 filesystem-specific programs
506 statically linked with e2progs libs.
507
508 %description static -l de.UTF-8
509 Libraries zur Entwicklung von ext2-Dateisystemspezifischen Programmen
510 erforderlich sind.
511
512 %description static -l es.UTF-8
513 Bibliotecas estaticas para desarrollo de programas específicos para
514 sistema de archivo ext2.
515
516 %description static -l pl.UTF-8
517 Biblioteki statyczne do obsługi e2fs niezbędne do kompilacji programów
518 statycznie skonsolidowanych (linkowanych) z bibliotekami do e2fs.
519
520 %description static -l pt_BR.UTF-8
521 Bibliotecas estaticas para desenvolvimento de programas específicos
522 para sistema de arquivo ext2.
523
524 %description static -l ru.UTF-8
525 e2fsprogs-devel-static содержит статические библиотеки, необходимые
526 для написания программ, работающих с файловой системой ext2.
527
528 %description static -l uk.UTF-8
529 e2fsprogs-devel-static містить статичні бібліотеки, необхідні для
530 написання програм, які працюють з файловою системою ext2.
531
532 %package -n libcom_err
533 Summary:        A Common Error Description Library for unices
534 Summary(pl.UTF-8):      Biblioteka opisu popularnych błędów dla uniksów
535 Group:          Libraries
536 Conflicts:      e2fsprogs < 1.34-3
537
538 %description -n libcom_err
539 A Common Error Description Library for unices.
540
541 %description -n libcom_err -l pl.UTF-8
542 Biblioteka opisu popularnych błędów dla uniksów.
543
544 %package -n libcom_err-devel
545 Summary:        Development files for Common Error Description Library for unices
546 Summary(pl.UTF-8):      Pliki dla programistów do biblioteki opisu popularnych błędów dla uniksów
547 Group:          Development/Libraries
548 Requires:       libcom_err = %{version}-%{release}
549 Conflicts:      e2fsprogs-devel < 1.34-3
550
551 %description -n libcom_err-devel
552 A Common Error Description Library for unices - development files.
553
554 %description -n libcom_err-devel -l pl.UTF-8
555 Biblioteka opisu popularnych błędów dla uniksów - pliki dla
556 programistów.
557
558 %package -n libcom_err-static
559 Summary:        Static version of Common Error Description Library for unices
560 Summary(pl.UTF-8):      Statyczna biblioteka opisu popularnych błędów dla uniksów
561 Group:          Development/Libraries
562 Requires:       libcom_err-devel = %{version}-%{release}
563 Conflicts:      e2fsprogs-static < 1.34-3
564
565 %description -n libcom_err-static
566 A Common Error Description Library for unices - static version.
567
568 %description -n libcom_err-static -l pl.UTF-8
569 Biblioteka opisu popularnych błędów dla uniksów - wersja statyczna.
570
571 %package -n libss
572 Summary:        Subsystem command parsing library
573 Summary(pl.UTF-8):      Biblioteka analizy poleceń podsystemów
574 Group:          Libraries
575 Requires:       libcom_err = %{version}-%{release}
576 Conflicts:      e2fsprogs < 1.34-3
577 Conflicts:      e2fsprogs-libs < 1.41.11-2
578
579 %description -n libss
580 Subsystem command parsing library.
581
582 %description -n libss -l pl.UTF-8
583 Biblioteka analizy poleceń podsystemów.
584
585 %package -n libss-devel
586 Summary:        Development files for subsystem command parsing library
587 Summary(pl.UTF-8):      Pliki dla programistów do biblioteki analizy poleceń podsystemów
588 Group:          Development/Libraries
589 Requires:       libcom_err-devel = %{version}-%{release}
590 Requires:       libss = %{version}-%{release}
591 Conflicts:      e2fsprogs < 1.41.11-2
592 Conflicts:      e2fsprogs-devel < 1.41.11-2
593
594 %description -n libss-devel
595 Development files for subsystem command parsing library, including
596 header files and mk_cmds utility.
597
598 %description -n libss-devel -l pl.UTF-8
599 Biblioteka opisu popularPliki dla programistów do biblioteki analizy
600 poleceń podsystemów - w tym pliki nagłówkowe i narzędzie mk_cmds.
601
602 %package -n libss-static
603 Summary:        Static version of subsystem command parsing library
604 Summary(pl.UTF-8):      Statyczna wersja biblioteki analizy poleceń podsystemów
605 Group:          Development/Libraries
606 Requires:       libss-devel = %{version}-%{release}
607 Conflicts:      e2fsprogs-static < 1.41.11-2
608
609 %description -n libss-static
610 Static version of subsystem command parsing library.
611
612 %description -n libss-static -l pl.UTF-8
613 Statyczna wersja biblioteki analizy poleceń podsystemów.
614
615 %package -n libquota-devel
616 Summary:        Quota management library
617 Summary(pl.UTF-8):      Biblioteka do zarządzania limitami dyskowymi (quotami)
618 Group:          Development/Libraries
619
620 %description -n libquota-devel
621 Quota management library.
622
623 %description -n libquota-devel -l pl.UTF-8
624 Biblioteka do zarządzania limitami dyskowymi (quotami).
625
626 %package initrd
627 Summary:        e2fsck and mke2fs - initrd version
628 Summary(pl.UTF-8):      e2fsck i mke2fs - wersja dla initrd
629 Group:          Base
630 Conflicts:      geninitrd < 10000.10
631
632 %description initrd
633 This package includes a e2fsck and mke2fs utilities staticaly linked
634 for initrd.
635
636 %description initrd -l pl.UTF-8
637 Pakiet ten zawiera narzędzia e2fsck i mke2fs statycznie skonsolidowane
638 na potrzeby initrd.
639
640 %prep
641 %setup -q
642 %patch0 -p1
643 %patch1 -p1
644 %patch2 -p1
645
646 %build
647 cp -f /usr/share/automake/config.sub .
648 %{__aclocal}
649 %{__autoconf}
650
651 %if %{with initrd}
652 %configure \
653         ac_cv_lib_dl_dlopen=no \
654         %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
655         %{?with_dietlibc:CC="diet %{__cc}"} \
656         CFLAGS="%{rpmcflags} -Os" \
657         LDFLAGS="%{rpmldflags} -static" \
658         --disable-elf-shlibs \
659         --disable-fsck \
660         --disable-fuse2fs \
661         --disable-libblkid \
662         --disable-libuuid \
663         --disable-nls \
664         --disable-testio-debug \
665         --disable-e2initrd-helper \
666         --disable-threads \
667         --disable-tls \
668         --disable-uuidd
669
670 %{__make} libs \
671         V=1
672 %{__make} progs \
673         V=1
674 mv -f misc/mke2fs initrd-mke2fs
675 %{__make} clean
676 %endif
677
678 %configure \
679         --with-root-prefix="" \
680         --disable-fsck \
681         %{!?with_fuse:--disable-fuse2fs} \
682         --disable-libblkid \
683         --disable-libuuid \
684         %{!?with_nls:--disable-nls} \
685         %{!?with_tls:--disable-tls} \
686         --disable-rpath \
687         --disable-uuidd \
688         %{!?with_allstatic:--enable-elf-shlibs}
689
690 %{__make} libs \
691         LDFLAGS="%{rpmldflags}" \
692         V=1
693 %{__make} progs docs \
694         LDFLAGS="%{rpmldflags}" \
695         V=1
696
697 %install
698 rm -rf $RPM_BUILD_ROOT
699 %{?with_dietlibc:install -d $RPM_BUILD_ROOT%{dietlibdir}}
700 export PATH=/sbin:$PATH
701
702 %{__make} -j1 install install-libs \
703         root_libdir=/%{_lib} \
704         mkinstalldirs='install -d' \
705         LDCONFIG=true \
706         DESTDIR=$RPM_BUILD_ROOT
707
708 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext2
709 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext3
710 ln -sf mke2fs $RPM_BUILD_ROOT/sbin/mkfs.ext2
711
712 touch $RPM_BUILD_ROOT%{_sysconfdir}/e2fsck.conf
713
714 bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
715
716 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/{mkfs,fsck}.ext{2,3,4}.8*
717 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext2.8
718 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext3.8
719 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext4.8
720 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext2.8
721 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext3.8
722 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext4.8
723 # missing in non-english-man-pages tarball
724 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext3.8
725 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext4.8
726 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext3.8
727 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext4.8
728 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext3.8
729 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext4.8
730 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/fsck.ext4.8
731 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/mkfs.ext4.8
732 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext3.8
733 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext4.8
734 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext3.8
735 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext4.8
736 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/fsck.ext4.8
737 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext3.8
738 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext4.8
739 # moved to util-linux-ng.spec
740 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man1/uuidgen.1
741 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man3/libuuid.3
742 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man3/uuid_*.3
743 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/findfs.8
744 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/fsck.8
745
746 %if %{with nls}
747 [ "`file $RPM_BUILD_ROOT%{_datadir}/locale/it/LC_MESSAGES/e2fsprogs.mo |\
748         sed -e 's/.*,//' -e 's/message.*//'`" -le 1 ] && rm -f $f
749 %find_lang %{name}
750 %endif
751
752 %{__rm} $RPM_BUILD_ROOT/sbin/logsave
753 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/logsave.8*
754 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.e2fsprogs-non-english-man-pages
755
756 %if %{with initrd}
757 install -d $RPM_BUILD_ROOT%{_libdir}/initrd
758 install -p initrd-mke2fs $RPM_BUILD_ROOT%{_libdir}/initrd/mke2fs
759 %endif
760
761 %clean
762 rm -rf $RPM_BUILD_ROOT
763
764 %post
765 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} > /dev/null 2>&1
766 %systemd_post e2scrub_all.service
767
768 %preun
769 %systemd_preun e2scrub_all.service
770
771 %postun
772 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} > /dev/null 2>&1
773 %systemd_reload
774
775 %post   libs -p /sbin/ldconfig
776 %postun libs -p /sbin/ldconfig
777
778 %post   devel -p /sbin/postshell
779 -/usr/sbin/fix-info-dir -c %{_infodir}
780
781 %postun devel -p /sbin/postshell
782 -/usr/sbin/fix-info-dir -c %{_infodir}
783
784 %post   -n libcom_err -p /sbin/ldconfig
785 %postun -n libcom_err -p /sbin/ldconfig
786
787 %post   -n libss -p /sbin/ldconfig
788 %postun -n libss -p /sbin/ldconfig
789
790 %files %{?with_nls:-f %{name}.lang}
791 %defattr(644,root,root,755)
792 %doc NOTICE README RELEASE-NOTES
793 %attr(755,root,root) /sbin/badblocks
794 %attr(755,root,root) /sbin/debugfs
795 %attr(755,root,root) /sbin/dumpe2fs
796 %attr(755,root,root) /sbin/e2fsck
797 %attr(755,root,root) /sbin/e2image
798 %attr(755,root,root) /sbin/e2label
799 %attr(755,root,root) /sbin/e2mmpstatus
800 %attr(755,root,root) /sbin/e2scrub
801 %attr(755,root,root) /sbin/e2scrub_all
802 %attr(755,root,root) /sbin/e2undo
803 %attr(755,root,root) /sbin/fsck.ext2
804 %attr(755,root,root) /sbin/fsck.ext3
805 %attr(755,root,root) /sbin/fsck.ext4
806 %attr(755,root,root) /sbin/mke2fs
807 %attr(755,root,root) /sbin/mkfs.ext2
808 %attr(755,root,root) /sbin/mkfs.ext3
809 %attr(755,root,root) /sbin/mkfs.ext4
810 %attr(755,root,root) /sbin/resize2fs
811 %attr(755,root,root) /sbin/tune2fs
812 %attr(755,root,root) %{_bindir}/chattr
813 %attr(755,root,root) %{_bindir}/lsattr
814 %attr(755,root,root) %{_sbindir}/e2freefrag
815 %attr(755,root,root) %{_sbindir}/e4crypt
816 %attr(755,root,root) %{_sbindir}/e4defrag
817 %attr(755,root,root) %{_sbindir}/filefrag
818 %attr(755,root,root) %{_sbindir}/mklost+found
819 %attr(755,root,root) %{_libdir}/e2initrd_helper
820 %dir %{_libdir}/e2fsprogs
821 %attr(755,root,root) %{_libdir}/e2fsprogs/e2scrub_all_cron
822 %attr(755,root,root) %{_libdir}/e2fsprogs/e2scrub_fail
823 %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/e2scrub_all
824 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2fsck.conf
825 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2scrub.conf
826 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mke2fs.conf
827 %{systemdunitdir}/e2scrub@.service
828 %{systemdunitdir}/e2scrub_all.service
829 %{systemdunitdir}/e2scrub_all.timer
830 %{systemdunitdir}/e2scrub_fail@.service
831 %{systemdunitdir}/e2scrub_reap.service
832 /lib/udev/rules.d/96-e2scrub.rules
833 %{_mandir}/man1/chattr.1*
834 %{_mandir}/man1/lsattr.1*
835 %{_mandir}/man5/e2fsck.conf.5*
836 %{_mandir}/man5/ext2.5*
837 %{_mandir}/man5/ext3.5*
838 %{_mandir}/man5/ext4.5*
839 %{_mandir}/man5/mke2fs.conf.5*
840 %{_mandir}/man8/badblocks.8*
841 %{_mandir}/man8/debugfs.8*
842 %{_mandir}/man8/dumpe2fs.8*
843 %{_mandir}/man8/e2freefrag.8*
844 %{_mandir}/man8/e2fsck.8*
845 %{_mandir}/man8/e2image.8*
846 %{_mandir}/man8/e2label.8*
847 %{_mandir}/man8/e2mmpstatus.8*
848 %{_mandir}/man8/e2scrub.8*
849 %{_mandir}/man8/e2scrub_all.8*
850 %{_mandir}/man8/e2undo.8*
851 %{_mandir}/man8/e4crypt.8*
852 %{_mandir}/man8/e4defrag.8*
853 %{_mandir}/man8/filefrag.8*
854 %{_mandir}/man8/fsck.ext2.8*
855 %{_mandir}/man8/fsck.ext3.8*
856 %{_mandir}/man8/fsck.ext4.8*
857 %{_mandir}/man8/mke2fs.8*
858 %{_mandir}/man8/mkfs.ext2.8*
859 %{_mandir}/man8/mkfs.ext3.8*
860 %{_mandir}/man8/mkfs.ext4.8*
861 %{_mandir}/man8/mklost+found.8*
862 %{_mandir}/man8/resize2fs.8*
863 %{_mandir}/man8/tune2fs.8*
864 %lang(fi) %{_mandir}/fi/man1/chattr.1*
865 %lang(fi) %{_mandir}/fi/man1/lsattr.1*
866 %lang(fr) %{_mandir}/fr/man1/lsattr.1*
867 %lang(fr) %{_mandir}/fr/man8/badblocks.8*
868 %lang(fr) %{_mandir}/fr/man8/dumpe2fs.8*
869 %lang(fr) %{_mandir}/fr/man8/e2label.8*
870 %lang(fr) %{_mandir}/fr/man8/mklost+found.8*
871 %lang(hu) %{_mandir}/hu/man1/chattr.1*
872 %lang(hu) %{_mandir}/hu/man1/lsattr.1*
873 %lang(hu) %{_mandir}/hu/man8/dumpe2fs.8*
874 %lang(hu) %{_mandir}/hu/man8/e2fsck.8*
875 %lang(hu) %{_mandir}/hu/man8/fsck.ext2.8*
876 %lang(hu) %{_mandir}/hu/man8/fsck.ext3.8*
877 %lang(hu) %{_mandir}/hu/man8/fsck.ext4.8*
878 %lang(hu) %{_mandir}/hu/man8/tune2fs.8*
879 %lang(it) %{_mandir}/it/man1/chattr.1*
880 %lang(it) %{_mandir}/it/man1/lsattr.1*
881 %lang(it) %{_mandir}/it/man8/badblocks.8*
882 %lang(it) %{_mandir}/it/man8/debugfs.8*
883 %lang(it) %{_mandir}/it/man8/dumpe2fs.8*
884 %lang(it) %{_mandir}/it/man8/e2fsck.8*
885 %lang(it) %{_mandir}/it/man8/fsck.ext2.8*
886 %lang(it) %{_mandir}/it/man8/fsck.ext3.8*
887 %lang(it) %{_mandir}/it/man8/fsck.ext4.8*
888 %lang(it) %{_mandir}/it/man8/mke2fs.8*
889 %lang(it) %{_mandir}/it/man8/mkfs.ext2.8*
890 %lang(it) %{_mandir}/it/man8/mkfs.ext3.8*
891 %lang(it) %{_mandir}/it/man8/mkfs.ext4.8*
892 %lang(it) %{_mandir}/it/man8/mklost+found.8*
893 %lang(it) %{_mandir}/it/man8/tune2fs.8*
894 %lang(ja) %{_mandir}/ja/man1/chattr.1*
895 %lang(ja) %{_mandir}/ja/man1/lsattr.1*
896 %lang(ja) %{_mandir}/ja/man8/badblocks.8*
897 %lang(ja) %{_mandir}/ja/man8/debugfs.8*
898 %lang(ja) %{_mandir}/ja/man8/dumpe2fs.8*
899 %lang(ja) %{_mandir}/ja/man8/e2fsck.8*
900 %lang(ja) %{_mandir}/ja/man8/e2image.8*
901 %lang(ja) %{_mandir}/ja/man8/e2label.8*
902 %lang(ja) %{_mandir}/ja/man8/fsck.ext2.8*
903 %lang(ja) %{_mandir}/ja/man8/fsck.ext3.8*
904 %lang(ja) %{_mandir}/ja/man8/fsck.ext4.8*
905 %lang(ja) %{_mandir}/ja/man8/mke2fs.8*
906 %lang(ja) %{_mandir}/ja/man8/mkfs.ext2.8*
907 %lang(ja) %{_mandir}/ja/man8/mkfs.ext3.8*
908 %lang(ja) %{_mandir}/ja/man8/mkfs.ext4.8*
909 %lang(ja) %{_mandir}/ja/man8/mklost+found.8*
910 %lang(ja) %{_mandir}/ja/man8/resize2fs.8*
911 %lang(ja) %{_mandir}/ja/man8/tune2fs.8*
912 %lang(ko) %{_mandir}/ko/man1/chattr.1*
913 %lang(ko) %{_mandir}/ko/man1/lsattr.1*
914 %lang(ko) %{_mandir}/ko/man8/badblocks.8*
915 %lang(ko) %{_mandir}/ko/man8/debugfs.8*
916 %lang(ko) %{_mandir}/ko/man8/dumpe2fs.8*
917 %lang(ko) %{_mandir}/ko/man8/e2fsck.8*
918 %lang(ko) %{_mandir}/ko/man8/fsck.ext2.8*
919 %lang(ko) %{_mandir}/ko/man8/fsck.ext3.8*
920 %lang(ko) %{_mandir}/ko/man8/fsck.ext4.8*
921 %lang(ko) %{_mandir}/ko/man8/mke2fs.8*
922 %lang(ko) %{_mandir}/ko/man8/mkfs.ext2.8*
923 %lang(ko) %{_mandir}/ko/man8/mkfs.ext3.8*
924 %lang(ko) %{_mandir}/ko/man8/mkfs.ext4.8*
925 %lang(ko) %{_mandir}/ko/man8/mklost+found.8*
926 %lang(ko) %{_mandir}/ko/man8/tune2fs.8*
927 %lang(pl) %{_mandir}/pl/man1/chattr.1*
928 %lang(pl) %{_mandir}/pl/man1/lsattr.1*
929 %lang(pl) %{_mandir}/pl/man8/badblocks.8*
930 %lang(pl) %{_mandir}/pl/man8/debugfs.8*
931 %lang(pl) %{_mandir}/pl/man8/dumpe2fs.8*
932 %lang(pl) %{_mandir}/pl/man8/e2fsck.8*
933 %lang(pl) %{_mandir}/pl/man8/e2label.8*
934 %lang(pl) %{_mandir}/pl/man8/fsck.ext2.8*
935 %lang(pl) %{_mandir}/pl/man8/fsck.ext3.8*
936 %lang(pl) %{_mandir}/pl/man8/fsck.ext4.8*
937 %lang(pl) %{_mandir}/pl/man8/mke2fs.8*
938 %lang(pl) %{_mandir}/pl/man8/mkfs.ext2.8*
939 %lang(pl) %{_mandir}/pl/man8/mkfs.ext3.8*
940 %lang(pl) %{_mandir}/pl/man8/mkfs.ext4.8*
941 %lang(pl) %{_mandir}/pl/man8/mklost+found.8*
942 %lang(pl) %{_mandir}/pl/man8/tune2fs.8*
943
944 %if %{with fuse}
945 %files fuse
946 %defattr(644,root,root,755)
947 %attr(755,root,root) %{_bindir}/fuse2fs
948 %{_mandir}/man1/fuse2fs.1*
949 %endif
950
951 %if %{without allstatic}
952 %files libs
953 %defattr(644,root,root,755)
954 %attr(755,root,root) /%{_lib}/libe2p.so.*.*
955 %attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
956 %attr(755,root,root) /%{_lib}/libext2fs.so.*.*
957 %attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
958 %endif
959
960 %files devel
961 %defattr(644,root,root,755)
962 %if %{without allstatic}
963 %attr(755,root,root) %{_libdir}/libe2p.so
964 %attr(755,root,root) %{_libdir}/libext2fs.so
965 %endif
966 %{_includedir}/e2p
967 %{_includedir}/ext2fs
968 %{_pkgconfigdir}/e2p.pc
969 %{_pkgconfigdir}/ext2fs.pc
970 %{_infodir}/libext2fs.info*
971
972 %files static
973 %defattr(644,root,root,755)
974 %{_libdir}/libe2p.a
975 %{_libdir}/libext2fs.a
976
977 %files -n libcom_err
978 %defattr(644,root,root,755)
979 %if %{without allstatic}
980 %attr(755,root,root) /%{_lib}/libcom_err.so.*.*
981 %attr(755,root,root) %ghost /%{_lib}/libcom_err.so.2
982 %endif
983
984 %files -n libcom_err-devel
985 %defattr(644,root,root,755)
986 %attr(755,root,root) %{_bindir}/compile_et
987 %{!?with_allstatic:%attr(755,root,root) %{_libdir}/libcom_err.so}
988 %{_includedir}/com_err.h
989 %{_includedir}/et
990 %{_datadir}/et
991 %{_pkgconfigdir}/com_err.pc
992 %{_mandir}/man1/compile_et.1*
993 %lang(ja) %{_mandir}/ja/man1/compile_et.1*
994 %{_mandir}/man3/com_err.3*
995 %lang(ja) %{_mandir}/ja/man3/com_err.3*
996
997 %files -n libcom_err-static
998 %defattr(644,root,root,755)
999 %{_libdir}/libcom_err.a
1000
1001 %if %{without allstatic}
1002 %files -n libss
1003 %defattr(644,root,root,755)
1004 %attr(755,root,root) /%{_lib}/libss.so.*.*
1005 %attr(755,root,root) %ghost /%{_lib}/libss.so.2
1006 %endif
1007
1008 %files -n libss-devel
1009 %defattr(644,root,root,755)
1010 %attr(755,root,root) %{_bindir}/mk_cmds
1011 %if %{without allstatic}
1012 %attr(755,root,root) %{_libdir}/libss.so
1013 %endif
1014 %{_includedir}/ss
1015 %{_datadir}/ss
1016 %{_pkgconfigdir}/ss.pc
1017 %{_mandir}/man1/mk_cmds.1*
1018
1019 %files -n libss-static
1020 %defattr(644,root,root,755)
1021 %{_libdir}/libss.a
1022
1023 %if 0
1024 # was installed in >= 1.42.2, since 1.42.12 is private only
1025 %files -n libquota-devel
1026 %defattr(644,root,root,755)
1027 %{_libdir}/libquota.a
1028 %{_includedir}/quota
1029 %{_pkgconfigdir}/quota.pc
1030 %endif
1031
1032 %if %{with initrd}
1033 %files initrd
1034 %defattr(644,root,root,755)
1035 %attr(755,root,root) %{_libdir}/initrd/mke2fs
1036 %endif
This page took 0.181541 seconds and 2 git commands to generate.