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