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