|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
%global EXIV2_REQ 0.14
|
|
|
|
|
%global TAGLIB_REQ 1.4
|
|
|
|
|
%global LIBGSF_REQ 1.12.0
|
|
|
|
|
%global POPPLER_REQ 0.6
|
|
|
|
|
%global POPPLER_REQ 0.8
|
|
|
|
|
|
|
|
|
|
%global git_pull_JST D20090629T1400
|
|
|
|
|
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
%global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag}
|
|
|
|
|
|
|
|
|
|
Name: gnome-commander
|
|
|
|
|
Version: 1.2.8.17
|
|
|
|
|
Version: 1.4.0
|
|
|
|
|
# Downgrade 3 times, sorry...
|
|
|
|
|
Epoch: 4
|
|
|
|
|
Release: %{fedora_rel}%{?dist}
|
|
|
|
@ -59,7 +59,7 @@ Summary(sv): GNOME Commander är en snabb och smidig filhanderare för GNOME
|
|
|
|
|
Group: Applications/File
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://gcmd.github.io/
|
|
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}%{?extratag:-%extratag}.tar.xz
|
|
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.4/%{name}-%{version}%{?extratag:-%extratag}.tar.xz
|
|
|
|
|
Source1: gnome-commander.sh
|
|
|
|
|
Source10: mimeedit-svn%{mimeedit_rev}.sh
|
|
|
|
|
Patch10: mimeedit-svn1958.diff
|
|
|
|
@ -71,13 +71,15 @@ BuildRequires: intltool
|
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
|
|
|
|
|
BuildRequires: chmlib-devel
|
|
|
|
|
BuildRequires: exiv2-devel >= %{EXIV2_REQ}
|
|
|
|
|
BuildRequires: gnome-vfs2-devel
|
|
|
|
|
BuildRequires: libgsf-devel >= %{LIBGSF_REQ}
|
|
|
|
|
BuildRequires: libgnome-devel
|
|
|
|
|
BuildRequires: libgnomeui-devel
|
|
|
|
|
BuildRequires: poppler-devel >= %{POPPLER_REQ}
|
|
|
|
|
BuildRequires: taglib-devel >= %{TAGLIB_REQ}
|
|
|
|
|
BuildRequires: pkgconfig(exiv2) >= %{EXIV2_REQ}
|
|
|
|
|
BuildRequires: pkgconfig(gnome-keyring-1)
|
|
|
|
|
BuildRequires: pkgconfig(gnome-vfs-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libgsf-1) >= %{LIBGSF_REQ}
|
|
|
|
|
BuildRequires: pkgconfig(libgnome-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libgnomeui-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(poppler) >= %{POPPLER_REQ}
|
|
|
|
|
BuildRequires: pkgconfig(taglib) >= %{TAGLIB_REQ}
|
|
|
|
|
BuildRequires: pkgconfig(unique-1.0)
|
|
|
|
|
|
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
@ -242,6 +244,9 @@ desktop-file-install \
|
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 18 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.4.0-1
|
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.2.8.17-1
|
|
|
|
|
- Update to 1.2.8.17
|
|
|
|
|
|
|
|
|
|