]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs.spec
- updated info patch, added pl.po-update patch
[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:        1
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 devel
291 Summary:        ext2 filesystem-specific libraries and headers
292 Summary(cs.UTF-8):      Knihovny a hlavičkové soubory pro systém souborů ext2
293 Summary(da.UTF-8):      ext2 filsystemsspecifikke biblioteker og headerfiler
294 Summary(de.UTF-8):      Bibliotheken und Header-Dateien für ext2-Dateisysteme
295 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para e2fs
296 Summary(fr.UTF-8):      Bibliothèques et en-têtes spécifiques au système de fichiers ext2
297 Summary(id.UTF-8):      Library dan file header untuk e2fsprogs
298 Summary(is.UTF-8):      Aðgerðasöfn og hausaskrár fyrir ext2 skráarkerfið
299 Summary(it.UTF-8):      Librerie e file header specifici per il filesystem ext2
300 Summary(ja.UTF-8):      ext2 ファイルシステムに固有の静的ライブラリとヘッダー
301 Summary(ko.UTF-8):      ext2 파일시스템-지정 정적 라이브러리와 헤더들
302 Summary(nb.UTF-8):      ext2 filsystemspesifikke bibliotek og headerfiler
303 Summary(pl.UTF-8):      Pliki nagłówkowe do bibliotek e2fs
304 Summary(pt.UTF-8):      Bibliotecas e ficheiros de inclusão específicos do sistema de ficheiros ext2
305 Summary(pt_BR.UTF-8):   Bibliotecas e arquivos de inclusão para e2fs
306 Summary(ru.UTF-8):      Библиотеки и файлы заголовков для разработки программ, использующих ext2
307 Summary(sk.UTF-8):      Knižnice a hlavičkové súbory pre ext2-špecifické programy
308 Summary(sl.UTF-8):      Knjižnice in glave, specifične datotečnemu sistemu ext2
309 Summary(sv.UTF-8):      ext2 filsystemspecifika bibliotek och huvuden
310 Summary(uk.UTF-8):      Бібліотки програміста та хедери для роботи з ext2fs
311 Summary(zh_CN.UTF-8):   ext2 文件系统特有的静态库和头文件。
312 Summary(zh_TW.UTF-8):   ext2 檔案系統特定的靜態函式庫與表頭。
313 Group:          Development/Libraries
314 Requires:       %{name} = %{version}-%{release}
315 Requires:       libcom_err-devel = %{version}-%{release}
316 Requires:       libuuid-devel = %{version}-%{release}
317 Obsoletes:      libext2fs2-devel
318
319 %description devel
320 e2fsprogs-devel contains the libraries and header files needed to
321 develop second extended (ext2) filesystem-specific programs.
322
323 %description devel -l cs.UTF-8
324 Balíček e2fsprogs-devel obsahuje knihovny a hlavičkové soubory
325 potřebné pro vývoj programů pracujících se systémem souborů ext2
326 (second extended fs).
327
328 %description devel -l da.UTF-8
329 e2fsprogs-devel indeholder de headerfiler og biblioteker man behøver
330 for at udvikle programmer specielt rettet mod ext2-filsystemer.
331
332 %description devel -l de.UTF-8
333 Das Paket e2fsprogs-devel enthält die Bibliotheken und Header-Dateien,
334 die für die Entwicklung von Programmen für das Second
335 Extended-Dateisystem (ext2) erforderlich sind.
336
337 %description devel -l es.UTF-8
338 e2fsprogs-devel contiene las bibliotecas y los ficheros de cabecera
339 necesarios para desarrollar programas específicos para el sistema de
340 ficheros ext2.
341
342 %description devel -l fr.UTF-8
343 e2fsprogs-devel contient les bibliothèques et fichiers d'en-tête
344 nécessaires au développement de programmes spécifiques au système de
345 fichiers ext2.
346
347 %description devel -l id.UTF-8
348 e2fsprogs-devel berisi library dan file header yang dibutuhkan untuk
349 develop program yang berkaitan dengan filesystem ext2.
350
351 %description devel -l is.UTF-8
352 e2fsprogs-devel inniheldur library og header skrár sem þarf til að búa
353 til (ext2) skráarsafns forrit
354
355 %description devel -l it.UTF-8
356 e2fsprogs-devel contiene le librerie e i file header necessari per
357 sviluppare programmi specifici per il filesystem ext2.
358
359 %description devel -l ja.UTF-8
360 e2fspgrogs-devel には、Second Extended (ext2) ファイルシステムに固有
361 のプログラムを開発するために必要なライブラリとヘッダーファイルが含まれ
362 ています。
363
364 %description devel -l nb.UTF-8
365 e2fsprogs-devel inneholder de headerfiler og bibliotek man trenger for
366 å utvikle programmer spesielt rettet mot ext2-filsystemer.
367
368 %description devel -l pl.UTF-8
369 Pliki nagłówkowe i dokumentacja niezbędne do tworzenia programów
370 obsługujących e2fs.
371
372 %description devel -l pt.UTF-8
373 O pacote e2fsprogs-devel contém as bibliotecas e ficheiros de inclusão
374 necessários para desenvolver programas específicos do sistema de
375 ficheiros ext2.
376
377 %description devel -l pt_BR.UTF-8
378 Bibliotecas e arquivos de inclusão para desenvolvimento de programas
379 específicos para sistema de arquivo ext2.
380
381 %description devel -l ru.UTF-8
382 e2fsprogs-devel содержит статические библиотеки и файлы заголовков,
383 необходимые при разработке программ, использующих файловую систему
384 ext2.
385
386 %description devel -l sk.UTF-8
387 e2fsprogs-devel obsahuje knižnice a hlavičkové súbory potrebné pre
388 vývoj programov pre ext2 súborový systém.
389
390 %description devel -l sv.UTF-8
391 e2fsprogs-devel innehåller bibliotek och huvudfiler som behövs för att
392 utveckla filsystemsspecifika program för det andra utökade (ext2)
393 filsystemet.
394
395 %description devel -l uk.UTF-8
396 e2fsprogs-devel містить бібліотеки та хедери, необхідні для написання
397 програм, які працюють з файловою системою ext2.
398
399 %description devel -l zh_CN.UTF-8
400 e2fsprogs-devel 包含开发辅助扩展 (ext2)
401 文件系统专用程序所需的程序库和头文件。
402
403 %package static
404 Summary:        ext2 filesystem-specific static libraries
405 Summary(cs.UTF-8):      Statické knihovny pro systém souborů ext2
406 Summary(da.UTF-8):      ext2 filsystemsspecifikke statiske biblioteker
407 Summary(de.UTF-8):      Statische Bibliotheken für ext2-Dateisysteme
408 Summary(es.UTF-8):      Bibliotecas estaticas para e2fs
409 Summary(fr.UTF-8):      Bibliothèques statiques spécifiques au système de fichiers ext2
410 Summary(it.UTF-8):      Librerie statiche specifici per il filesystem ext2
411 Summary(nb.UTF-8):      ext2 filsystemspesifikke statiske bibliotek
412 Summary(pl.UTF-8):      Biblioteki statyczne do obsługi systemu plików ext2
413 Summary(pt.UTF-8):      Bibliotecas estaticas específicos do sistema de ficheiros ext2
414 Summary(pt_BR.UTF-8):   Bibliotecas estaticas para e2fs
415 Summary(ru.UTF-8):      Статические библиотеки для разработки программ, использующих ext2
416 Summary(sk.UTF-8):      Statické knižnice a hlavičkové súbory pre ext2-špecifické programy
417 Summary(sv.UTF-8):      ext2 filsystemspecifika statiska bibliotek
418 Summary(uk.UTF-8):      Статичні бібліотки програміста для роботи з ext2fs
419 Group:          Development/Libraries
420 Requires:       %{name}-devel = %{version}-%{release}
421
422 %description static
423 Static libraries needed to develop ext2 filesystem-specific programs
424 statically linked with e2progs libs.
425
426 %description static -l de.UTF-8
427 Libraries zur Entwicklung von ext2-Dateisystemspezifischen Programmen
428 erforderlich sind.
429
430 %description static -l es.UTF-8
431 Bibliotecas estaticas para desarrollo de programas específicos para
432 sistema de archivo ext2.
433
434 %description static -l pl.UTF-8
435 Biblioteki statyczne do obsługi e2fs niezbędne do kompilacji programów
436 statycznie skonsolidowanych (linkowanych) z bibliotekami do e2fs.
437
438 %description static -l pt_BR.UTF-8
439 Bibliotecas estaticas para desenvolvimento de programas específicos
440 para sistema de arquivo ext2.
441
442 %description static -l ru.UTF-8
443 e2fsprogs-devel-static содержит статические библиотеки, необходимые
444 для написания программ, работающих с файловой системой ext2.
445
446 %description static -l uk.UTF-8
447 e2fsprogs-devel-static містить статичні бібліотеки, необхідні для
448 написання програм, які працюють з файловою системою ext2.
449
450 %package -n libcom_err
451 Summary:        A Common Error Description Library for unices
452 Summary(pl.UTF-8):      Biblioteka opisu popularnych błędów dla uniksów
453 Group:          Libraries
454 Conflicts:      e2fsprogs < 1.34-3
455
456 %description -n libcom_err
457 A Common Error Description Library for unices.
458
459 %description -n libcom_err -l pl.UTF-8
460 Biblioteka opisu popularnych błędów dla uniksów.
461
462 %package -n libcom_err-devel
463 Summary:        Development files for Common Error Description Library for unices
464 Summary(pl.UTF-8):      Pliki dla programistów do biblioteki opisu popularnych błędów dla uniksów
465 Group:          Development/Libraries
466 Requires:       libcom_err = %{version}-%{release}
467 Conflicts:      e2fsprogs-devel < 1.34-3
468
469 %description -n libcom_err-devel
470 A Common Error Description Library for unices - development files.
471
472 %description -n libcom_err-devel -l pl.UTF-8
473 Biblioteka opisu popularnych błędów dla uniksów - pliki dla
474 programistów.
475
476 %package -n libcom_err-static
477 Summary:        Static version of Common Error Description Library for unices
478 Summary(pl.UTF-8):      Statyczna biblioteka opisu popularnych błędów dla uniksów
479 Group:          Development/Libraries
480 Requires:       libcom_err-devel = %{version}-%{release}
481 Conflicts:      e2fsprogs-static < 1.34-3
482
483 %description -n libcom_err-static
484 A Common Error Description Library for unices - static version.
485
486 %description -n libcom_err-static -l pl.UTF-8
487 Biblioteka opisu popularnych błędów dla uniksów - wersja statyczna.
488
489 %package -n libuuid
490 Summary:        Library for accessing and manipulating UUID
491 Summary(pl.UTF-8):      Biblioteka umożliwiająca dostęp i zmiany UUID
492 License:        BSD
493 Group:          Libraries
494 Conflicts:      e2fsprogs < 1.34-3
495
496 %description -n libuuid
497 Library for accessing and manipulating UUID.
498
499 %description -n libuuid -l pl.UTF-8
500 Biblioteka umożliwiająca dostęp i zmiany UUID.
501
502 %package -n libuuid-devel
503 Summary:        Header files for library for accessing and manipulating UUID
504 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki umożliwiającej dostęp i zmiany UUID
505 License:        BSD
506 Group:          Development/Libraries
507 Requires:       libuuid = %{version}-%{release}
508 Conflicts:      e2fsprogs-devel < 1.34-3
509
510 %description -n libuuid-devel
511 Library for accessing and manipulating UUID - development files.
512
513 %description -n libuuid-devel -l pl.UTF-8
514 Biblioteka umożliwiająca dostęp i zmiany UUID - pliki dla
515 programistów.
516
517 %package -n libuuid-static
518 Summary:        Static library for accessing and manipulating UUID
519 Summary(pl.UTF-8):      Statyczna biblioteka umożliwiająca dostęp i zmiany UUID
520 License:        BSD
521 Group:          Development/Libraries
522 Requires:       libuuid-devel = %{version}-%{release}
523 Conflicts:      e2fsprogs-static < 1.34-3
524
525 %description -n libuuid-static
526 Library for accessing and manipulating UUID - static version.
527
528 %description -n libuuid-static -l pl.UTF-8
529 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna.
530
531 %package -n uuidd
532 Summary:        Helper daemon to guarantee uniqueness of time-based UUIDs
533 Summary(pl.UTF-8):      Pomocniczy demon gwarantujący unikalność UUID-ów opartych na czasie
534 License:        GPL v2
535 Group:          Daemons
536 Requires(postun):       /usr/sbin/groupdel
537 Requires(postun):       /usr/sbin/userdel
538 Requires(pre):  /bin/id
539 Requires(pre):  /usr/bin/getgid
540 Requires(pre):  /usr/sbin/groupadd
541 Requires(pre):  /usr/sbin/groupmod
542 Requires(pre):  /usr/sbin/useradd
543 Requires(pre):  /usr/sbin/usermod
544 Requires:       libuuid = %{version}-%{release}
545 Provides:       group(uuidd)
546 Provides:       user(uuidd)
547 Conflicts:      libuuid < 1.40.5-0.1
548
549 %description -n uuidd
550 The uuidd package contains a userspace daemon (uuidd) which guarantees
551 uniqueness of time-based UUID generation even at very high rates on
552 SMP systems.
553
554 %description -n uuidd -l pl.UTF-8
555 Ten pakiet zawiera działającego w przestrzeni użytkownika demona
556 (uuidd) gwarantującego unikalność generowania UUID-ów opartych na
557 czasie nawet przy bardzo dużej częstotliwości na systemach SMP.
558
559 %package -n fsck
560 Summary:        Check and repair a Linux file system
561 Summary(pl.UTF-8):      Sprawdzenie i naprawa linuksowego systemu plików
562 Group:          Applications/System
563 Requires:       libuuid = %{version}-%{release}
564
565 %description -n fsck
566 Check and repair a Linux file system.
567
568 %description -n fsck -l pl.UTF-8
569 Sprawdzenie i naprawa linuksowego systemu plików.
570
571 %package initrd
572 Summary:        blkid - initrd version
573 Summary(pl.UTF-8):      blkid - wersja dla initrd
574 Group:          Base
575
576 %description initrd
577 This package includes a blkid utility to recognize partitions by label
578 or UUID - staticaly linked for initrd.
579
580 %description initrd -l pl.UTF-8
581 Pakiet ten zawiera narzędzie blkid do rozpoznawania partycji przez
582 etykietę lub UUID - statycznie skonsolidowane na potrzeby initrd.
583
584 %prep
585 %setup -q
586 %patch0 -p1
587 %{__gzip} -dc < %{SOURCE1} > doc/e2compr.texinfo
588 %patch1 -p1
589 %patch2 -p1
590 %patch3 -p1
591 %patch4 -p1
592
593 %{__rm} debugfs/*.o
594
595 sed -i -e '/AC_SUBST(DO_TEST_SUITE/a\MKINSTALLDIRS="install -d"\nAC_SUBST(MKINSTALLDIRS)\n' configure.in
596
597 # AX_TLS
598 tail -n +2604 aclocal.m4 > acinclude.m4
599
600 %build
601 cp -f /usr/share/automake/config.sub .
602 %{__gettextize}
603 %{__aclocal}
604 %{__autoconf}
605
606 %if %{with initrd}
607 %configure \
608         %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
609         ac_cv_lib_dl_dlopen=no \
610         --with-ccopts="-Os" \
611         --with-ldopts="-static" \
612         --disable-elf-shlibs \
613         --disable-selinux \
614         --disable-nls
615
616 %{__make} libs
617 %{__make} progs
618 mv -f misc/blkid initrd-blkid
619 %{__make} clean
620 %endif
621
622 %configure \
623         --with-root-prefix="" \
624         %{!?with_nls:--disable-nls} \
625         %{!?with_allstatic:--enable-elf-shlibs} \
626         --enable-blkid-devmapper \
627         --enable-compression \
628         --enable-htree \
629         --enable-fsck \
630         --disable-rpath
631
632 %{__make} -j1 libs \
633         LDFLAGS="%{rpmldflags}"
634 %{__make} progs docs \
635         LDFLAGS="%{rpmldflags}"
636
637 cd doc
638 makeinfo --no-split e2compr.texinfo
639
640 %install
641 rm -rf $RPM_BUILD_ROOT
642 export PATH=/sbin:$PATH
643
644 install -d $RPM_BUILD_ROOT/var/lib/libuuid
645
646 echo "install-shlibs:" >> intl/Makefile
647
648 %{__make} install install-libs \
649         root_libdir=/%{_lib} \
650         mkinstalldirs='install -d' \
651         DESTDIR=$RPM_BUILD_ROOT
652
653 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext2
654 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext3
655 ln -sf mke2fs $RPM_BUILD_ROOT/sbin/mkfs.ext2
656
657 install doc/e2compr.info $RPM_BUILD_ROOT%{_infodir}
658
659 touch $RPM_BUILD_ROOT%{_sysconfdir}/e2fsck.conf
660
661 bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
662
663 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/{mkfs,fsck}.ext[23].8*
664 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext2.8
665 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/man8/fsck.ext3.8
666 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext2.8
667 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ext3.8
668 # missing in non-english-man-pages tarball
669 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/hu/man8/fsck.ext3.8
670 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/fsck.ext3.8
671 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/it/man8/mkfs.ext3.8
672 echo '.so e2fsck.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/fsck.ext3.8
673 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/ko/man8/mkfs.ext3.8
674 echo '.so mke2fs.8' > $RPM_BUILD_ROOT%{_mandir}/pl/man8/mkfs.ext3.8
675
676 %if %{with nls}
677 [ "`file $RPM_BUILD_ROOT%{_datadir}/locale/it/LC_MESSAGES/e2fsprogs.mo |\
678         sed -e 's/.*,//' -e 's/message.*//'`" -le 1 ] && rm -f $f
679 %find_lang %{name}
680 %endif
681
682 rm -f $RPM_BUILD_ROOT%{_mandir}/README.e2fsprogs-non-english-man-pages
683 touch $RPM_BUILD_ROOT%{_sysconfdir}/blkid.tab
684
685 %{?with_initrd:install initrd-blkid $RPM_BUILD_ROOT/sbin/initrd-blkid}
686
687 %clean
688 rm -rf $RPM_BUILD_ROOT
689
690 %post
691 /sbin/ldconfig
692 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
693
694 %postun
695 /sbin/ldconfig
696 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
697
698 %post   devel -p /sbin/postshell
699 -/usr/sbin/fix-info-dir -c %{_infodir}
700
701 %postun devel -p /sbin/postshell
702 -/usr/sbin/fix-info-dir -c %{_infodir}
703
704 %post   -n libcom_err -p /sbin/ldconfig
705 %postun -n libcom_err -p /sbin/ldconfig
706
707 %post   -n libuuid -p /sbin/ldconfig
708 %postun -n libuuid -p /sbin/ldconfig
709
710 %pre    -n uuidd
711 if [ "$(getgid libuuid)" = "222" ]; then
712         /usr/sbin/groupmod -n uuidd libuuid
713 fi
714 %groupadd -g 222 uuidd
715 if [ "$(id -u libuuid 2>/dev/null)" = "222" ]; then
716         /usr/sbin/usermod -l uuidd libuuid
717 fi
718 %useradd -u 222 -r -d /var/lib/libuuid -s /bin/false -c "UUID generator helper daemon" -g uuidd uuidd
719
720 %postun -n uuidd
721 if [ "$1" = "0" ]; then
722         %userremove uuidd
723         %groupremove uuidd
724 fi
725
726 %post   -n fsck -p /sbin/ldconfig
727 %postun -n fsck -p /sbin/ldconfig
728
729 %files %{?with_nls:-f %{name}.lang}
730 %defattr(644,root,root,755)
731 # COPYING specifies license details for some parts of package
732 %doc COPYING README RELEASE-NOTES
733 %attr(755,root,root) /sbin/badblocks
734 %attr(755,root,root) /sbin/blkid
735 %attr(755,root,root) /sbin/debugfs
736 %attr(755,root,root) /sbin/dumpe2fs
737 %attr(755,root,root) /sbin/e2fsck
738 %attr(755,root,root) /sbin/e2image
739 %attr(755,root,root) /sbin/e2label
740 %attr(755,root,root) /sbin/findfs
741 %attr(755,root,root) /sbin/fsck.ext2
742 %attr(755,root,root) /sbin/fsck.ext3
743 %attr(755,root,root) /sbin/logsave
744 %attr(755,root,root) /sbin/mke2fs
745 %attr(755,root,root) /sbin/mkfs.ext2
746 %attr(755,root,root) /sbin/mkfs.ext3
747 %attr(755,root,root) /sbin/resize2fs
748 %attr(755,root,root) /sbin/tune2fs
749 %attr(755,root,root) %{_bindir}/chattr
750 %attr(755,root,root) %{_bindir}/lsattr
751 %attr(755,root,root) %{_bindir}/mk_cmds
752 %attr(755,root,root) %{_sbindir}/filefrag
753 %attr(755,root,root) %{_sbindir}/mklost+found
754 %if %{without allstatic}
755 %attr(755,root,root) /%{_lib}/libe2p.so.*.*
756 %attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
757 %attr(755,root,root) /%{_lib}/libext2fs.so.*.*
758 %attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
759 %attr(755,root,root) /%{_lib}/libss.so.*.*
760 %attr(755,root,root) %ghost /%{_lib}/libss.so.2
761 %endif
762 %attr(755,root,root) %{_libdir}/e2initrd_helper
763 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2fsck.conf
764 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mke2fs.conf
765 %ghost %{_sysconfdir}/blkid.tab
766 %{_mandir}/man1/chattr.1*
767 %{_mandir}/man1/lsattr.1*
768 %{_mandir}/man1/mk_cmds.1*
769 %{_mandir}/man5/e2fsck.conf.5*
770 %{_mandir}/man5/mke2fs.conf.5*
771 %{_mandir}/man8/badblocks.8*
772 %{_mandir}/man8/blkid.8*
773 %{_mandir}/man8/debugfs.8*
774 %{_mandir}/man8/dumpe2fs.8*
775 %{_mandir}/man8/e2fsck.8*
776 %{_mandir}/man8/e2image.8*
777 %{_mandir}/man8/e2label.8*
778 %{_mandir}/man8/filefrag.8*
779 %{_mandir}/man8/findfs.8*
780 %{_mandir}/man8/fsck.ext2.8*
781 %{_mandir}/man8/fsck.ext3.8*
782 %{_mandir}/man8/logsave.8*
783 %{_mandir}/man8/mke2fs.8*
784 %{_mandir}/man8/mkfs.ext2.8*
785 %{_mandir}/man8/mkfs.ext3.8*
786 %{_mandir}/man8/mklost+found.8*
787 %{_mandir}/man8/resize2fs.8*
788 %{_mandir}/man8/tune2fs.8*
789 %lang(fi) %{_mandir}/fi/man1/chattr.1*
790 %lang(fi) %{_mandir}/fi/man1/lsattr.1*
791 %lang(fr) %{_mandir}/fr/man1/lsattr.1*
792 %lang(fr) %{_mandir}/fr/man8/badblocks.8*
793 %lang(fr) %{_mandir}/fr/man8/dumpe2fs.8*
794 %lang(fr) %{_mandir}/fr/man8/e2label.8*
795 %lang(fr) %{_mandir}/fr/man8/mklost+found.8*
796 %lang(hu) %{_mandir}/hu/man1/chattr.1*
797 %lang(hu) %{_mandir}/hu/man1/lsattr.1*
798 %lang(hu) %{_mandir}/hu/man8/dumpe2fs.8*
799 %lang(hu) %{_mandir}/hu/man8/e2fsck.8*
800 %lang(hu) %{_mandir}/hu/man8/fsck.ext2.8*
801 %lang(hu) %{_mandir}/hu/man8/fsck.ext3.8*
802 %lang(hu) %{_mandir}/hu/man8/tune2fs.8*
803 %lang(it) %{_mandir}/it/man1/chattr.1*
804 %lang(it) %{_mandir}/it/man1/lsattr.1*
805 %lang(it) %{_mandir}/it/man8/badblocks.8*
806 %lang(it) %{_mandir}/it/man8/debugfs.8*
807 %lang(it) %{_mandir}/it/man8/dumpe2fs.8*
808 %lang(it) %{_mandir}/it/man8/e2fsck.8*
809 %lang(it) %{_mandir}/it/man8/fsck.ext2.8*
810 %lang(it) %{_mandir}/it/man8/fsck.ext3.8*
811 %lang(it) %{_mandir}/it/man8/mke2fs.8*
812 %lang(it) %{_mandir}/it/man8/mkfs.ext2.8*
813 %lang(it) %{_mandir}/it/man8/mkfs.ext3.8*
814 %lang(it) %{_mandir}/it/man8/mklost+found.8*
815 %lang(it) %{_mandir}/it/man8/tune2fs.8*
816 %lang(ja) %{_mandir}/ja/man1/chattr.1*
817 %lang(ja) %{_mandir}/ja/man1/lsattr.1*
818 %lang(ja) %{_mandir}/ja/man8/badblocks.8*
819 %lang(ja) %{_mandir}/ja/man8/debugfs.8*
820 %lang(ja) %{_mandir}/ja/man8/dumpe2fs.8*
821 %lang(ja) %{_mandir}/ja/man8/e2fsck.8*
822 %lang(ja) %{_mandir}/ja/man8/e2image.8*
823 %lang(ja) %{_mandir}/ja/man8/e2label.8*
824 %lang(ja) %{_mandir}/ja/man8/findfs.8*
825 %lang(ja) %{_mandir}/ja/man8/fsck.ext2.8*
826 %lang(ja) %{_mandir}/ja/man8/fsck.ext3.8*
827 %lang(ja) %{_mandir}/ja/man8/mke2fs.8*
828 %lang(ja) %{_mandir}/ja/man8/mkfs.ext2.8*
829 %lang(ja) %{_mandir}/ja/man8/mkfs.ext3.8*
830 %lang(ja) %{_mandir}/ja/man8/mklost+found.8*
831 %lang(ja) %{_mandir}/ja/man8/resize2fs.8*
832 %lang(ja) %{_mandir}/ja/man8/tune2fs.8*
833 %lang(ko) %{_mandir}/ko/man1/chattr.1*
834 %lang(ko) %{_mandir}/ko/man1/lsattr.1*
835 %lang(ko) %{_mandir}/ko/man8/badblocks.8*
836 %lang(ko) %{_mandir}/ko/man8/debugfs.8*
837 %lang(ko) %{_mandir}/ko/man8/dumpe2fs.8*
838 %lang(ko) %{_mandir}/ko/man8/e2fsck.8*
839 %lang(ko) %{_mandir}/ko/man8/fsck.ext2.8*
840 %lang(ko) %{_mandir}/ko/man8/fsck.ext3.8*
841 %lang(ko) %{_mandir}/ko/man8/mke2fs.8*
842 %lang(ko) %{_mandir}/ko/man8/mkfs.ext2.8*
843 %lang(ko) %{_mandir}/ko/man8/mkfs.ext3.8*
844 %lang(ko) %{_mandir}/ko/man8/mklost+found.8*
845 %lang(ko) %{_mandir}/ko/man8/tune2fs.8*
846 %lang(pl) %{_mandir}/pl/man1/chattr.1*
847 %lang(pl) %{_mandir}/pl/man1/lsattr.1*
848 %lang(pl) %{_mandir}/pl/man8/badblocks.8*
849 %lang(pl) %{_mandir}/pl/man8/debugfs.8*
850 %lang(pl) %{_mandir}/pl/man8/dumpe2fs.8*
851 %lang(pl) %{_mandir}/pl/man8/e2fsck.8*
852 %lang(pl) %{_mandir}/pl/man8/e2label.8*
853 %lang(pl) %{_mandir}/pl/man8/fsck.ext2.8*
854 %lang(pl) %{_mandir}/pl/man8/fsck.ext3.8*
855 %lang(pl) %{_mandir}/pl/man8/mke2fs.8*
856 %lang(pl) %{_mandir}/pl/man8/mkfs.ext2.8*
857 %lang(pl) %{_mandir}/pl/man8/mkfs.ext3.8*
858 %lang(pl) %{_mandir}/pl/man8/mklost+found.8*
859 %lang(pl) %{_mandir}/pl/man8/tune2fs.8*
860 %{_datadir}/ss
861 %{_infodir}/e2compr.info*
862
863 %files devel
864 %defattr(644,root,root,755)
865 %doc doc/libblkid.txt
866 %if %{without allstatic}
867 %attr(755,root,root) %{_libdir}/libblkid.so
868 %attr(755,root,root) %{_libdir}/libe2p.so
869 %attr(755,root,root) %{_libdir}/libext2fs.so
870 %attr(755,root,root) %{_libdir}/libss.so
871 %endif
872 %{_includedir}/blkid
873 %{_includedir}/e2p
874 %{_includedir}/ext2fs
875 %{_includedir}/ss
876 %{_pkgconfigdir}/blkid.pc
877 %{_pkgconfigdir}/e2p.pc
878 %{_pkgconfigdir}/ext2fs.pc
879 %{_pkgconfigdir}/ss.pc
880 %{_infodir}/libext2fs.info*
881 %{_mandir}/man3/libblkid.3*
882
883 %files static
884 %defattr(644,root,root,755)
885 %{_libdir}/libblkid.a
886 %{_libdir}/libe2p.a
887 %{_libdir}/libext2fs.a
888 %{_libdir}/libss.a
889
890 %files -n libcom_err
891 %defattr(644,root,root,755)
892 %if %{without allstatic}
893 %attr(755,root,root) /%{_lib}/libcom_err.so.*.*
894 %attr(755,root,root) %ghost /%{_lib}/libcom_err.so.2
895 %endif
896
897 %files -n libcom_err-devel
898 %defattr(644,root,root,755)
899 %attr(755,root,root) %{_bindir}/compile_et
900 %{!?with_allstatic:%attr(755,root,root) %{_libdir}/libcom_err.so}
901 %{_includedir}/et
902 %{_datadir}/et
903 %{_pkgconfigdir}/com_err.pc
904 %{_mandir}/man1/compile_et.1*
905 %lang(ja) %{_mandir}/ja/man1/compile_et.1*
906 %{_mandir}/man3/com_err.3*
907 %lang(ja) %{_mandir}/ja/man3/com_err.3*
908
909 %files -n libcom_err-static
910 %defattr(644,root,root,755)
911 %{_libdir}/libcom_err.a
912
913 %files -n libuuid
914 %defattr(644,root,root,755)
915 %doc lib/uuid/COPYING
916 %attr(755,root,root) %{_bindir}/uuidgen
917 %if %{without allstatic}
918 %attr(755,root,root) /%{_lib}/libuuid.so.*.*
919 %attr(755,root,root) %ghost /%{_lib}/libuuid.so.1
920 %endif
921 %{_mandir}/man1/uuidgen.1*
922 %lang(ja) %{_mandir}/ja/man1/uuidgen.1*
923
924 %files -n libuuid-devel
925 %defattr(644,root,root,755)
926 %{!?with_allstatic:%attr(755,root,root) %{_libdir}/libuuid.so}
927 %{_includedir}/uuid
928 %{_pkgconfigdir}/uuid.pc
929 %{_mandir}/man3/uuid*.3*
930 %lang(ja) %{_mandir}/ja/man3/libuuid.3*
931 %lang(ja) %{_mandir}/ja/man3/uuid_*.3*
932
933 %files -n libuuid-static
934 %defattr(644,root,root,755)
935 %{_libdir}/libuuid.a
936
937 %files -n uuidd
938 %defattr(644,root,root,755)
939 %attr(2775,uuidd,uuidd) /var/lib/libuuid
940 %attr(6755,uuidd,uuidd) %{_sbindir}/uuidd
941 %{_mandir}/man8/uuidd.8*
942
943 %files -n fsck
944 %defattr(644,root,root,755)
945 %attr(755,root,root) /sbin/fsck
946 %if %{without allstatic}
947 %attr(755,root,root) /%{_lib}/libblkid.so.*.*
948 %attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
949 %endif
950 %{_mandir}/man8/fsck.8*
951 %lang(it) %{_mandir}/it/man8/fsck.8*
952 %lang(ja) %{_mandir}/ja/man8/fsck.8*
953 %lang(ko) %{_mandir}/ko/man8/fsck.8*
954 %lang(pl) %{_mandir}/pl/man8/fsck.8*
955
956 %if %{with initrd}
957 %files initrd
958 %defattr(644,root,root,755)
959 %attr(755,root,root) /sbin/initrd-blkid
960 %endif
This page took 0.089762 seconds and 3 git commands to generate.