]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:51 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.spec -> 1.29

bootparamd.spec

index 1a38b165df19d3d491aff501fe64028894c423a4..5bc3ce621855c59e0a48d7a6fc979a24d589e7c0 100644 (file)
@@ -9,8 +9,8 @@ Source0:        ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-%{name}-%{ver
 # Source0-md5: 00d211115b11aec2e214b701fe72f397
 Source1:       %{name}.init
 Patch0:                %{name}-install_man_fix.patch
 # Source0-md5: 00d211115b11aec2e214b701fe72f397
 Source1:       %{name}.init
 Patch0:                %{name}-install_man_fix.patch
-Prereq:                rc-scripts
 Prereq:                /sbin/chkconfig
 Prereq:                /sbin/chkconfig
+Prereq:                rc-scripts
 Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -39,7 +39,8 @@ serwerami potrzebuj
 %patch -p1
 
 %build
 %patch -p1
 
 %build
-./configure --with-c-compiler=%{__cc}
+./configure \
+       --with-c-compiler=%{__cc}
 %{__make} CFLAGS="%{rpmcflags}"
 
 %install
 %{__make} CFLAGS="%{rpmcflags}"
 
 %install
This page took 0.100215 seconds and 4 git commands to generate.