|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
%define id3lib_ver 3.8.3
|
|
|
|
|
%define libexif_ver 0.6.12
|
|
|
|
|
%define libgsf_ver 1.12.0
|
|
|
|
|
%define libiptcdata_ver 0.2.1
|
|
|
|
|
%define python_ver 2.4
|
|
|
|
|
%define EXIV2_REQ 0.14
|
|
|
|
|
%define TAGLIB_REQ 1.4
|
|
|
|
|
%define LIBGSF_REQ 1.12.0
|
|
|
|
|
|
|
|
|
|
Name: gnome-commander
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 4%{?dist}.2
|
|
|
|
|
Version: 1.2.5
|
|
|
|
|
Release: 1%{?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)
|
|
|
|
|
Summary(sv): GNOME Commander är en snabb och smidig filhanderare för GNOME
|
|
|
|
|
|
|
|
|
|
Group: Applications/File
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -17,28 +17,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
|
|
|
|
|
BuildRequires: chmlib-devel
|
|
|
|
|
BuildRequires: id3lib-devel >= %{id3lib_ver}
|
|
|
|
|
BuildRequires: lcms-devel
|
|
|
|
|
BuildRequires: libexif-devel >= %{libexif_ver}
|
|
|
|
|
%if 0%{?fedora} >= 6
|
|
|
|
|
BuildRequires: libgsf-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: exiv2-devel >= %{EXIV2_REQ}
|
|
|
|
|
BuildRequires: gnome-vfs2-devel
|
|
|
|
|
BuildRequires: libgsf-devel >= %{LIBGSF_REQ}
|
|
|
|
|
BuildRequires: libgnome-devel
|
|
|
|
|
BuildRequires: libgnomeui-devel
|
|
|
|
|
BuildRequires: libiptcdata-devel >= %{libiptcdata_ver}
|
|
|
|
|
BuildRequires: taglib-devel >= %{TAGLIB_REQ}
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
|
BuildRequires: python-devel >= %{python_ver}
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
|
|
|
|
Requires: gnome-python2-gnomevfs
|
|
|
|
|
Requires: id3lib >= %{id3lib_ver}
|
|
|
|
|
Requires: libexif >= %{libexif_ver}
|
|
|
|
|
Requires: libiptcdata >= %{libiptcdata_ver}
|
|
|
|
|
Requires: meld
|
|
|
|
|
#Requires: yelp
|
|
|
|
|
Requires(post): scrollkeeper
|
|
|
|
|
Requires(postun): scrollkeeper
|
|
|
|
|
|
|
|
|
@ -47,6 +42,29 @@ GNOME Commander is a nice and fast file manager for the GNOME desktop.
|
|
|
|
|
In addition to performing the basic filemanager functions the program is
|
|
|
|
|
also an FTP-client and it can browse SMB-networks.
|
|
|
|
|
|
|
|
|
|
%description -l cs
|
|
|
|
|
GNOME Commander je pěkný a rychlý správce souborů pro GNOME desktop.
|
|
|
|
|
Kromě základních funkcí správy souborů je program také
|
|
|
|
|
FTP klient a umí procházet SMB sítěmi.
|
|
|
|
|
|
|
|
|
|
%description -l pl
|
|
|
|
|
GNOME Commander to niewielki i wydajny menadżer plików umożliwiający
|
|
|
|
|
wykonywanie za pomocą klawiatury wszystkich standardowych operacji na plikach.
|
|
|
|
|
Dostępne są również dodatkowe funkcje jak np. obsługa FTP, czy też obsługa
|
|
|
|
|
sieci SMB.
|
|
|
|
|
|
|
|
|
|
%description -l ru
|
|
|
|
|
Быстро работающий файловый менеджер для Gnome. Может выполнять большинство
|
|
|
|
|
типовых операций с файлами, умеет обнаруживать изменения, внесенные в файлы
|
|
|
|
|
другими программами, и автоматически обновлять отображаемый список файлов.
|
|
|
|
|
Поддерживает описания файловых структур в формате DND и кодировки MIME.
|
|
|
|
|
Реализует на базовом уровне поддержку FTP через GnomeVFS.
|
|
|
|
|
|
|
|
|
|
%description -l sv
|
|
|
|
|
GNOME Commander är en snabb och smidig filhanderare för GNOME.
|
|
|
|
|
Utöver att kunna hantera filer på din egen dator så kan programmet även
|
|
|
|
|
ansluta till FTP-servrar och SMB-nätverk.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
@ -86,7 +104,14 @@ scrollkeeper-update -q || :
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%doc BUGS
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%doc NEWS
|
|
|
|
|
%doc README
|
|
|
|
|
%doc TODO
|
|
|
|
|
%doc doc/*.txt
|
|
|
|
|
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_libdir}/%{name}/
|
|
|
|
@ -101,6 +126,9 @@ scrollkeeper-update -q || :
|
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Mar 1 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.5-1
|
|
|
|
|
- 1.2.5
|
|
|
|
|
|
|
|
|
|
* Sat Feb 9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
|
|
|
|
- Rebuild against gcc43
|
|
|
|
|
|
|
|
|
@ -123,12 +151,6 @@ scrollkeeper-update -q || :
|
|
|
|
|
- Update to 1.2.4
|
|
|
|
|
- Support python chmlib libiptcdata
|
|
|
|
|
|
|
|
|
|
- From upstream:
|
|
|
|
|
Sun Feb 4 2007 Piotr Eljasiak <epiotr@use.pl>
|
|
|
|
|
- added libgsf dependencies
|
|
|
|
|
Wed Jan 30 2007 Piotr Eljasiak <epiotr@use.pl>
|
|
|
|
|
- added build and runtime deps for python and gnome-python2-gnomevfs
|
|
|
|
|
|
|
|
|
|
* Sat Jun 9 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-7
|
|
|
|
|
- Require yelp (#243392)
|
|
|
|
|
|
|
|
|
@ -198,7 +220,7 @@ scrollkeeper-update -q || :
|
|
|
|
|
- added dependencies
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2002 Piotr Eljasiak <epiotr@use.pl>
|
|
|
|
|
- more cleanup in install section
|
|
|
|
|
- more cleanup in install section
|
|
|
|
|
|
|
|
|
|
* Sat Jun 15 2002 Piotr Eljasiak <epiotr@use.pl>
|
|
|
|
|
- simplified install and files sections
|
|
|
|
|