X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gentoo.spec;h=7b6da213e5716a7fe1deb8079eff050723c07baf;hb=refs%2Ftags%2Fauto%2Fac%2Fgentoo-0_11_48-1;hp=4c8ca2e3dfd8d33ac980fb15d84822ef8caef7a3;hpb=5df6eb81389a060a05303be19e1c768927388b40;p=packages%2Fgentoo.git diff --git a/gentoo.spec b/gentoo.spec index 4c8ca2e..7b6da21 100644 --- a/gentoo.spec +++ b/gentoo.spec @@ -1,27 +1,24 @@ Summary: gentoo is a Gtk+ file manager for Linux -Summary(pl): gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuxa +Summary(pl): gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuksa Name: gentoo -Version: 0.11.19 +Version: 0.11.48 Release: 1 License: GPL Group: X11/Applications -Group(de): X11/Applikationen -Group(es): X11/Aplicaciones -Group(pl): X11/Aplikacje -Group(pt_BR): X11/Aplicações -Group(pt): X11/Aplicações -Source0: http://prdownloads.sourceforge.net/gentoo/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/gentoo/%{name}-%{version}.tar.gz +# Source0-md5: c446e50c818ebb01418dbad070605a54 Source1: %{name}.desktop +Source2: %{name}.png +Patch0: %{name}-home_etc.patch URL: http://www.obsession.se/gentoo/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: gettext-devel BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: libtool Requires: file BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man %define _sysconfdir /etc/X11 %description @@ -36,7 +33,7 @@ classic Amiga file manager "Directory OPUS"(TM) (written by Jonathan Potter). %description -l pl -gentoo jest zarz±dc± plików dla Linuxa napisanym 'od zera' w czystym +gentoo jest zarz±dc± plików dla Linuksa napisanym 'od zera' w czystym C. U¿ywa zestawu narzêdzi GTK+ do zaspokojenia wszystkich potrzeb zwi±zanych z interfejsem. gentoo zapewnia 100%-ow± konfigurowalno¶æ graficznego interfejsu; nie ma potrzeby rêcznego edytowania plików @@ -49,36 +46,39 @@ troch %prep %setup -q +%patch0 -p1 %build rm -f missing -aclocal -autoconf -automake -a -c +%{__gettextize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities} +install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities,%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} -gzip -9nf AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%doc *.gz docs +%doc AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO docs %config %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/* - %{_applnkdir}/Utilities/gentoo.desktop +%{_pixmapsdir}/*