Accepting request 1083061 from home:jengelh:branches:utilities
chown -R has no effect, since you're touching files anyway OBS-URL: https://build.opensuse.org/request/show/1083061 OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=36
This commit is contained in:
parent
dbb29b394a
commit
ce868e5bc7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 26 16:17:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use multi-file find -exec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 14:04:00 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
Wed Apr 19 14:04:00 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define short_version 1.9.3
|
%define short_version 1.9.3
|
||||||
|
|
||||||
Name: ranger
|
Name: ranger
|
||||||
@ -29,15 +30,15 @@ Source99: ranger-rpmlintrc
|
|||||||
# PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName
|
# PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName
|
||||||
Patch0: ranger.desktop.diff
|
Patch0: ranger.desktop.diff
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: file
|
Requires: file
|
||||||
Requires: python3-curses
|
Requires: python3-curses
|
||||||
Recommends: atool
|
Recommends: atool
|
||||||
Recommends: highlight
|
Recommends: highlight
|
||||||
Recommends: mediainfo
|
Recommends: mediainfo
|
||||||
Recommends: w3m
|
|
||||||
Recommends: python3-Pillow
|
Recommends: python3-Pillow
|
||||||
|
Recommends: w3m
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -64,7 +65,7 @@ python3 ./setup.py install \
|
|||||||
--root=%{buildroot}
|
--root=%{buildroot}
|
||||||
|
|
||||||
mv "%{buildroot}%{_datadir}/doc/ranger" _doc
|
mv "%{buildroot}%{_datadir}/doc/ranger" _doc
|
||||||
find _doc -type f -exec chmod -R -x '{}' \;
|
find _doc -type f -exec chmod -x '{}' +
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user