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