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