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