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