|
Lines 1-22
Link Here
|
| 1 |
Name: dosfstools |
1 |
Name: dosfstools |
| 2 |
Version: 2.10 |
2 |
Version: 2.11 |
| 3 |
Release: alt2 |
3 |
Release: alt1 |
| 4 |
|
4 |
|
| 5 |
Summary: Utilities to create and check MS-DOS FAT filesystems |
5 |
Summary: Utilities to create and check MS-DOS FAT filesystems |
| 6 |
Summary(ru_RU.KOI8-R): õÔÉÌÉÔÙ ÄÌÑ ÓÏÚÄÁÎÉÑ É ÐÒÏ×ÅÒËÉ ÆÁÊÌÏ×ÙÈ ÓÉÓÔÅÍ MS-DOS FAT |
6 |
Summary(ru_RU.KOI8-R): õÔÉÌÉÔÙ ÄÌÑ ÓÏÚÄÁÎÉÑ É ÐÒÏ×ÅÒËÉ ÆÁÊÌÏ×ÙÈ ÓÉÓÔÅÍ MS-DOS FAT |
| 7 |
License: GPL |
7 |
License: GPL |
| 8 |
Group: File tools |
8 |
Group: File tools |
| 9 |
Packager: Anton Farygin <rider@altlinux.ru> |
9 |
#Packager: Anton Farygin <rider@altlinux.ru> |
| 10 |
|
10 |
|
| 11 |
Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/%name-%version.src.tar.bz2 |
11 |
Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/%name-%version.src.tar.gz |
| 12 |
Source1: msdos_fs.h |
|
|
| 13 |
Patch: dosfstools-2.10-compile-against-2.4-header.patch |
| 14 |
Patch2: dosfstools-2.10-noumount-subfs.patch |
12 |
Patch2: dosfstools-2.10-noumount-subfs.patch |
|
|
13 |
Patch3: dosfstools-2.11-alt-extbootcode.patch |
| 15 |
URL: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools |
14 |
URL: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools |
| 16 |
|
15 |
|
| 17 |
Obsoletes: mkdosfs-ygg |
16 |
Obsoletes: mkdosfs-ygg |
| 18 |
|
17 |
|
| 19 |
BuildPreReq: kernel-headers-std |
18 |
BuildPreReq: kernel-headers |
| 20 |
|
19 |
|
| 21 |
%description |
20 |
%description |
| 22 |
Inside of this package there are two utilities to create and to |
21 |
Inside of this package there are two utilities to create and to |
|
Lines 25-35
Link Here
|
| 25 |
format of DOS 3.3+ as well as provides a default dummy boot sector |
24 |
format of DOS 3.3+ as well as provides a default dummy boot sector |
| 26 |
code. |
25 |
code. |
| 27 |
|
26 |
|
|
|
27 |
%description -l ru_RU.KOI8-R |
| 28 |
÷ ÜÔÏÍ ÐÁËÅÔÅ ÓÏÄÅÒÖÁÔÓÑ Ä×Å ÕÔÉÌÉÔÙ: mkdosfs ÄÌÑ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ |
| 29 |
ÄÉÓËÅÔ É ÒÁÚÄÅÌÏ× ÆÏÒÍÁÔÏ× FAT É FAT32, ÐÒÉÎÑÔÙÈ × MS-DOS É Windows, |
| 30 |
Á ÔÁËÖÅ dosfsck ÄÌÑ ÐÒÏ×ÅÒËÉ ÔÁËÉÈ ÄÉÓËÏ× ÎÁ ÌÏÇÉÞÅÓËÉÅ ÏÛÉÂËÉ. |
| 31 |
|
| 28 |
%prep |
32 |
%prep |
| 29 |
%setup -q |
33 |
%setup -q |
| 30 |
%patch -p1 |
|
|
| 31 |
%patch2 -p1 |
34 |
%patch2 -p1 |
| 32 |
cp -f %SOURCE1 dosfsck/ |
35 |
%patch3 -b .bootcode |
| 33 |
|
36 |
|
| 34 |
%build |
37 |
%build |
| 35 |
%make_build PREFIX=/ CFLAGS="$RPM_OPT_FLAGS" |
38 |
%make_build PREFIX=/ CFLAGS="$RPM_OPT_FLAGS" |
|
Lines 45-50
Link Here
|
| 45 |
%doc CHANGES TODO README* |
48 |
%doc CHANGES TODO README* |
| 46 |
|
49 |
|
| 47 |
%changelog |
50 |
%changelog |
|
|
51 |
* Sun Apr 3 2005 Ilya Evseev <evseev@altlinux.ru> 2.11-alt1 |
| 52 |
- Updated to version 2.11 |
| 53 |
- Implemented mkdosfs feature: copy bootloader code from another file |
| 54 |
- Specfile fixes: |
| 55 |
+ added russian description |
| 56 |
+ BuildPreReq: kernel-headers-std replaced to kernel-headers |
| 57 |
+ disabled source #1, patch #0: no more needed? |
| 58 |
|
| 48 |
* Tue Jul 20 2004 Anton Farygin <rider@altlinux.ru> 2.10-alt2 |
59 |
* Tue Jul 20 2004 Anton Farygin <rider@altlinux.ru> 2.10-alt2 |
| 49 |
- fixed #4844 |
60 |
- fixed #4844 |
| 50 |
|
61 |
|