]> git.pld-linux.org Git - packages/gentoo.git/blob - gentoo.spec
- up to 0.20.7
[packages/gentoo.git] / gentoo.spec
1 Summary:        gentoo - a GTK+ file manager for Linux
2 Summary(pl.UTF-8):      gentoo - oparty na GTK+ zarządca plików pod Linuksa
3 Name:           gentoo
4 Version:        0.15.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
9 # Source0-md5:  94366fb19df7b2f7db1707606a01630e
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-tools
18 BuildRequires:  gtk+2-devel
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.UTF-8
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 0.063467 seconds and 3 git commands to generate.