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.11 Release: 1 Copyright: GPL Group: X11/Utilities Group(pl): X11/Narzędzia URL: http://www.obsession.se/gentoo Source0: ftp://ftp.obsession.se/gentoo/%{name}-%{version}.tar.gz Source1: gentoo.desktop Patch0: gentoo-makefile.patch Patch1: gentoo-config.patch BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: glib-devel >= 1.2.0 BuildRequires: XFree86-devel Requires: file BuildRoot: /tmp/%{name}-%{version}-root %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %define _applnkdir %{_datadir}/applnk %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 %patch0 -p1 %patch1 -p0 %build make DEBUG="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \ $RPM_BUILD_ROOT{%{_datadir}/%{name}/icons,%{_applnkdir}/Utilities} install -s %{name} $RPM_BUILD_ROOT%{_bindir} install gentoorc-example $RPM_BUILD_ROOT%{_datadir}/%{name}/gentoorc install icons/* $RPM_BUILD_ROOT%{_datadir}/%{name}/icons install docs/%{name}.1x $RPM_BUILD_ROOT%{_mandir}/man1 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \ BUGS FIXES-0.11 FIXES-0.9 README README.gtkrc CONFIG-CHANGES \ CREDITS docs/scratch/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {BUGS,FIXES-0.11,FIXES-0.9,README,README.gtkrc,CONFIG-CHANGES,CREDITS}.gz %doc docs/{*.{html,css},images,config,scratch} %doc gentoogtkrc-example gentoorc-example %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/* %{_applnkdir}/Utilities/gentoo.desktop