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