]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- removed rpmvercmp from -BOOT
authorklakier <klakier@pld-linux.org>
Wed, 27 Jun 2001 19:20:27 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added debug options to -BOOT (do not work, though))

Changed files:
    poldek.spec -> 1.16

poldek.spec

index 9386848edc66f11e5f3f00562e74e08f0ca1414e..01be35cf0ad3ebb64f83a2f52b5462c933b2c12f 100644 (file)
@@ -55,9 +55,8 @@ This version is for boot disk.
 %build
 %if %{?BOOT:1}%{!?BOOT:0}
 %configure --enable-static --disable-imode
-%{__make} CFLAGS="-Os"
+%{__make} CFLAGS="-O0 -g"
 mv -f %{name} %{name}-BOOT
-mv -f rpmvercmp rpmvercmp-BOOT
 %{__make} clean
 %endif
 
@@ -70,7 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{?BOOT:1}%{!?BOOT:0}
 install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
 install %{name}-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin/%{name}
-install rpmvercmp-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin/rpmvercmp
 %endif
 
 # no strip cause program's alpha stage and core may be useful
This page took 0.100805 seconds and 4 git commands to generate.