Accepting request 560188 from home:1Antoine1:branches:utilities
- Fix wrong conditionals for desktop_database_post(un) calls. OBS-URL: https://build.opensuse.org/request/show/560188 OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=17
This commit is contained in:
parent
5f355e72e6
commit
b408e7f42a
@ -1,9 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 18:01:01 UTC 2017 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
- Fix wrong conditionals for desktop_database_post(un) calls.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 13:04:03 UTC 2017 - sogal@volted.net
|
Mon Dec 11 13:04:03 UTC 2017 - sogal@volted.net
|
||||||
|
|
||||||
- Update desktop database upon ranger installation/removal
|
- Update desktop database upon ranger installation/removal
|
||||||
* Fixed desktop file by adding GenericName entry
|
- Fixed desktop file by adding GenericName entry using
|
||||||
using ranger.desktop.patch to that effect
|
ranger.desktop.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 21 23:02:07 UTC 2017 - aloisio@gmx.com
|
Sat Jan 21 23:02:07 UTC 2017 - aloisio@gmx.com
|
||||||
|
@ -28,6 +28,7 @@ Group: Productivity/File utilities
|
|||||||
Url: http://ranger.nongnu.org
|
Url: http://ranger.nongnu.org
|
||||||
Source: http://nongnu.org/ranger/ranger-%{version}.tar.gz
|
Source: http://nongnu.org/ranger/ranger-%{version}.tar.gz
|
||||||
Source99: ranger-rpmlintrc
|
Source99: ranger-rpmlintrc
|
||||||
|
# PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName
|
||||||
Patch0: ranger.desktop.patch
|
Patch0: ranger.desktop.patch
|
||||||
BuildRequires: python-devel >= 2.5.1
|
BuildRequires: python-devel >= 2.5.1
|
||||||
Requires: file
|
Requires: file
|
||||||
@ -77,12 +78,10 @@ python ./setup.py install \
|
|||||||
|
|
||||||
rm -rf "%{buildroot}%{_datadir}/doc/ranger"
|
rm -rf "%{buildroot}%{_datadir}/doc/ranger"
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1330
|
%if 0%{?suse_version} < 1330
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1330
|
|
||||||
%postun
|
%postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user