View | Details | Raw Unified | Return to bug 4898
Collapse All | Expand All

(-)util-linux.spec.orig (-5 / +12 lines)
Lines 4-10 Link Here
4
%define main_ver 2.12p
4
%define main_ver 2.12p
5
Name: util-linux
5
Name: util-linux
6
Version: %main_ver
6
Version: %main_ver
7
Release: alt3
7
Release: alt3.1
8
8
9
%def_without hwclock
9
%def_without hwclock
10
%def_without getopt
10
%def_without getopt
Lines 339-346 Link Here
339
339
340
gcc -nostartfiles -nodefaultlibs -nostdlib pause.s -o pause
340
gcc -nostartfiles -nodefaultlibs -nostdlib pause.s -o pause
341
gcc $RPM_OPT_FLAGS chstk.c -o chstk
341
gcc $RPM_OPT_FLAGS chstk.c -o chstk
342
%ifarch %ix86
342
gcc $RPM_OPT_FLAGS stacktest.c -o stacktest
343
gcc $RPM_OPT_FLAGS stacktest.c -o stacktest
343
344
%endif
344
gcc $RPM_OPT_FLAGS -o nologin nologin.c
345
gcc $RPM_OPT_FLAGS -o nologin nologin.c
345
346
346
mkdir -p docs
347
mkdir -p docs
Lines 386-392 Link Here
386
install -pD -m755 $RPM_SOURCE_DIR/write.control $RPM_BUILD_ROOT/etc/control.d/facilities/write
387
install -pD -m755 $RPM_SOURCE_DIR/write.control $RPM_BUILD_ROOT/etc/control.d/facilities/write
387
388
388
install -p -m755 rescuept/rescuept $RPM_BUILD_ROOT%_sbindir
389
install -p -m755 rescuept/rescuept $RPM_BUILD_ROOT%_sbindir
389
install -p -m755 pause chstk stacktest $RPM_BUILD_ROOT%_bindir
390
install -p -m755 pause chstk $RPM_BUILD_ROOT%_bindir
391
%ifarch %ix86
392
install -p -m755 stacktest $RPM_BUILD_ROOT%_bindir
393
%endif
390
install -p -m755 nologin $RPM_BUILD_ROOT/sbin/
394
install -p -m755 nologin $RPM_BUILD_ROOT/sbin/
391
install -p -m644 nologin.8 $RPM_BUILD_ROOT%_man8dir/
395
install -p -m644 nologin.8 $RPM_BUILD_ROOT%_man8dir/
392
396
Lines 423-434 Link Here
423
# goes to procps
427
# goes to procps
424
rm -f .%_mandir/man1/kill.1*
428
rm -f .%_mandir/man1/kill.1*
425
429
426
%ifnarch alpha %ix86 ia64
430
%ifnarch alpha %ix86 ia64 x86_64
427
rm -f ./sbin/sfdisk
431
rm -f ./sbin/sfdisk
428
rm -f .%_man8dir/sfdisk.8*
432
rm -f .%_man8dir/sfdisk.8*
429
%endif
433
%endif
430
434
431
%ifnarch alpha armv4l %ix86
435
%ifnarch alpha armv4l %ix86 x86_64
432
rm -f .%_bindir/cytune
436
rm -f .%_bindir/cytune
433
rm -f .%_man8dir/cytune.8*
437
rm -f .%_man8dir/cytune.8*
434
%endif
438
%endif
Lines 557-562 Link Here
557
%_man1dir/look.*
561
%_man1dir/look.*
558
562
559
%changelog
563
%changelog
564
* Mon Apr 18 2005 Anton D. Kachalov <mouse@altlinux.org> 2.12p-alt3.1
565
- x86_64 support
566
560
* Thu Apr  7 2005 Ivan Zakharyaschev <imz@altlinux.ru> 2.12p-alt3
567
* Thu Apr  7 2005 Ivan Zakharyaschev <imz@altlinux.ru> 2.12p-alt3
561
- kbdrate is now packaged in kbd package.
568
- kbdrate is now packaged in kbd package.
562
- URL changed according to 
569
- URL changed according to 

Return to bug 4898