Changes of Revision 9
[-] | Changed | yasm.spec |
x 1
2 Version: 0.7.1 3 Release: 20 4 Summary: YASM is a complete rewrite of the NASM assembler 5 -Source: yasm-%{version}.tar.gz 6 +Source0: yasm-%{version}.tar.gz 7 +Source1: %{name}-rpmlintrc 8 BuildRoot: %{_tmppath}/%{name}-%{version}-build 9 10 11
12 13 %files 14 %defattr(-,root,root) 15 -%doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 16 -%doc GNU_LGPL-2.0 INSTALL NEWS README 17 +%doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING GNU_GPL-2.0 18 +%doc GNU_LGPL-2.0 INSTALL 19 %_libdir/lib* 20 ##%_libdir/yasm 21 /usr/bin/* 22 |
||
[+] | Added | yasm-rpmlintrc ^ |
@@ -0,0 +1,2 @@ +from Config import * +addFilter("yasm,.* devel-file-in-non-devel-package") |