1.1 --- a/gettext/gettext.spec Fri Oct 22 13:22:33 2010 +0200 1.2 +++ b/gettext/gettext.spec Fri Oct 22 13:23:27 2010 +0200 1.3 @@ -32,13 +32,15 @@ 1.4 Group: Charset 1.5 License: GPL 1.6 Version: 0.18.1.1 1.7 -Release: 20100607 1.8 +Release: 20101020 1.9 1.10 # list of sources 1.11 Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz 1.12 Patch0: gettext.patch 1.13 1.14 # build information 1.15 +Prefix: %{l_prefix} 1.16 +BuildRoot: %{l_buildroot} 1.17 BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, make, automake 1.18 PreReq: OpenPKG, openpkg >= 20100101 1.19 BuildPreReq: libiconv 1.20 @@ -114,6 +116,7 @@ 1.21 %{l_make} %{l_mflags} 1.22 1.23 %install 1.24 + rm -rf $RPM_BUILD_ROOT 1.25 1.26 # install toolkit 1.27 %{l_make} %{l_mflags} install \ 1.28 @@ -136,4 +139,5 @@ 1.29 %files -f files 1.30 1.31 %clean 1.32 + rm -rf $RPM_BUILD_ROOT 1.33