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