mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 08:13:02 +00:00
update spec, chmod for executable file, add filters for rpmlint
This commit is contained in:
parent
09c6673844
commit
0b1f022d10
2 changed files with 6 additions and 0 deletions
|
@ -1 +1,5 @@
|
||||||
addFilter("E: hardcoded-library-path")
|
addFilter("E: hardcoded-library-path")
|
||||||
|
addFilter("E: zero-length")
|
||||||
|
addFilter("E: standard-dir-owned-by-package")
|
||||||
|
addFilter("W: jar-not-indexed")
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,8 @@ cat > %{buildroot}%{_bindir}/%{name} <<EOF
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
#meny entry
|
#meny entry
|
||||||
# menu-entry
|
# menu-entry
|
||||||
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue