[udis86: 1/3] udis86.spec: remove outdated comment

Scott Tsai scottt at fedoraproject.org
Mon Sep 2 09:00:05 UTC 2013


commit 9e03ea3af9c444795c4594edea3d34708dbbdb83
Author: Scott Tsai <scottt.tw at gmail.com>
Date:   Mon Sep 2 16:50:20 2013 +0800

    udis86.spec: remove outdated comment

 udis86.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/udis86.spec b/udis86.spec
index de54567..87988ad 100644
--- a/udis86.spec
+++ b/udis86.spec
@@ -8,8 +8,6 @@ License:        BSD
 URL:            https://github.com/vmt/udis86
 Source0:        %{name}-%{version}.tar.gz
 
-# Disable unit tests that require yasm > 1.2.0
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python
@@ -35,7 +33,6 @@ developing applications that use %{name}.
 find '(' -name '*.c' -or -name '*.h' ')' -exec chmod 644 {} \;
 
 %build
-# don't let automake treat warnings as errors
 %configure --disable-static --enable-shared
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool


More information about the scm-commits mailing list