aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox.spec24
-rw-r--r--examples/busybox.spec24
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 @@
1Name: busybox 1%define name busybox
2Version: 0.52 2%define epoch 0
3Release: 1 3%define version 0.52
4%define release %(date -I | sed -e 's/-/_/g')
5%define serial 1
6
7Name: %{name}
8#Epoch: %{epoch}
9Version: %{version}
10Release: %{release}
11Serial: %{serial}
12Copyright: GPL
4Group: System/Utilities 13Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
6Copyright: GPL 15URL: http://busybox.lineo.com/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version}
7Packager : Erik Andersen <andersen@lineo.com> 18Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils
9Buildroot: /tmp/%{Name}-%{Version}
10Source: %{Name}-%{Version}.tar.gz
11 19
12%Description 20%Description
13BusyBox combines tiny versions of many common UNIX utilities into a single 21BusyBox 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
19very much like their GNU counterparts. 27very 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
25make 33make
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 @@
1Name: busybox 1%define name busybox
2Version: 0.52 2%define epoch 0
3Release: 1 3%define version 0.52
4%define release %(date -I | sed -e 's/-/_/g')
5%define serial 1
6
7Name: %{name}
8#Epoch: %{epoch}
9Version: %{version}
10Release: %{release}
11Serial: %{serial}
12Copyright: GPL
4Group: System/Utilities 13Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
6Copyright: GPL 15URL: http://busybox.lineo.com/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version}
7Packager : Erik Andersen <andersen@lineo.com> 18Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils
9Buildroot: /tmp/%{Name}-%{Version}
10Source: %{Name}-%{Version}.tar.gz
11 19
12%Description 20%Description
13BusyBox combines tiny versions of many common UNIX utilities into a single 21BusyBox 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
19very much like their GNU counterparts. 27very 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
25make 33make