|
|
@ -19,12 +19,6 @@
|
|
|
|
# gcmd plugins uses symbols defined in gcmd binary
|
|
|
|
# gcmd plugins uses symbols defined in gcmd binary
|
|
|
|
%undefine _strict_symbol_defs_build
|
|
|
|
%undefine _strict_symbol_defs_build
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{fedora} >= 28
|
|
|
|
|
|
|
|
%global python2_devel python2-devel
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global python2_devel python-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global EXIV2_REQ 0.14
|
|
|
|
%global EXIV2_REQ 0.14
|
|
|
|
%global TAGLIB_REQ 1.4
|
|
|
|
%global TAGLIB_REQ 1.4
|
|
|
|
%global LIBGSF_REQ 1.12.0
|
|
|
|
%global LIBGSF_REQ 1.12.0
|
|
|
@ -37,7 +31,7 @@
|
|
|
|
%global use_autotool 0
|
|
|
|
%global use_autotool 0
|
|
|
|
%global update_po 0
|
|
|
|
%global update_po 0
|
|
|
|
%global if_pre 0
|
|
|
|
%global if_pre 0
|
|
|
|
%global main_release 3
|
|
|
|
%global main_release 1
|
|
|
|
#%%global extratag %{git_pull_JST}git%{shorthash}
|
|
|
|
#%%global extratag %{git_pull_JST}git%{shorthash}
|
|
|
|
%undefine extratag
|
|
|
|
%undefine extratag
|
|
|
|
%global mimeedit_rev 1958
|
|
|
|
%global mimeedit_rev 1958
|
|
|
@ -59,7 +53,7 @@
|
|
|
|
%global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag}
|
|
|
|
%global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag}
|
|
|
|
|
|
|
|
|
|
|
|
Name: gnome-commander
|
|
|
|
Name: gnome-commander
|
|
|
|
Version: 1.8.0
|
|
|
|
Version: 1.8.1
|
|
|
|
# Downgrade 3 times, sorry...
|
|
|
|
# Downgrade 3 times, sorry...
|
|
|
|
Epoch: 4
|
|
|
|
Epoch: 4
|
|
|
|
Release: %{fedora_rel}%{?dist}
|
|
|
|
Release: %{fedora_rel}%{?dist}
|
|
|
@ -76,6 +70,8 @@ Source1: gnome-commander.sh
|
|
|
|
Source10: mimeedit-svn%{mimeedit_rev}.sh
|
|
|
|
Source10: mimeedit-svn%{mimeedit_rev}.sh
|
|
|
|
Patch1: gnome-commander-1.6.0-path-fedora-specific.patch
|
|
|
|
Patch1: gnome-commander-1.6.0-path-fedora-specific.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
@ -97,7 +93,6 @@ BuildRequires: libSM-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: %python2_devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{use_autotool}
|
|
|
|
%if %{use_autotool}
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
@ -107,7 +102,6 @@ BuildRequires: libtool
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: gnome-python2-gnomevfs
|
|
|
|
|
|
|
|
Requires: gnome-vfs2-smb
|
|
|
|
Requires: gnome-vfs2-smb
|
|
|
|
Requires: meld
|
|
|
|
Requires: meld
|
|
|
|
Requires: gnome-icon-theme-legacy
|
|
|
|
Requires: gnome-icon-theme-legacy
|
|
|
@ -284,6 +278,9 @@ exit 0
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 6 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.8.1-1
|
|
|
|
|
|
|
|
- 1.8.1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 15 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.8.0-3
|
|
|
|
* Thu Feb 15 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.8.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|