Search
j0ke.net Open Build Service
>
Projects
>
devel
>
yasm
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
yasm.spec
@@ -19,7 +19,8 @@ Version: 0.7.1 Release: 20 Summary: YASM is a complete rewrite of the NASM assembler -Source: yasm-%{version}.tar.gz +Source0: yasm-%{version}.tar.gz +Source1: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,8 +68,8 @@ %files %defattr(-,root,root) -%doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 -%doc GNU_LGPL-2.0 INSTALL NEWS README +%doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING GNU_GPL-2.0 +%doc GNU_LGPL-2.0 INSTALL %_libdir/lib* ##%_libdir/yasm /usr/bin/*
[-]
[+]
Added
yasm-rpmlintrc
^
@@ -0,0 +1,2 @@ +from Config import * +addFilter("yasm,.* devel-file-in-non-devel-package")