diff -r 0b0ffb65d705 -r 01c515740aeb shtool/shtool.spec
--- a/shtool/shtool.spec Tue Jan 06 23:43:55 2009 +0100
+++ b/shtool/shtool.spec Tue Jan 06 23:45:10 2009 +0100
@@ -1,6 +1,7 @@
##
## shtool.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
+## Copyright (c) 2000-2005 OpenPKG Foundation e.V.
+## Copyright (c) 2000-2005 Ralf S. Engelschall
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -26,19 +27,20 @@
Summary: GNU Portable Shell Tool
URL: http://www.gnu.org/software/shtool/
Vendor: Ralf S. Engelschall
-Packager: OpenPKG Foundation e.V.
-Distribution: OpenPKG Community
+Packager: OpenPKG
+Distribution: OpenPKG
Class: CORE
Group: Building
License: GPL
Version: 2.0.8
-Release: 20080718
+Release: 20090105
# package options
%option with_shtoolize yes
# list of sources
Source0: ftp://ftp.gnu.org/gnu/shtool/shtool-%{version}.tar.gz
+Patch0: shtool.patch
# build information
Prefix: %{l_prefix}
@@ -57,7 +59,7 @@
successful use over many years in various free software projects.
The compiled shtool script is intended to be used inside the source
tree of those free software packages. There it can take over
- various (usually non-portable) tasks related to the building and
+ various (usually nonportable) tasks related to the building and
installation of such packages.
%track
@@ -69,6 +71,7 @@
%prep
%setup -q
+ %patch -p0
%build
./configure \
@@ -85,7 +88,8 @@
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/shtool
%endif
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
- %{l_files_std}
+ %{l_files_std} \
+ '%not %dir %{l_prefix}/share/aclocal'
%files -f files