]> git.pld-linux.org Git - packages/gentoo.git/blob - gentoo.spec
- updated to 0.11.11
[packages/gentoo.git] / gentoo.spec
1 Summary:        gentoo is a Gtk+ file manager for Linux.
2 Summary(pl):    gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuxa.
3 Name:           gentoo
4 Version:        0.11.11
5 Release:        1
6 Copyright:      GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 URL:            http://www.obsession.se/gentoo
10 Source0:        ftp://ftp.obsession.se/gentoo/%{name}-%{version}.tar.gz
11 Source1:        gentoo.desktop
12 Patch0:         gentoo-makefile.patch
13 Patch1:         gentoo-config.patch
14 BuildRequires:  gtk+-devel >= 1.2.0
15 BuildRequires:  glib-devel >= 1.2.0
16 BuildRequires:  XFree86-devel
17 Requires:       file
18 BuildRoot:      /tmp/%{name}-%{version}-root
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22 %define         _applnkdir      %{_datadir}/applnk
23
24 %description
25 gentoo is a file manager for Linux written from scratch in pure C. It
26 uses the GTK+ toolkit for all of its interface needs. gentoo provides
27 100%% GUI configurability; no need to edit config files by hand and re-
28 start the program. gentoo supports identifying the type of various
29 files (using extension, regular expressions, and/or the 'file' command),
30 and can display files of different types with different colors and icons.
31 gentoo borrows some of its look and feel from the classic Amiga
32 file manager "Directory OPUS"(TM) (written by Jonathan Potter).
33
34 %description -l pl
35 gentoo jest zarz±dc± plików dla Linuxa napisanym 'od zera' w czystym C.
36 U¿ywa zestawu narzêdzi GTK+ do zaspokojenia wszystkich potrzeb zwi±zanych
37 z interfejsem. gentoo zapewnia 100%-ow± konfigurowalno¶æ graficznego 
38 interfejsu; nie ma potrzeby rêcznego edytowania plików konfiguracyjnch
39 i ponownego uruchamiania programu. gentoo dostarcza identyfikacjê typów
40 ró¿nych plików (u¿ywaj±c rozszerzenia, wyra¿eñ regularnych i/lub polecenia
41 'file') oraz potrafi wy¶wietlaæ pliki ró¿nego typu w ró¿nych kolorach
42 i z ró¿nymi ikonami. gentoo zapo¿ycza trochê ze swojego wygl±du od 
43 klasycznego zarz±dcy plików Amigi -- "Directory OPUS"(TM) (napisanego
44 przez Jonathana Pottera).
45
46 %prep
47 %setup -q
48 %patch0 -p1
49 %patch1 -p0
50
51 %build
52 make DEBUG="$RPM_OPT_FLAGS" 
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \
58         $RPM_BUILD_ROOT{%{_datadir}/%{name}/icons,%{_applnkdir}/Utilities}
59
60 install -s %{name}       $RPM_BUILD_ROOT%{_bindir}
61 install gentoorc-example $RPM_BUILD_ROOT%{_datadir}/%{name}/gentoorc
62 install icons/*          $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
63 install docs/%{name}.1x  $RPM_BUILD_ROOT%{_mandir}/man1
64 install %{SOURCE1}       $RPM_BUILD_ROOT%{_applnkdir}/Utilities
65
66 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
67         BUGS FIXES-0.11 FIXES-0.9 README README.gtkrc CONFIG-CHANGES \
68         CREDITS docs/scratch/*
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc {BUGS,FIXES-0.11,FIXES-0.9,README,README.gtkrc,CONFIG-CHANGES,CREDITS}.gz
76 %doc docs/{*.{html,css},images,config,scratch} 
77 %doc gentoogtkrc-example gentoorc-example
78
79 %attr(755,root,root) %{_bindir}/%{name}
80 %{_datadir}/%{name}
81 %{_mandir}/man1/*
82
83 %{_applnkdir}/Utilities/gentoo.desktop
This page took 0.063751 seconds and 4 git commands to generate.