]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils.spec
- started some work
[packages/coreutils.git] / coreutils.spec
1 Summary:        Coreutils
2 Summary(pl):    Coreutils
3 Name:           coreutils
4 Version:        4.5.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        %{name}-%{version}.tar.bz2
9 #BuildRequires: 
10 #Requires:      
11 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 # when no spec requires sh/file/text utils Provides can be removed
13 Provides:       sh-utils
14 Provides:       fileutils
15 Provides:       textutils
16
17 %define _prefix /
18
19 %description
20 These are the GNU core utilities.  This package is the union of
21 the GNU fileutils, sh-utils, and textutils packages.
22
23 Most of these programs have significant advantages over their Unix
24 counterparts, such as greater speed, additional options, and fewer
25 arbitrary limits.
26
27 The programs that can be built with this package are:
28
29   basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd
30   df dir dircolors dirname du echo env expand expr factor false fmt fold
31   ginstall groups head hostid hostname id join kill link ln logname ls
32   md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr
33   printenv printf ptx pwd rm rmdir seq sha1sum shred sleep sort split
34   stat stty su sum sync tac tail tee test touch tr true tsort tty uname
35   unexpand uniq unlink uptime users vdir wc who whoami yes
36
37 %description -l pl
38 Narzêdzia rdzeniowe (core utilities) GNU to po³±czone paczki GNU fileutils,
39 sh-utils i textutils.
40
41 Wiêkszo¶æ z zawartych programów jest znacznie ulepszona w porównaniu
42 z ich Uniksowymi odpowiednikami, np. szybciej dzia³aj±, maj± dodatkowe
43 opcje i mniej ograniczeñ.
44
45 Programy zawarte w tej paczce to:
46
47   basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd
48   df dir dircolors dirname du echo env expand expr factor false fmt fold
49   ginstall groups head hostid hostname id join kill link ln logname ls
50   md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr
51   printenv printf ptx pwd rm rmdir seq sha1sum shred sleep sort split
52   stat stty su sum sync tac tail tee test touch tr true tsort tty uname
53   unexpand uniq unlink uptime users vdir wc who whoami yes
54
55 %prep
56 %setup -q
57
58 #%patch
59
60 %build
61 ./configure --prefix=%{_prefix}
62 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
67
68 %post
69 %postun
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc
77 %attr(,,)
This page took 0.136422 seconds and 4 git commands to generate.