forked from pool/prctl
This commit is contained in:
parent
2c8969f891
commit
1250af74e5
46
prctl.spec
46
prctl.spec
@ -1,25 +1,33 @@
|
|||||||
#
|
#
|
||||||
# spec file for package prctl (Version 1.3)
|
# spec file for package prctl (Version 1.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# 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
|
# norootforbuild
|
||||||
|
|
||||||
Name: prctl
|
|
||||||
Summary: A utility to perform process operations
|
Name: prctl
|
||||||
Version: 1.3
|
Summary: A utility to perform process operations
|
||||||
Release: 354
|
Version: 1.3
|
||||||
Group: System/Monitoring
|
Release: 488
|
||||||
License: GPL
|
Group: System/Monitoring
|
||||||
Source: ftp://ftp.hp.com/pub/linux/prctl/prctl-%{version}.tar.gz
|
License: GPL v2 or later
|
||||||
Patch: prctl-%{version}.dif
|
Source: ftp://ftp.hp.com/pub/linux/prctl/prctl-%{version}.tar.gz
|
||||||
Patch1: warn.patch
|
Patch: prctl-%{version}.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Patch1: warn.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The prctl utility allows a user to control certain process behaviors in
|
The prctl utility allows a user to control certain process behaviors in
|
||||||
@ -53,12 +61,12 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
/usr/bin/prctl
|
/usr/bin/prctl
|
||||||
%doc %{_mandir}/man1/prctl.1.gz
|
%doc %{_mandir}/man1/prctl.1.gz
|
||||||
|
|
||||||
%changelog -n prctl
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Apr 18 2004 - schwab@suse.de
|
* Sun Apr 18 2004 schwab@suse.de
|
||||||
- Pacify autobuild.
|
- Pacify autobuild.
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Sat Dec 29 2001 - schwab@suse.de
|
* Sat Dec 29 2001 schwab@suse.de
|
||||||
- Initial version 1.3.
|
- Initial version 1.3.
|
||||||
|
Loading…
Reference in New Issue
Block a user