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)