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