Summary: gentoo is a Gtk+ file manager for Linux Summary(pl): gentoo jest opartym na Gtk+ zarządcą plików pod Linuxa Name: gentoo Version: 0.11.18 Release: 1 License: GPL Group: X11/Applications Group(de): X11/Applikationen Group(es): X11/Aplicaciones Group(pl): X11/Aplikacje Group(pt_BR): X11/Aplicaçőes Group(pt): X11/Aplicaçőes Source0: http://prdownloads.sourceforge.net/gentoo/%{name}-%{version}.tar.gz Source1: %{name}.desktop URL: http://www.obsession.se/gentoo/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: libtool Requires: file BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %define _sysconfdir /etc/X11 %description gentoo is a file manager for Linux written from scratch in pure C. It uses the GTK+ toolkit for all of its interface needs. gentoo provides 100%% GUI configurability; no need to edit config files by hand and re- start the program. gentoo supports identifying the type of various files (using extension, regular expressions, and/or the 'file' command), and can display files of different types with different colors and icons. gentoo borrows some of its look and feel from the classic Amiga file manager "Directory OPUS"(TM) (written by Jonathan Potter). %description -l pl gentoo jest zarządcą plików dla Linuxa napisanym 'od zera' w czystym C. Używa zestawu narzędzi GTK+ do zaspokojenia wszystkich potrzeb związanych z interfejsem. gentoo zapewnia 100%-ową konfigurowalność graficznego interfejsu; nie ma potrzeby ręcznego edytowania plików konfiguracyjnch i ponownego uruchamiania programu. gentoo dostarcza identyfikację typów różnych plików (używając rozszerzenia, wyrażeń regularnych i/lub polecenia 'file') oraz potrafi wyświetlać pliki różnego typu w różnych kolorach i z różnymi ikonami. gentoo zapożycza trochę ze swojego wyglądu od klasycznego zarządcy plików Amigi -- "Directory OPUS"(TM) (napisanego przez Jonathana Pottera). %prep %setup -q %build rm -f missing aclocal autoconf automake -a -c %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities gzip -9nf AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz docs %config %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/* %{_applnkdir}/Utilities/gentoo.desktop