|
|
|
@ -13,11 +13,12 @@
|
|
|
|
|
%define EXIV2_REQ 0.14
|
|
|
|
|
%define TAGLIB_REQ 1.4
|
|
|
|
|
%define LIBGSF_REQ 1.12.0
|
|
|
|
|
%define POPPLER_REQ 0.6
|
|
|
|
|
|
|
|
|
|
%define use_autotool 0
|
|
|
|
|
%define if_pre 0
|
|
|
|
|
%define main_release 4
|
|
|
|
|
#%%define extratag svn1901_trunk
|
|
|
|
|
%define if_pre 1
|
|
|
|
|
%define main_release 1
|
|
|
|
|
%define extratag svn2145_trunk
|
|
|
|
|
%define mimeedit_rev 1958
|
|
|
|
|
|
|
|
|
|
%if 0%{?if_pre} > 0
|
|
|
|
@ -27,7 +28,7 @@
|
|
|
|
|
%define fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag}
|
|
|
|
|
|
|
|
|
|
Name: gnome-commander
|
|
|
|
|
Version: 1.2.7
|
|
|
|
|
Version: 1.2.8
|
|
|
|
|
Release: %{fedora_rel}%{?dist}
|
|
|
|
|
Summary: A nice and fast file manager for the GNOME desktop
|
|
|
|
|
Summary(pl): Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
|
|
|
|
@ -54,6 +55,7 @@ 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: gnome-doc-utils
|
|
|
|
@ -207,6 +209,9 @@ scrollkeeper-update -q || :
|
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 3 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
|
|
|
|
- rev 2145
|
|
|
|
|
|
|
|
|
|
* Wed Aug 13 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.7-4
|
|
|
|
|
- More fix for mimeedit.sh to remove potentially unsafe tmpfile
|
|
|
|
|
creation
|
|
|
|
|