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