|
Lines 4-10
Link Here
|
| 4 |
Summary(ru_RU.UTF-8): Утилиты для файловой системы IBM JFS |
4 |
Summary(ru_RU.UTF-8): Утилиты для файловой системы IBM JFS |
| 5 |
|
5 |
|
| 6 |
Name: jfsprogs |
6 |
Name: jfsprogs |
| 7 |
Version: 1.1.10 |
7 |
Version: 1.1.11 |
| 8 |
Release: alt1 |
8 |
Release: alt1 |
| 9 |
|
9 |
|
| 10 |
License: GPL |
10 |
License: GPL |
|
Lines 14-20
Link Here
|
| 14 |
Source0: %rname-%version.tar |
14 |
Source0: %rname-%version.tar |
| 15 |
|
15 |
|
| 16 |
Requires: libe2fs |
16 |
Requires: libe2fs |
| 17 |
# Automatically added by buildreq on Mon May 29 2006 |
17 |
# Automatically added by buildreq on Wed Nov 08 2006 |
| 18 |
BuildRequires: libe2fs-devel linux-libc-headers |
18 |
BuildRequires: libe2fs-devel linux-libc-headers |
| 19 |
|
19 |
|
| 20 |
%description |
20 |
%description |
|
Lines 42-60
Link Here
|
| 42 |
%setup -q -n %rname-%version |
42 |
%setup -q -n %rname-%version |
| 43 |
|
43 |
|
| 44 |
%build |
44 |
%build |
| 45 |
%configure |
45 |
%configure --sbindir=/sbin |
| 46 |
%make_build |
46 |
%make_build |
| 47 |
|
47 |
|
| 48 |
%install |
48 |
%install |
| 49 |
%makeinstall |
49 |
make install DESTDIR=%buildroot |
| 50 |
%__mkdir_p %buildroot/sbin |
|
|
| 51 |
%__mv %buildroot%_sbindir/* %buildroot/sbin |
| 52 |
|
50 |
|
| 53 |
%files |
51 |
%files |
| 54 |
/sbin/* |
52 |
/sbin/* |
| 55 |
%_mandir/*/* |
53 |
%_mandir/*/* |
| 56 |
|
54 |
|
| 57 |
%changelog |
55 |
%changelog |
|
|
56 |
* Wed Nov 08 2006 Michael Shigorin <mike@altlinux.org> 1.1.11-alt1 |
| 57 |
- 1.1.11 (NMU) |
| 58 |
- spec cleanup (peeked at vendor's spec installation part) |
| 59 |
|
| 58 |
* Mon May 29 2006 Anton Farygin <rider@altlinux.ru> 1.1.10-alt1 |
60 |
* Mon May 29 2006 Anton Farygin <rider@altlinux.ru> 1.1.10-alt1 |
| 59 |
- new version |
61 |
- new version |
| 60 |
- specfile cleanup |
62 |
- specfile cleanup |