forked from pool/prctl
73 lines
1.9 KiB
RPMSpec
73 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package prctl (Version 1.3)
|
|
#
|
|
# Copyright (c) 2008 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: prctl
|
|
Summary: A utility to perform process operations
|
|
Version: 1.3
|
|
Release: 488
|
|
Group: System/Monitoring
|
|
License: GPL v2 or later
|
|
Source: ftp://ftp.hp.com/pub/linux/prctl/prctl-%{version}.tar.gz
|
|
Patch: prctl-%{version}.dif
|
|
Patch1: warn.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
The prctl utility allows a user to control certain process behaviors in
|
|
the runtime environment.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Khalid Aziz <khalid_aziz@hp.com>
|
|
|
|
%prep
|
|
%setup
|
|
%patch
|
|
%patch1
|
|
|
|
%build
|
|
CFLAGS=$RPM_OPT_FLAGS \
|
|
./configure --prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir}
|
|
make
|
|
|
|
%install
|
|
make install prefix=$RPM_BUILD_ROOT/usr infodir=$RPM_BUILD_ROOT%{_infodir} \
|
|
mandir=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
%clean
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
/usr/bin/prctl
|
|
%doc %{_mandir}/man1/prctl.1.gz
|
|
|
|
%changelog
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Sun Apr 18 2004 schwab@suse.de
|
|
- Pacify autobuild.
|
|
* Sun Jan 11 2004 adrian@suse.de
|
|
- build as user
|
|
* Sat Dec 29 2001 schwab@suse.de
|
|
- Initial version 1.3.
|