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