diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-09 18:34:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-09 18:34:12 +0000 |
commit | f52947ba71cafc771a5858ee2347f31e724376fc (patch) | |
tree | fe71b3d54b65f9a0430a66990981c6fe92cf3251 /examples/busybox.spec | |
parent | aa64ba459f2e77d30f73dfaf0512c97cd1ce9f14 (diff) | |
download | busybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.tar.gz busybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.tar.bz2 busybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.zip |
Fix the spec file so it works on redhat systems. At least I think
it will work on redhat. At least it now works on my Debian box...
-Erik
Diffstat (limited to 'examples/busybox.spec')
-rw-r--r-- | examples/busybox.spec | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index d1aea5f8c..f3c2b734d 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -1,13 +1,21 @@ | |||
1 | Name: busybox | 1 | %define name busybox |
2 | Version: 0.52 | 2 | %define epoch 0 |
3 | Release: 1 | 3 | %define version 0.52 |
4 | %define release %(date -I | sed -e 's/-/_/g') | ||
5 | %define serial 1 | ||
6 | |||
7 | Name: %{name} | ||
8 | #Epoch: %{epoch} | ||
9 | Version: %{version} | ||
10 | Release: %{release} | ||
11 | Serial: %{serial} | ||
12 | Copyright: GPL | ||
4 | Group: System/Utilities | 13 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 14 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
6 | Copyright: GPL | 15 | URL: http://busybox.lineo.com/ |
16 | Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz | ||
17 | Buildroot: /var/tmp/%{name}-%{version} | ||
7 | Packager : Erik Andersen <andersen@lineo.com> | 18 | Packager : Erik Andersen <andersen@lineo.com> |
8 | Conflicts: fileutils grep shellutils | ||
9 | Buildroot: /tmp/%{Name}-%{Version} | ||
10 | Source: %{Name}-%{Version}.tar.gz | ||
11 | 19 | ||
12 | %Description | 20 | %Description |
13 | BusyBox combines tiny versions of many common UNIX utilities into a single | 21 | BusyBox combines tiny versions of many common UNIX utilities into a single |
@@ -19,7 +27,7 @@ their full featured GNU cousins; however, the options that are provided behave | |||
19 | very much like their GNU counterparts. | 27 | very much like their GNU counterparts. |
20 | 28 | ||
21 | %Prep | 29 | %Prep |
22 | %setup -q -n %{Name}-%{Version} | 30 | %setup -q -n %{name}-%{version} |
23 | 31 | ||
24 | %Build | 32 | %Build |
25 | make | 33 | make |