]> git.pld-linux.org Git - packages/gentoo.git/blobdiff - gentoo.spec
- updated to 0.11.47
[packages/gentoo.git] / gentoo.spec
index af5401386350a1e8b75e2f95d800a435ad6f5140..ea0a2c20a4eb89b28324e3fd02497f27d14b694f 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       gentoo is a Gtk+ file manager for Linux
 Summary(pl):   gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuksa
 Name:          gentoo
-Version:       0.11.34
+Version:       0.11.47
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://prdownloads.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
+# Source0-md5: f2b57997833dca09dc610dc1cf5d983f
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+Patch0:                %{name}-home_etc.patch
 URL:           http://www.obsession.se/gentoo/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -17,8 +19,6 @@ 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
@@ -46,11 +46,12 @@ troch
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f missing
 %{__gettextize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
This page took 0.097812 seconds and 4 git commands to generate.