]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs.spec
- adding es/fr/pt_BR/ru/uk (and eventually de) Group translations
[packages/e2fsprogs.git] / e2fsprogs.spec
1 # conditional build:
2 # _without_embed - don't build uClibc version
3 Summary:        Tools for the second extended (ext2) filesystem
4 Summary(de):    Tools für das zweite erweiterte (ext2) Dateisystem
5 Summary(fr):    Outils pour le système de fichiers ext2
6 Summary(pl):    Narzêdzia do systemu plikowego ext2
7 Summary(tr):    ext2 dosya sistemi için araçlar
8 Name:           e2fsprogs
9 Version:        1.25
10 Release:        3
11 License:        GPL
12 Group:          Applications/System
13 Group(de):      Applikationen/System
14 Group(pl):      Aplikacje/System
15 Source0:        ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/%{name}-%{version}.tar.gz
16 Source1:        http://opensource.captech.com/e2compr/ftp/e2compr-0.4.texinfo.gz
17 Source2:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
18 Patch0:         %{name}-info.patch
19 Patch1:         e2compr-info.patch
20 Patch2:         %{name}-mountlabel3.patch
21 URL:            http://e2fsprogs.sourceforge.net/
22 PreReq:         /sbin/ldconfig
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24 BuildRequires:  automake
25 BuildRequires:  autoconf
26 BuildRequires:  gettext-devel
27 %if %{!?_without_embed:1}%{?_without_embed:0}
28 BuildRequires:  uClibc-devel
29 BuildRequires:  uClibc-static
30 %endif
31
32 %define embed_path      /usr/lib/embed
33 %define embed_cc        %{_arch}-uclibc-cc
34 %define embed_cflags    %{rpmcflags} -Os
35 %define uclibc_prefix   /usr/%{_arch}-linux-uclibc
36
37 %description
38 The e2fsprogs package contains a number of utilities for creating,
39 checking, modifying and correcting any inconsistencies in second
40 extended (ext2) filesystems. E2fsprogs contains e2fsck (used to repair
41 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
42 initialize a partition to contain an empty ext2 filesystem), debugfs
43 (used to examine the internal structure of a filesystem, to manually
44 repair a corrupted filesystem or to create test cases for e2fsck),
45 tune2fs (used to modify filesystem parameters) and most of the other
46 core ext2fs filesystem utilities.
47
48 %description -l de
49 Dieses Paket enthält eine Auswahl an Utilities zum Erstellen, Prüfen
50 und zur Instandsetzung von ext2-Dateisystemen.
51
52 %description -l fr
53 Ce package contient de nombreux utilitaires pour créer, vérifier, et
54 réparer les systèmes de fichiers ext2.
55
56 %description -l pl
57 Pakiet ten zawiera narzêdzia do tworzenia, sprawdzania i naprawiania
58 wolumenów dyskowych z systemem plikowym ext2. E2fsprogs zawiera e2fsck
59 (u¿ywany do naprawiania niespójno¶ci w systemie plikowym po
60 niepoprawnym zamkniêciu systemu), mke2fs (u¿ywany do inicjacji
61 wolumenów ext2), debugfs (¿ywany do sprawdzania wewnêtrznej struktury
62 wolumenów ext2, a tak¿e do rêcznego naprawiania b³êdów), tune2fs
63 (u¿ywany do modyfikacji parametrów wolumenów ext2) i kilka innych
64 narzêdzi do ext2.
65
66 %description -l tr
67 Bu paket, ext2 dosya sistemlerini yaratmak, onarmak, kontrol etmek ve
68 bazý parametrelerini deðiþtirmek için gerekli yazýlýmlarý içerir.
69
70 %package devel
71 Summary:        e2fs header files
72 Summary(de):    Header-Dateien für eine e2fs
73 Summary(pl):    Pliki nag³ówkowe do bibliotek e2fs
74 Group:          Development/Libraries
75 Group(de):      Entwicklung/Libraries
76 Group(es):      Desarrollo/Bibliotecas
77 Group(fr):      Development/Librairies
78 Group(pl):      Programowanie/Biblioteki
79 Group(pt_BR):   Desenvolvimento/Bibliotecas
80 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
81 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
82 Requires:       %{name} = %{version}
83
84 %description devel
85 E2fsprogs-devel contand header files and documentation needed to
86 develop second extended (ext2) filesystem-specific programs.
87
88 %description -l de devel
89 Header-Dateien, die zur Entwicklung von ext2-Dateisystemspezifischen
90 Programmen erforderlich sind.
91
92 %description -l pl devel
93 Pliki nag³ówkowe i dokumentacja niezbêdne do tworzenia programów
94 obs³uguj±cych e2fs.
95
96 %package static
97 Summary:        e2fs static libraries
98 Summary(de):    e2fs statische Libraries
99 Summary(pl):    Biblioteki statyczne do obs³ugi e2fs
100 Group:          Development/Libraries
101 Group(de):      Entwicklung/Libraries
102 Group(es):      Desarrollo/Bibliotecas
103 Group(fr):      Development/Librairies
104 Group(pl):      Programowanie/Biblioteki
105 Group(pt_BR):   Desenvolvimento/Bibliotecas
106 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
107 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
108 Requires:       %{name}-devel = %{version}
109
110 %description static
111 Static libraries files needed to develop ext2 filesystem-specific
112 programs statically linked with e2progs libs.
113
114 %description -l de static
115 Libraries zur Entwicklung von ext2-Dateisystemspezifischen Programmen
116 erforderlich sind.
117
118 %description -l pl static
119 Biblioteki statyczne do ob³ugi e2fs niezbêdne do kompilacji programów
120 statycznie skonsolidowanych (linkowanych) z bibliotekami do e2fs.
121
122 %package embed
123 Summary:        e2fs for bootdisk
124 Group:          Applications/System
125 Group(de):      Applikationen/System
126 Group(pl):      Aplikacje/System
127
128 %description embed
129 E2fsprogs-devel contains header files and documentation needed to
130 develop second extended (ext2) filesystem-specific programs. This
131 package is for bootdisk.
132
133 %package devel-embed
134 Summary:        e2fs header files for bootdisk
135 Summary(de):    Header-Dateien für eine e2fs
136 Summary(pl):    Pliki nag³ówkowe do bibliotek e2fs
137 Group:          Development/Libraries
138 Group(de):      Entwicklung/Libraries
139 Group(es):      Desarrollo/Bibliotecas
140 Group(fr):      Development/Librairies
141 Group(pl):      Programowanie/Biblioteki
142 Group(pt_BR):   Desenvolvimento/Bibliotecas
143 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
144 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
145
146 %description devel-embed
147 E2fsprogs-devel contand header files and documentation needed to
148 develop second extended (ext2) filesystem-specific programs.
149 Botodisk version.
150
151 %prep
152 %setup  -q
153 %patch0 -p1
154 gunzip < %{SOURCE1} > doc/e2compr.texinfo
155 patch -s -p1 < %{PATCH1}
156 %patch2 -p1
157
158 %build
159 chmod u+w configure aclocal.m4
160 gettextize --copy --force
161 aclocal
162 autoconf
163
164 %if %{!?_without_embed:1}%{?_without_embed:0}
165 %configure \
166         --with-root-prefix=/ \
167         --disable-nls \
168         --enable-compression \
169         --enable-all-static \
170         --disable-fsck \
171         --with-cc=%{embed_cc} \
172         --with-ccopts="%{embed_cflags}"
173 %{__make} libs
174 %{__make} progs
175 mv e2fsck/e2fsck e2fsck-embed-shared
176 for i in badblocks mke2fs; do 
177         mv misc/$i $i-embed-shared
178 done
179 %{__make} progs ALL_LDFLAGS="-static"
180 mv e2fsck/e2fsck e2fsck-embed-static
181 for i in badblocks mke2fs; do 
182         mv misc/$i $i-embed-static
183 done
184 mkdir embed-libs
185 cp lib/*.a embed-libs
186 %{__make} distclean
187 %endif
188
189 %configure \
190         --with-root-prefix=/ \
191         --enable-nls \
192         --enable-elf-shlibs \
193         --enable-compression \
194         %{?_without_static:--enable-dynamic-e2fsck} \
195         --enable-fsck
196
197 %{__make} libs progs docs
198 cd doc
199 makeinfo --no-split e2compr.texinfo 
200 cd ..
201
202 %install
203 rm -rf $RPM_BUILD_ROOT
204 export PATH=/sbin:$PATH
205
206 %{__make} install       DESTDIR=$RPM_BUILD_ROOT
207 %{__make} install-libs  DESTDIR=$RPM_BUILD_ROOT
208 %{__make} -C po install DESTDIR=$RPM_BUILD_ROOT
209
210 %if %{!?_without_embed:1}%{?_without_embed:0}
211 install -d $RPM_BUILD_ROOT%{embed_path}/{shared,static}
212 install -d $RPM_BUILD_ROOT%{uclibc_prefix}/{include,lib}
213 for i in badblocks mke2fs e2fsck; do 
214         install $i-embed-shared $RPM_BUILD_ROOT%{embed_path}/shared/$i
215         install $i-embed-static $RPM_BUILD_ROOT%{embed_path}/static/$i
216 done
217 cp -a $RPM_BUILD_ROOT%{_includedir}/* $RPM_BUILD_ROOT%{uclibc_prefix}/include
218 cp embed-libs/* $RPM_BUILD_ROOT%{uclibc_prefix}/lib
219 %endif
220
221 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext2
222 ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext3
223 ln -sf mke2fs $RPM_BUILD_ROOT/sbin/mkfs.ext2
224
225 install doc/e2compr.info $RPM_BUILD_ROOT%{_infodir}
226
227 bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
228
229 %find_lang %{name}
230
231 %post   
232 /sbin/ldconfig
233 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
234
235 %postun 
236 /sbin/ldconfig
237 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
238
239 %post  devel
240 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
241
242 %postun devel
243 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
244
245 %clean
246 rm -rf $RPM_BUILD_ROOT
247
248 %files -f %{name}.lang
249 %defattr(644,root,root,755)
250 %attr(755,root,root) /sbin/*
251 %attr(755,root,root) %{_sbindir}/*
252 %attr(755,root,root) %{_bindir}/*
253 %attr(755,root,root) /lib/lib*.so.*
254 %{_mandir}/man[18]/*
255 %lang(fi) %{_mandir}/fi/man[18]/*
256 %lang(fr) %{_mandir}/fr/man[18]/*
257 %lang(hu) %{_mandir}/hu/man[18]/*
258 %lang(it) %{_mandir}/it/man[18]/*
259 %lang(ja) %{_mandir}/ja/man[18]/*
260 %lang(ko) %{_mandir}/ko/man[18]/*
261 %lang(pl) %{_mandir}/pl/man[18]/*
262 %{_datadir}/et
263 %{_datadir}/ss
264 %{_infodir}/e2compr.info*
265
266 %files devel
267 %defattr(644,root,root,755)
268 %doc README RELEASE-NOTES
269
270 %{_infodir}/libext2fs.info*
271 %{_mandir}/man3/*
272 %lang(ja) %{_mandir}/ja/man3/*
273 %{_includedir}/*
274
275 %attr(755,root,root) %{_libdir}/lib*.so
276
277 %files static
278 %defattr(644,root,root,755)
279 %{_libdir}/lib*.a
280
281 %if %{!?_without_embed:1}%{?_without_embed:0}
282 %files embed
283 %defattr(644,root,root,755)
284 %attr(755,root,root) %{embed_path}/*/*
285
286 %files devel-embed
287 %{uclibc_prefix}/include/*
288 %{uclibc_prefix}/lib/*
289 %endif
This page took 0.055258 seconds and 4 git commands to generate.