From d69d830fcee1535df1d3848a329d0a243a8118a32c40e3f73dbd9e564a6bc039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 11 Aug 2012 19:01:53 +0000 Subject: [PATCH] - Implement %check - Fix license string OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=12 --- yasm.changes | 6 ++++++ yasm.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/yasm.changes b/yasm.changes index 70ec188..a25250b 100644 --- a/yasm.changes +++ b/yasm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 11 19:01:36 UTC 2012 - idonmez@suse.com + +- Implement %check +- Fix license string + ------------------------------------------------------------------- Mon Aug 6 13:53:00 UTC 2012 - chris@computersalat.de diff --git a/yasm.spec b/yasm.spec index c9d1afe..157c28d 100644 --- a/yasm.spec +++ b/yasm.spec @@ -18,7 +18,7 @@ Name: yasm Summary: A complete rewrite of the NASM assembler -License: Artistic-1.0, BSD-2-Clause, BSD-3-Clause, GPL-2.0+, LGPL-2.0+ +License: Artistic-1.0 and BSD-2-Clause and BSD-3-Clause and GPL-2.0+ and LGPL-2.0+ Group: Development/Languages/Other Version: 1.2.0 Release: 0 @@ -65,8 +65,8 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig -%clean -%{__rm} -rf %{buildroot} +%check +make check %files %defattr(-,root,root)