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