Mamoru TASAKA 7 years ago
parent 408fe27bfc
commit 9f12b2f33b

1
.gitignore vendored

@ -27,3 +27,4 @@ gnome-commander-1.2.8.7.tar.bz2
/gnome-commander-1.6.3.tar.xz
/gnome-commander-1.6.4.tar.xz
/gnome-commander-1.8.0.tar.xz
/gnome-commander-1.8.1.tar.xz

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

@ -1 +1 @@
SHA512 (gnome-commander-1.8.0.tar.xz) = 0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
SHA512 (gnome-commander-1.8.1.tar.xz) = 76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32

Loading…
Cancel
Save