SHA256
1
0
forked from pool/prctl
prctl/prctl.spec

60 lines
1.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package prctl
#
# Copyright (c) 2011 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.5
Release: 6
Group: System/Monitoring
License: GPLv2+
Url: http://sourceforge.net/projects/prctl
Source0: prctl-%{version}.tar.gz
Source1: COPYING
Patch0: prctl-1.5-Makefile.patch
Patch1: prctl-1.5-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The prctl utility allows a user to control certain process behaviors in
the runtime environment.
%prep
%setup -q
cp %{S:1} .
%patch0 -p1 -b .makefile
%patch1 -p0 -b .warnings
%build
%{configure}
%install
%{makeinstall}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root)
%doc COPYING ChangeLog
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}.1.*
%changelog