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