update spec, chmod for executable file, add filters for rpmlint

This commit is contained in:
Sergey Zhemoitel 2017-07-16 20:56:40 +03:00
parent 09c6673844
commit 0b1f022d10
2 changed files with 6 additions and 0 deletions

View file

@ -1 +1,5 @@
addFilter("E: hardcoded-library-path")
addFilter("E: zero-length")
addFilter("E: standard-dir-owned-by-package")
addFilter("W: jar-not-indexed")

View file

@ -60,6 +60,8 @@ cat > %{buildroot}%{_bindir}/%{name} <<EOF
EOF
chmod +x %{buildroot}%{_bindir}/%{name}
#meny entry
# menu-entry
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF