SHA256
1
0
forked from pool/util-linux
OBS User unknown
2007-06-05 14:42:12 +00:00
committed by Git OBS Bridge
parent 1003377f4f
commit ecc1694e71
5 changed files with 39 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
Group: System/Base
Autoreqprov: on
Version: 2.12r+git20070412
Release: 13
Release: 14
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
Source2: nologin.c
@@ -30,7 +30,7 @@ Source4: raw.init
Source5: etc.raw
Source6: etc_filesystems
%define time_ver 1.7
%define which_ver 2.13
%define which_ver 2.16
%define adjtimex_ver 1.20
Source9: adjtimex-%{adjtimex_ver}.tar.bz2
Source10: freeramdisk.tar.bz2
@@ -216,6 +216,7 @@ cd ../time-*
%patch60
cd ../which-*
%patch70
autoreconf -fi
%build
# adjtimex build
@@ -234,6 +235,8 @@ cd which-%{which_ver}
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--libdir=%{_libdir} \
--disable-iberty \
%{_target_cpu}-suse-linux
make
cd ..
@@ -616,6 +619,13 @@ fi
%endif
%changelog
* Tue Jun 05 2007 - pth@suse.de
- Update to which-2.16, mainly because regenerating configure
with newer autotools works.
- Fix the patch for AC_CHECK_STATICLIB
- Our distribution doesn't install libiberty.a, so pass
--disable-iberty to configure of which to not use a libiberty from
somewhere else.
* Mon Jun 04 2007 - pth@suse.de
- Make configure of which search for static libs in lib64 subdirs.
* Mon Apr 23 2007 - mkoenig@suse.de