]> git.pld-linux.org Git - packages/fasm.git/commitdiff
- drop no_install_post_strip (not reasoned) master
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Jan 2008 23:09:29 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fasm.spec -> 1.10

fasm.spec

index 88a79fedd9ea8908aac84d922aaae9dabf3b8193..494b97235ae6e3abac3ef4d34f636c1f9e866b33 100644 (file)
--- a/fasm.spec
+++ b/fasm.spec
@@ -12,14 +12,12 @@ Group:              Development/Tools
 Source0:       http://flatassembler.net/%{name}-%{version}.tgz
 # Source0-md5: f5cb8e91bfc53d0a1102790a64c80153
 URL:           http://flatassembler.net/
-%if !%{with bootstrap}
+%if %{without bootstrap}
 BuildRequires: fasm
 %endif
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                no_install_post_strip   1
-
 %description
 The flat assembler is a fast and efficient self-assembling 80x86
 assembler for DOS, Windows and Linux operating systems. Currently it
@@ -44,7 +42,7 @@ Płaski asembler potrafi sam się skompilować oraz zawiera pełen kod
 %setup -q -n %{name}
 
 %build
-%if !%{with bootstrap}
+%if %{without bootstrap}
 ASM=%{name}
 %else
 ASM=../../%{name}
This page took 0.054476 seconds and 4 git commands to generate.