]> git.pld-linux.org Git - packages/gentoo.git/blob - gentoo.spec
- summarized %changelog.
[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.6
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.wmconfig
12 Patch0:         gentoo-makefile.patch
13 Patch1:         gentoo-config.patch
14 BuildPrereq:    gtk+-devel >= 1.2.0
15 BuildPrereq:    glib-devel >= 1.2.0
16 BuildPrereq:    XFree86-devel
17 Requires:       file
18 BuildRoot:      /tmp/%{name}-%{version}-root
19
20 %define _prefix /usr/X11R6
21
22 %description
23 gentoo is a file manager for Linux written from scratch in pure C. It
24 uses the GTK+ toolkit for all of its interface needs. gentoo provides
25 100%% GUI configurability; no need to edit config files by hand and re-
26 start the program. gentoo supports identifying the type of various
27 files (using extension, regular expressions, and/or the 'file' command),
28 and can display files of different types with different colors and icons.
29         gentoo borrows some of its look and feel from the classic Amiga
30 file manager "Directory OPUS"(TM) (written by Jonathan Potter).
31
32 %description -l pl
33 gentoo jest zarz±dc± plików dla Linuxa napisanym 'od zera' w czystym C.
34 U¿ywa zestawu narzêdzi GTK+ do zaspokojenia wszystkich potrzeb zwi±zanych
35 z interfejsem. gentoo zapewnia 100%-ow± konfigurowalno¶æ graficznego 
36 interfejsu; nie ma potrzeby rêcznego edytowania plików konfiguracyjnch
37 i ponownego uruchamiania programu. gentoo dostarcza identyfikacjê typów
38 ró¿nych plików (u¿ywaj±c rozszerzenia, wyra¿eñ regularnych i/lub polecenia
39 'file') oraz potrafi wy¶wietlaæ pliki ró¿nego typu w ró¿nych kolorach
40 i z ró¿nymi ikonami. gentoo zapo¿ycza trochê ze swojego wygl±du od 
41 klasycznego zarz±dcy plików Amigi -- "Directory OPUS"(TM) (napisanego
42 przez Jonathana Pottera).
43
44 %prep
45 %setup -q
46 %patch0 -p1
47 %patch1 -p0
48
49 %build
50
51 CFLAGS="$RPM_OPT_FLAGS" \
52 make
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,/etc/X11/wmconfig}
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/etc/X11/wmconfig/%{name}
65
66 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
67         BUGS FIXES-0.11 FIXES-0.9 README README.gtkrc
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc {BUGS,FIXES-0.11,FIXES-0.9,README,README.gtkrc}.gz
75 %doc docs %{name}gtkrc-example %{name}rc-example
76
77 %attr(755,root,root) %{_bindir}/%{name}
78 %{_datadir}/%{name}
79 %{_mandir}/man1/*
80
81 /etc/X11/wmconfig/%{name}
82
83 %changelog
84 - added gentoo.desktop instead of wmconfig file,
85 - minor fixes.
86
87 * Thu May 20 1999 Piotr Czerwiñski <pius@pld.org.pl> 
88 - based on spec written by Ryan Weaver <ryanw@infohwy.com>.
89
90 - package is FHS 2.0 compliant,
91 - spec file rewritten for PLD use,
92 - based on spec written by Ryan Weaver <ryanw@infohwy.com>.
This page took 0.048411 seconds and 3 git commands to generate.