]> git.pld-linux.org Git - packages/e2fsprogs.git/blame - e2fsprogs.spec
- updated to 1.41.11
[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
6b6821b9
JB
38Version: 1.41.11
39Release: 1
914260e2 40License: GPL v2 (with LGPL v2 and BSD parts)
ae6cbd15 41Group: Applications/System
6b6821b9
JB
42Source0: http://downloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
43# Source0-md5: fb507a40c2706bc38306f150d069e345
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
ae6cbd15 52URL: http://e2fsprogs.sourceforge.net/
c0e3e149 53BuildRequires: autoconf >= 2.50
5e39b1b4 54BuildRequires: automake
abab4914 55BuildRequires: gettext-devel >= 0.11
97144e3e 56BuildRequires: libblkid-devel
57BuildRequires: libuuid-devel
58BuildRequires: pkgconfig
fb02f962 59BuildRequires: rpmbuild(macros) >= 1.426
72326922 60BuildRequires: texinfo
87adcfbb 61BuildRequires: texinfo-texi2dvi
73952175 62%if %{with allstatic}
f1a6ac20 63BuildRequires: glibc-static
f1a6ac20 64%endif
5a52d40c
JR
65%if %{with initrd}
66 %if %{with uClibc}
6924a188 67BuildRequires: uClibc-static >= 2:0.9.29
5a52d40c
JR
68 %else
69 %if %{with dietlibc}
70BuildRequires: dietlibc-static
f532f4fe 71BuildRequires: libblkid-dietlibc
7f4443f1 72BuildRequires: libuuid-dietlibc
5a52d40c
JR
73 %else
74BuildRequires: glibc-static
75 %endif
76 %endif
a09cb351 77%endif
31cbbf88 78Requires(post,postun): /sbin/ldconfig
6b6821b9 79Requires: %{name}-libs = %{version}-%{release}
25be74d4 80Requires: fsck
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
a09cb351 523%package initrd
9c368293
JR
524Summary: e2fsck and mke2fs - initrd version
525Summary(pl.UTF-8): e2fsck i mke2fs - wersja dla initrd
a794e14c 526Group: Base
cdaf9579 527Conflicts: geninitrd < 10000.10
a09cb351 528
529%description initrd
9c368293
JR
530This package includes a e2fsck and mke2fs utilities staticaly
531linked for initrd.
a09cb351 532
533%description initrd -l pl.UTF-8
d41d124c 534Pakiet ten zawiera narzędzia e2fsck i mke2fs statycznie skonsolidowane
9c368293 535na potrzeby initrd.
a09cb351 536
b47bcf8d 537%prep
5c6b44ff 538%setup -q
c4fa4179 539%patch0 -p1
fb02f962 540%{__gzip} -dc < %{SOURCE1} > doc/e2compr.texinfo
b77dac48 541%patch1 -p1
6924a188 542%patch2 -p1
5a52d40c 543%patch3 -p1
fb02f962 544
73952175 545sed -i -e '/AC_SUBST(DO_TEST_SUITE/a\MKINSTALLDIRS="install -d"\nAC_SUBST(MKINSTALLDIRS)\n' configure.in
fccc6bdc 546
9b25605d
JB
547# AX_TLS
548tail -n +2604 aclocal.m4 > acinclude.m4
549
b47bcf8d 550%build
853955ea 551cp -f /usr/share/automake/config.sub .
bc7535ae 552%{__gettextize}
8f84ac56 553%{__aclocal}
607a49ca 554%{__autoconf}
a09cb351 555
556%if %{with initrd}
5a52d40c
JR
557%if %{with dietlibc}
558# needed for syscall()
7f4443f1 559cp -a MCONFIG.in MCONFIG.in.org
5a52d40c
JR
560sed -i -e 's|\(^LIBUUID = .*\)|\1 -lcompat|g' \
561 -e 's|\(^STATIC_LIBUUID = .*\)|\1 -lcompat|g' MCONFIG.in
562%endif
a09cb351 563%configure \
a09cb351 564 ac_cv_lib_dl_dlopen=no \
5a52d40c 565 %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
6b6821b9
JB
566 %{?with_dietlibc:CC="diet %{__cc}"} \
567 CFLAGS="%{rpmcflags} -Os" \
568 LDFLAGS="%{rpmldflags} -static" \
569 LIBUUID_LIBADD="-lcompat" \
570 LIBBLKID_LIBADD="-luuid -lcompat" \
a09cb351 571 --disable-elf-shlibs \
25be74d4 572 --disable-fsck \
db278f4a 573 --disable-libblkid \
7f4443f1 574 --disable-libuuid \
5a52d40c
JR
575 --disable-nls \
576 --disable-testio-debug \
577 --disable-e2initrd-helper \
6b6821b9 578 --disable-threads \
5a52d40c 579 --disable-tls \
6b6821b9 580 --disable-uuidd
a09cb351 581
6b6821b9
JB
582%{__make} -j1 libs \
583 V=1
584%{__make} progs \
585 V=1
5a52d40c 586mv -f misc/mke2fs initrd-mke2fs
558ab019 587%{__make} clean
7f4443f1 588%{?with_dietlibc:mv MCONFIG.in.org MCONFIG.in}
a09cb351 589%endif
590
ae6cbd15 591%configure \
c0de64b5 592 --with-root-prefix="" \
25be74d4 593 --disable-fsck \
db278f4a 594 --disable-libblkid \
7f4443f1 595 --disable-libuuid \
6b6821b9
JB
596 %{!?with_nls:--disable-nls} \
597 --disable-rpath \
7f4443f1 598 --disable-uuidd \
ae6cbd15 599 --enable-compression \
6b6821b9
JB
600 %{!?with_allstatic:--enable-elf-shlibs} \
601 --enable-htree
b47bcf8d 602
8d1303b7 603%{__make} -j1 libs \
6b6821b9
JB
604 LDFLAGS="%{rpmldflags}" \
605 V=1
8d1303b7 606%{__make} progs docs \
6b6821b9
JB
607 LDFLAGS="%{rpmldflags}" \
608 V=1
12ee2731 609
3cdd562a 610cd doc
e1d59235 611makeinfo --no-split e2compr.texinfo
3cdd562a 612
b47bcf8d 613%install
614rm -rf $RPM_BUILD_ROOT
558ab019 615%{?with_dietlibc:install -d $RPM_BUILD_ROOT%{dietlibdir}}
0200ccaa 616export PATH=/sbin:$PATH
b47bcf8d 617
4fffe1bf
AM
618echo "install-shlibs:" >> intl/Makefile
619
5e39b1b4 620%{__make} install install-libs \
9c9b1fd8 621 root_libdir=/%{_lib} \
5e39b1b4 622 mkinstalldirs='install -d' \
12ee2731 623 DESTDIR=$RPM_BUILD_ROOT
b47bcf8d 624
bd1a204b 625ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext2
ae6cbd15 626ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext3
bd1a204b 627ln -sf mke2fs $RPM_BUILD_ROOT/sbin/mkfs.ext2
628
3cdd562a
AF
629install doc/e2compr.info $RPM_BUILD_ROOT%{_infodir}
630
740f8c96 631touch $RPM_BUILD_ROOT%{_sysconfdir}/e2fsck.conf
f1a6ac20 632
7af173f7 633bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
634
fccf58c3 635rm -f $RPM_BUILD_ROOT%{_mandir}/man8/{mkfs,fsck}.ext[234]*.8*
2c799e7e
ER
636echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext2.8
637echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext3.8
e062a2c5
JB
638echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext4.8
639echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext4dev.8
2c799e7e
ER
640echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext2.8
641echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext3.8
e062a2c5
JB
642echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext4.8
643echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext4dev.8
8d3f2404
JB
644# missing in non-english-man-pages tarball
645echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext3.8
e062a2c5
JB
646echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext4.8
647echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext4dev.8
8d3f2404 648echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext3.8
e062a2c5
JB
649echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext4.8
650echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext4dev.8
8d3f2404 651echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext3.8
e062a2c5
JB
652echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext4.8
653echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext4dev.8
654echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/fsck.ext4.8
655echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/fsck.ext4dev.8
656echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/mkfs.ext4.8
657echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ja/man8/mkfs.ext4dev.8
8d3f2404 658echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext3.8
e062a2c5
JB
659echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext4.8
660echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext4dev.8
8d3f2404 661echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext3.8
e062a2c5
JB
662echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext4.8
663echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext4dev.8
664echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/fsck.ext4.8
665echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/fsck.ext4dev.8
8d3f2404 666echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext3.8
e062a2c5
JB
667echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext4.8
668echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext4dev.8
6b6821b9
JB
669# moved to util-linux-ng.spec
670%{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man1/uuidgen.1
671%{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man3/libuuid.3
672%{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man3/uuid_*.3
673%{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/findfs.8
674%{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/fsck.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 686install initrd-mke2fs $RPM_BUILD_ROOT%{_libdir}/initrd/mke2fs
5a52d40c 687%endif
a09cb351 688
b77dac48
JB
689%clean
690rm -rf $RPM_BUILD_ROOT
691
af0a3b54 692%post -p /sbin/postshell
fe802cbd
ER
693-/usr/sbin/fix-info-dir -c %{_infodir}
694
af0a3b54 695%postun -p /sbin/postshell
fe802cbd 696-/usr/sbin/fix-info-dir -c %{_infodir}
3cdd562a 697
af0a3b54
JB
698%post libs -p /sbin/ldconfig
699%postun libs -p /sbin/ldconfig
b47bcf8d 700
174affbc 701%post devel -p /sbin/postshell
9f19c5b3 702-/usr/sbin/fix-info-dir -c %{_infodir}
b47bcf8d 703
174affbc 704%postun devel -p /sbin/postshell
9f19c5b3 705-/usr/sbin/fix-info-dir -c %{_infodir}
0200ccaa 706
5c6b44ff
JB
707%post -n libcom_err -p /sbin/ldconfig
708%postun -n libcom_err -p /sbin/ldconfig
59f57553 709
5c6b44ff 710%files %{?with_nls:-f %{name}.lang}
3cdd562a 711%defattr(644,root,root,755)
914260e2 712# COPYING specifies license details for some parts of package
bb508a12 713%doc COPYING README RELEASE-NOTES
9b25605d 714%attr(755,root,root) /sbin/badblocks
9b25605d
JB
715%attr(755,root,root) /sbin/debugfs
716%attr(755,root,root) /sbin/dumpe2fs
717%attr(755,root,root) /sbin/e2fsck
718%attr(755,root,root) /sbin/e2image
719%attr(755,root,root) /sbin/e2label
e062a2c5 720%attr(755,root,root) /sbin/e2undo
9b25605d
JB
721%attr(755,root,root) /sbin/fsck.ext2
722%attr(755,root,root) /sbin/fsck.ext3
e062a2c5
JB
723%attr(755,root,root) /sbin/fsck.ext4
724%attr(755,root,root) /sbin/fsck.ext4dev
9b25605d
JB
725%attr(755,root,root) /sbin/logsave
726%attr(755,root,root) /sbin/mke2fs
727%attr(755,root,root) /sbin/mkfs.ext2
728%attr(755,root,root) /sbin/mkfs.ext3
e062a2c5
JB
729%attr(755,root,root) /sbin/mkfs.ext4
730%attr(755,root,root) /sbin/mkfs.ext4dev
9b25605d
JB
731%attr(755,root,root) /sbin/resize2fs
732%attr(755,root,root) /sbin/tune2fs
733%attr(755,root,root) %{_bindir}/chattr
734%attr(755,root,root) %{_bindir}/lsattr
5c6b44ff 735%attr(755,root,root) %{_bindir}/mk_cmds
b7f4a202 736%attr(755,root,root) %{_sbindir}/e2freefrag
9b25605d
JB
737%attr(755,root,root) %{_sbindir}/filefrag
738%attr(755,root,root) %{_sbindir}/mklost+found
58c5291a 739%attr(755,root,root) %{_libdir}/e2initrd_helper
740f8c96
ER
740%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2fsck.conf
741%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mke2fs.conf
9b25605d
JB
742%{_mandir}/man1/chattr.1*
743%{_mandir}/man1/lsattr.1*
5c6b44ff 744%{_mandir}/man1/mk_cmds.1*
f1a6ac20
JB
745%{_mandir}/man5/e2fsck.conf.5*
746%{_mandir}/man5/mke2fs.conf.5*
9b25605d 747%{_mandir}/man8/badblocks.8*
9b25605d
JB
748%{_mandir}/man8/debugfs.8*
749%{_mandir}/man8/dumpe2fs.8*
b7f4a202 750%{_mandir}/man8/e2freefrag.8*
9b25605d
JB
751%{_mandir}/man8/e2fsck.8*
752%{_mandir}/man8/e2image.8*
753%{_mandir}/man8/e2label.8*
e062a2c5 754%{_mandir}/man8/e2undo.8*
9b25605d 755%{_mandir}/man8/filefrag.8*
9b25605d
JB
756%{_mandir}/man8/fsck.ext2.8*
757%{_mandir}/man8/fsck.ext3.8*
e062a2c5
JB
758%{_mandir}/man8/fsck.ext4.8*
759%{_mandir}/man8/fsck.ext4dev.8*
9b25605d
JB
760%{_mandir}/man8/logsave.8*
761%{_mandir}/man8/mke2fs.8*
762%{_mandir}/man8/mkfs.ext2.8*
763%{_mandir}/man8/mkfs.ext3.8*
e062a2c5
JB
764%{_mandir}/man8/mkfs.ext4.8*
765%{_mandir}/man8/mkfs.ext4dev.8*
9b25605d
JB
766%{_mandir}/man8/mklost+found.8*
767%{_mandir}/man8/resize2fs.8*
768%{_mandir}/man8/tune2fs.8*
769%lang(fi) %{_mandir}/fi/man1/chattr.1*
770%lang(fi) %{_mandir}/fi/man1/lsattr.1*
771%lang(fr) %{_mandir}/fr/man1/lsattr.1*
772%lang(fr) %{_mandir}/fr/man8/badblocks.8*
773%lang(fr) %{_mandir}/fr/man8/dumpe2fs.8*
774%lang(fr) %{_mandir}/fr/man8/e2label.8*
775%lang(fr) %{_mandir}/fr/man8/mklost+found.8*
776%lang(hu) %{_mandir}/hu/man1/chattr.1*
777%lang(hu) %{_mandir}/hu/man1/lsattr.1*
778%lang(hu) %{_mandir}/hu/man8/dumpe2fs.8*
779%lang(hu) %{_mandir}/hu/man8/e2fsck.8*
780%lang(hu) %{_mandir}/hu/man8/fsck.ext2.8*
781%lang(hu) %{_mandir}/hu/man8/fsck.ext3.8*
e062a2c5
JB
782%lang(hu) %{_mandir}/hu/man8/fsck.ext4.8*
783%lang(hu) %{_mandir}/hu/man8/fsck.ext4dev.8*
9b25605d
JB
784%lang(hu) %{_mandir}/hu/man8/tune2fs.8*
785%lang(it) %{_mandir}/it/man1/chattr.1*
786%lang(it) %{_mandir}/it/man1/lsattr.1*
787%lang(it) %{_mandir}/it/man8/badblocks.8*
788%lang(it) %{_mandir}/it/man8/debugfs.8*
789%lang(it) %{_mandir}/it/man8/dumpe2fs.8*
790%lang(it) %{_mandir}/it/man8/e2fsck.8*
791%lang(it) %{_mandir}/it/man8/fsck.ext2.8*
792%lang(it) %{_mandir}/it/man8/fsck.ext3.8*
e062a2c5
JB
793%lang(it) %{_mandir}/it/man8/fsck.ext4.8*
794%lang(it) %{_mandir}/it/man8/fsck.ext4dev.8*
9b25605d
JB
795%lang(it) %{_mandir}/it/man8/mke2fs.8*
796%lang(it) %{_mandir}/it/man8/mkfs.ext2.8*
797%lang(it) %{_mandir}/it/man8/mkfs.ext3.8*
e062a2c5
JB
798%lang(it) %{_mandir}/it/man8/mkfs.ext4.8*
799%lang(it) %{_mandir}/it/man8/mkfs.ext4dev.8*
9b25605d
JB
800%lang(it) %{_mandir}/it/man8/mklost+found.8*
801%lang(it) %{_mandir}/it/man8/tune2fs.8*
802%lang(ja) %{_mandir}/ja/man1/chattr.1*
803%lang(ja) %{_mandir}/ja/man1/lsattr.1*
804%lang(ja) %{_mandir}/ja/man8/badblocks.8*
805%lang(ja) %{_mandir}/ja/man8/debugfs.8*
806%lang(ja) %{_mandir}/ja/man8/dumpe2fs.8*
807%lang(ja) %{_mandir}/ja/man8/e2fsck.8*
808%lang(ja) %{_mandir}/ja/man8/e2image.8*
809%lang(ja) %{_mandir}/ja/man8/e2label.8*
9b25605d
JB
810%lang(ja) %{_mandir}/ja/man8/fsck.ext2.8*
811%lang(ja) %{_mandir}/ja/man8/fsck.ext3.8*
e062a2c5
JB
812%lang(ja) %{_mandir}/ja/man8/fsck.ext4.8*
813%lang(ja) %{_mandir}/ja/man8/fsck.ext4dev.8*
9b25605d
JB
814%lang(ja) %{_mandir}/ja/man8/mke2fs.8*
815%lang(ja) %{_mandir}/ja/man8/mkfs.ext2.8*
816%lang(ja) %{_mandir}/ja/man8/mkfs.ext3.8*
e062a2c5
JB
817%lang(ja) %{_mandir}/ja/man8/mkfs.ext4.8*
818%lang(ja) %{_mandir}/ja/man8/mkfs.ext4dev.8*
9b25605d
JB
819%lang(ja) %{_mandir}/ja/man8/mklost+found.8*
820%lang(ja) %{_mandir}/ja/man8/resize2fs.8*
821%lang(ja) %{_mandir}/ja/man8/tune2fs.8*
822%lang(ko) %{_mandir}/ko/man1/chattr.1*
823%lang(ko) %{_mandir}/ko/man1/lsattr.1*
824%lang(ko) %{_mandir}/ko/man8/badblocks.8*
825%lang(ko) %{_mandir}/ko/man8/debugfs.8*
826%lang(ko) %{_mandir}/ko/man8/dumpe2fs.8*
827%lang(ko) %{_mandir}/ko/man8/e2fsck.8*
828%lang(ko) %{_mandir}/ko/man8/fsck.ext2.8*
829%lang(ko) %{_mandir}/ko/man8/fsck.ext3.8*
e062a2c5
JB
830%lang(ko) %{_mandir}/ko/man8/fsck.ext4.8*
831%lang(ko) %{_mandir}/ko/man8/fsck.ext4dev.8*
9b25605d
JB
832%lang(ko) %{_mandir}/ko/man8/mke2fs.8*
833%lang(ko) %{_mandir}/ko/man8/mkfs.ext2.8*
834%lang(ko) %{_mandir}/ko/man8/mkfs.ext3.8*
e062a2c5
JB
835%lang(ko) %{_mandir}/ko/man8/mkfs.ext4.8*
836%lang(ko) %{_mandir}/ko/man8/mkfs.ext4dev.8*
9b25605d
JB
837%lang(ko) %{_mandir}/ko/man8/mklost+found.8*
838%lang(ko) %{_mandir}/ko/man8/tune2fs.8*
839%lang(pl) %{_mandir}/pl/man1/chattr.1*
840%lang(pl) %{_mandir}/pl/man1/lsattr.1*
841%lang(pl) %{_mandir}/pl/man8/badblocks.8*
842%lang(pl) %{_mandir}/pl/man8/debugfs.8*
843%lang(pl) %{_mandir}/pl/man8/dumpe2fs.8*
844%lang(pl) %{_mandir}/pl/man8/e2fsck.8*
845%lang(pl) %{_mandir}/pl/man8/e2label.8*
846%lang(pl) %{_mandir}/pl/man8/fsck.ext2.8*
847%lang(pl) %{_mandir}/pl/man8/fsck.ext3.8*
e062a2c5
JB
848%lang(pl) %{_mandir}/pl/man8/fsck.ext4.8*
849%lang(pl) %{_mandir}/pl/man8/fsck.ext4dev.8*
9b25605d
JB
850%lang(pl) %{_mandir}/pl/man8/mke2fs.8*
851%lang(pl) %{_mandir}/pl/man8/mkfs.ext2.8*
852%lang(pl) %{_mandir}/pl/man8/mkfs.ext3.8*
e062a2c5
JB
853%lang(pl) %{_mandir}/pl/man8/mkfs.ext4.8*
854%lang(pl) %{_mandir}/pl/man8/mkfs.ext4dev.8*
9b25605d
JB
855%lang(pl) %{_mandir}/pl/man8/mklost+found.8*
856%lang(pl) %{_mandir}/pl/man8/tune2fs.8*
ae6cbd15 857%{_datadir}/ss
3cdd562a 858%{_infodir}/e2compr.info*
7471f3a4 859
af0a3b54 860%if %{without allstatic}
fe802cbd 861%files libs
5a16540b 862%defattr(644,root,root,755)
fe802cbd
ER
863%attr(755,root,root) /%{_lib}/libe2p.so.*.*
864%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
865%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
866%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
867%attr(755,root,root) /%{_lib}/libss.so.*.*
868%attr(755,root,root) %ghost /%{_lib}/libss.so.2
869%endif
870
b47bcf8d 871%files devel
67692e6e 872%defattr(644,root,root,755)
9b25605d 873%if %{without allstatic}
59f57553
AM
874%attr(755,root,root) %{_libdir}/libe2p.so
875%attr(755,root,root) %{_libdir}/libext2fs.so
876%attr(755,root,root) %{_libdir}/libss.so
877%endif
5c6b44ff
JB
878%{_includedir}/e2p
879%{_includedir}/ext2fs
880%{_includedir}/ss
58c5291a
JB
881%{_pkgconfigdir}/e2p.pc
882%{_pkgconfigdir}/ext2fs.pc
883%{_pkgconfigdir}/ss.pc
5c6b44ff 884%{_infodir}/libext2fs.info*
b47bcf8d 885
886%files static
7471f3a4 887%defattr(644,root,root,755)
59f57553
AM
888%{_libdir}/libe2p.a
889%{_libdir}/libext2fs.a
890%{_libdir}/libss.a
4cccca28 891
59f57553
AM
892%files -n libcom_err
893%defattr(644,root,root,755)
a794e14c
JB
894%if %{without allstatic}
895%attr(755,root,root) /%{_lib}/libcom_err.so.*.*
896%attr(755,root,root) %ghost /%{_lib}/libcom_err.so.2
897%endif
59f57553
AM
898
899%files -n libcom_err-devel
900%defattr(644,root,root,755)
901%attr(755,root,root) %{_bindir}/compile_et
59f57553 902%{!?with_allstatic:%attr(755,root,root) %{_libdir}/libcom_err.so}
5c6b44ff
JB
903%{_includedir}/et
904%{_datadir}/et
58c5291a 905%{_pkgconfigdir}/com_err.pc
5c6b44ff
JB
906%{_mandir}/man1/compile_et.1*
907%lang(ja) %{_mandir}/ja/man1/compile_et.1*
908%{_mandir}/man3/com_err.3*
909%lang(ja) %{_mandir}/ja/man3/com_err.3*
59f57553
AM
910
911%files -n libcom_err-static
912%defattr(644,root,root,755)
913%{_libdir}/libcom_err.a
914
a09cb351 915%if %{with initrd}
916%files initrd
917%defattr(644,root,root,755)
c530250e 918%attr(755,root,root) %{_libdir}/initrd/mke2fs
a09cb351 919%endif
This page took 0.256049 seconds and 4 git commands to generate.