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