forked from pool/util-linux
Accepting request 105598 from home:jengelh:branches:Base:System
- Remove redundant tags/sections OBS-URL: https://build.opensuse.org/request/show/105598 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=118
This commit is contained in:
parent
d9de2d5495
commit
0a252961be
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 14:48:23 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 22:19:44 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package util-linux
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -221,10 +221,7 @@ cd which-%{which_ver}
|
||||
aclocal --force
|
||||
autoconf --force
|
||||
automake --force-missing --add-missing --foreign
|
||||
%configure --prefix=/usr \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
%{_target_cpu}-suse-linux
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
cd ..
|
||||
# time build
|
||||
@ -232,10 +229,7 @@ cd time-%{time_ver}
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
export CFLAGS="%{optflags} -D_GNU_SOURCE "
|
||||
export INSTALL_PROGRAM='$(INSTALL)'
|
||||
%configure --prefix=/usr \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
%{_target_cpu}-suse-linux
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
cd ..
|
||||
# klogconsole build
|
||||
@ -387,9 +381,6 @@ touch %{buildroot}%{_localstatedir}/lib/libuuid/clock.txt
|
||||
# rcuuidd helper
|
||||
ln -sf ../..%{_sysconfdir}/init.d/uuidd %{buildroot}%{_sbindir}/rcuuidd
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
%{fillup_and_insserv raw}
|
||||
%install_info --entry="* time: (time). summarizing used system resources" --info-dir=%{_infodir} %{_infodir}/time.info.gz
|
||||
@ -444,8 +435,7 @@ fi
|
||||
|
||||
%post -n libuuid1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libuuid1
|
||||
/sbin/ldconfig
|
||||
%postun -n libuuid1 -p /sbin/ldconfig
|
||||
|
||||
%verifyscript -n uuidd
|
||||
%verify_permissions -e /usr/sbin/uuidd
|
||||
|
Loading…
Reference in New Issue
Block a user