]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- cosmetics
authorpaladine <paladine@pld-linux.org>
Sun, 7 Nov 2004 11:41:12 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox.spec -> 1.100

busybox.spec

index f3f258c317c06053ff81e77c311bc18616252252..f71f547dfef35597779ba155340ac48f5335c610 100644 (file)
@@ -8,7 +8,7 @@
 # alternative busybox config file (replaces default one) you should
 # define cfgfile macro, i.e.
 #
-#       rpm --rebuild busybox.*.src.rpm --with altconfig --define "cfgfile bb-emb-config.h"
+#      rpm --rebuild busybox.*.src.rpm --with altconfig --define "cfgfile bb-emb-config.h"
 %bcond_with    altconfig       # use alternative config (defined by cfgfile)
 %bcond_with    linkfl          # creates links to busybox binary and puts them into file list
 # Options below are useful, when you want fileutils and grep providing.
@@ -58,15 +58,15 @@ URL:                http://www.busybox.net/
 BuildRequires: gcc >= 3.2
 %{?with_static:BuildRequires:  glibc-static}
 %if %{with initrd}
-  %if %{with dietlibc}
+       %if %{with dietlibc}
 BuildRequires: dietlibc-static
-  %else
-    %if %{with glibc}
+       %else
+               %if %{with glibc}
 BuildRequires: glibc-static
-    %else
+               %else
 BuildRequires: uClibc-static >= 0.9.21
-    %endif
-  %endif
+               %endif
+       %endif
 %endif
 %{?with_fileutl_prov:Provides: fileutils}
 %{?with_grep_prov:Provides:    grep}
@@ -180,7 +180,7 @@ install %{SOURCE3} .config
 
 %if %{with static}
 %{__make} oldconfig
-%{__make}  \
+%{__make} \
        CFLAGS_EXTRA="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags} -static" \
        CC="%{__cc}"
This page took 0.10751 seconds and 4 git commands to generate.