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