1.1 --- a/shtool/shtool.spec Tue Jan 06 23:43:55 2009 +0100 1.2 +++ b/shtool/shtool.spec Tue Jan 06 23:45:10 2009 +0100 1.3 @@ -1,6 +1,7 @@ 1.4 ## 1.5 ## shtool.spec -- OpenPKG RPM Package Specification 1.6 -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> 1.7 +## Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/> 1.8 +## Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/> 1.9 ## 1.10 ## Permission to use, copy, modify, and distribute this software for 1.11 ## any purpose with or without fee is hereby granted, provided that 1.12 @@ -26,19 +27,20 @@ 1.13 Summary: GNU Portable Shell Tool 1.14 URL: http://www.gnu.org/software/shtool/ 1.15 Vendor: Ralf S. Engelschall 1.16 -Packager: OpenPKG Foundation e.V. 1.17 -Distribution: OpenPKG Community 1.18 +Packager: OpenPKG 1.19 +Distribution: OpenPKG 1.20 Class: CORE 1.21 Group: Building 1.22 License: GPL 1.23 Version: 2.0.8 1.24 -Release: 20080718 1.25 +Release: 20090105 1.26 1.27 # package options 1.28 %option with_shtoolize yes 1.29 1.30 # list of sources 1.31 Source0: ftp://ftp.gnu.org/gnu/shtool/shtool-%{version}.tar.gz 1.32 +Patch0: shtool.patch 1.33 1.34 # build information 1.35 Prefix: %{l_prefix} 1.36 @@ -57,7 +59,7 @@ 1.37 successful use over many years in various free software projects. 1.38 The compiled shtool script is intended to be used inside the source 1.39 tree of those free software packages. There it can take over 1.40 - various (usually non-portable) tasks related to the building and 1.41 + various (usually nonportable) tasks related to the building and 1.42 installation of such packages. 1.43 1.44 %track 1.45 @@ -69,6 +71,7 @@ 1.46 1.47 %prep 1.48 %setup -q 1.49 + %patch -p0 1.50 1.51 %build 1.52 ./configure \ 1.53 @@ -85,7 +88,8 @@ 1.54 rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/shtool 1.55 %endif 1.56 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ 1.57 - %{l_files_std} 1.58 + %{l_files_std} \ 1.59 + '%not %dir %{l_prefix}/share/aclocal' 1.60 1.61 %files -f files 1.62