diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-09 18:34:12 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-09 18:34:12 +0000 |
| commit | e91ae59c1bf574bf81e688f17ec1b962d1fb3d68 (patch) | |
| tree | fe71b3d54b65f9a0430a66990981c6fe92cf3251 | |
| parent | d811e958eb4fa4459d662548f78d1312a1cf2793 (diff) | |
| download | busybox-w32-e91ae59c1bf574bf81e688f17ec1b962d1fb3d68.tar.gz busybox-w32-e91ae59c1bf574bf81e688f17ec1b962d1fb3d68.tar.bz2 busybox-w32-e91ae59c1bf574bf81e688f17ec1b962d1fb3d68.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
git-svn-id: svn://busybox.net/trunk/busybox@3043 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | busybox.spec | 24 | ||||
| -rw-r--r-- | examples/busybox.spec | 24 |
2 files changed, 32 insertions, 16 deletions
diff --git a/busybox.spec b/busybox.spec index d1aea5f8c..f3c2b734d 100644 --- a/busybox.spec +++ b/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 |
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 |
