Accepting request 27655 from Base:System

Copy from Base:System/utempter based on submit request 27655 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utempter?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2009-12-27 09:50:53 +00:00 committed by Git OBS Bridge
parent 24848f0315
commit 329f32f0a5
2 changed files with 10 additions and 31 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 16 00:17:51 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@ -21,9 +21,9 @@
Name: utempter
%define utmpGroup tty
Version: 0.5.5
Release: 140
Release: 142
Summary: A privileged helper for utmp and wtmp updates
License: X11/MIT
License: MIT
Group: Productivity/Security
# bug437293
%ifarch ppc64
@ -32,6 +32,7 @@ Obsoletes: utempter-64bit
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: utempter-%{version}.tar.gz
Source2: baselibs.conf
Patch: utempter.eal3.diff
Patch1: utempter-0.5.5-pie.diff
@ -52,7 +53,7 @@ Authors:
%patch1
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
make %{?jobs:-j%jobs} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
export DESTDIR=$RPM_BUILD_ROOT
@ -76,31 +77,3 @@ rm -rf $RPM_BUILD_ROOT
%attr(444,root,root) %doc /usr/share/man/man8/*
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Sat May 27 2006 schwab@suse.de
- Don't strip binaries.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jun 20 2005 kukuk@suse.de
- Compile with -fpie/-pie
* Thu Aug 05 2004 okir@suse.de
- Updated to latest upstream version
* Tue Apr 20 2004 okir@suse.de
- Fix incorrect check for /../ in path names (#39169)
* Fri Jan 16 2004 thomas@suse.de
- added man-page utempter.8 (EAL3)
* Sun Jan 11 2004 adrian@suse.de
- add %%run_ldconfig
* Fri Apr 12 2002 okir@suse.de
- well, if the files list says %%_libdir, one should make sure
the shared lib really goes to in %%_libdir :)
* Fri Mar 08 2002 kukuk@suse.de
- Create libutemtper.so.0 link and include it in RPM [Bug #14672]
* Tue Jan 29 2002 okir@suse.de
- %%files list uses %%_libdir rather than /usr/lib
* Fri Jan 25 2002 okir@suse.de
- Initial package.