- Implement %check
- Fix license string OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=12
This commit is contained in:
parent
4c2a29124e
commit
d69d830fce
@ -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
|
Mon Aug 6 13:53:00 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: yasm
|
Name: yasm
|
||||||
Summary: A complete rewrite of the NASM assembler
|
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
|
Group: Development/Languages/Other
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -65,8 +65,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%check
|
||||||
%{__rm} -rf %{buildroot}
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user