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