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