i9cf
Mamoru Tasaka 17 years ago
parent 3bff12e19b
commit 841dc414c3

@ -1 +1 @@
gnome-commander-1.2.4.tar.bz2 gnome-commander-1.2.5.tar.bz2

@ -1,13 +1,13 @@
%define id3lib_ver 3.8.3 %define EXIV2_REQ 0.14
%define libexif_ver 0.6.12 %define TAGLIB_REQ 1.4
%define libgsf_ver 1.12.0 %define LIBGSF_REQ 1.12.0
%define libiptcdata_ver 0.2.1
%define python_ver 2.4
Name: gnome-commander Name: gnome-commander
Version: 1.2.4 Version: 1.2.5
Release: 4%{?dist}.2 Release: 1%{?dist}
Summary: A nice and fast file manager for the GNOME desktop 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 Group: Applications/File
License: GPLv2+ License: GPLv2+
@ -17,28 +17,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gettext BuildRequires: gettext
BuildRequires: intltool
BuildRequires: scrollkeeper BuildRequires: scrollkeeper
BuildRequires: chmlib-devel BuildRequires: chmlib-devel
BuildRequires: id3lib-devel >= %{id3lib_ver} BuildRequires: exiv2-devel >= %{EXIV2_REQ}
BuildRequires: lcms-devel BuildRequires: gnome-vfs2-devel
BuildRequires: libexif-devel >= %{libexif_ver} BuildRequires: libgsf-devel >= %{LIBGSF_REQ}
%if 0%{?fedora} >= 6 BuildRequires: libgnome-devel
BuildRequires: libgsf-devel
%endif
BuildRequires: libgnomeui-devel BuildRequires: libgnomeui-devel
BuildRequires: libiptcdata-devel >= %{libiptcdata_ver} BuildRequires: taglib-devel >= %{TAGLIB_REQ}
BuildRequires: gnome-doc-utils BuildRequires: gnome-doc-utils
BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Parser)
BuildRequires: python-devel >= %{python_ver} BuildRequires: python-devel
Requires: gnome-python2-gnomevfs Requires: gnome-python2-gnomevfs
Requires: id3lib >= %{id3lib_ver}
Requires: libexif >= %{libexif_ver}
Requires: libiptcdata >= %{libiptcdata_ver}
Requires: meld Requires: meld
#Requires: yelp
Requires(post): scrollkeeper Requires(post): scrollkeeper
Requires(postun): 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 In addition to performing the basic filemanager functions the program is
also an FTP-client and it can browse SMB-networks. 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 %prep
%setup -q %setup -q
@ -86,7 +104,14 @@ scrollkeeper-update -q || :
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %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}/* %{_bindir}/*
%{_libdir}/%{name}/ %{_libdir}/%{name}/
@ -101,6 +126,9 @@ scrollkeeper-update -q || :
%{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/
%changelog %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> * Sat Feb 9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
- Rebuild against gcc43 - Rebuild against gcc43
@ -123,12 +151,6 @@ scrollkeeper-update -q || :
- Update to 1.2.4 - Update to 1.2.4
- Support python chmlib libiptcdata - 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 * Sat Jun 9 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-7
- Require yelp (#243392) - Require yelp (#243392)
@ -198,7 +220,7 @@ scrollkeeper-update -q || :
- added dependencies - added dependencies
* Mon Jun 24 2002 Piotr Eljasiak <epiotr@use.pl> * 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> * Sat Jun 15 2002 Piotr Eljasiak <epiotr@use.pl>
- simplified install and files sections - simplified install and files sections

@ -1 +1 @@
9897237e3d297086d88ddf3c7d0dc560 gnome-commander-1.2.4.tar.bz2 7f6067eb837d3369f98bef80a6877596 gnome-commander-1.2.5.tar.bz2

Loading…
Cancel
Save