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.8 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 BuildPrereq: gtk+-devel >= 1.2.0 BuildPrereq: glib-devel >= 1.2.0 BuildPrereq: XFree86-devel Requires: file BuildRoot: /tmp/%{name}-%{version}-root %define _prefix /usr/X11R6 %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 CFLAGS="$RPM_OPT_FLAGS" \ make %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \ $RPM_BUILD_ROOT{%{_datadir}/%{name}/icons,/etc/X11/applnk/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/etc/X11/applnk/Utilities/%{name}.desktop gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \ BUGS FIXES-0.11 FIXES-0.9 README README.gtkrc COMPATIBILITY \ 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,COMPATIBILITY,CREDITS}.gz %doc docs/{*.{html,css},images,config,scratch} %doc gentoogtkrc-example gentoorc-example %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/* /etc/X11/applnk/Utilities/%{name}.desktop %changelog Revision 1.10 1999/07/12 23:05:57 kloczek - added using CVS keywords in %changelog (for automating them). * Mon Jun 28 1999 Piotr Czerwiński [0.11.8-1] - updated to 0.11.8, - added gentoo.desktop instead of wmconfig file, - minor fixes. * Thu May 20 1999 Piotr Czerwiński - based on spec written by Ryan Weaver . - package is FHS 2.0 compliant, - spec file rewritten for PLD use, - based on spec written by Ryan Weaver .