[packages/prctl] - updated to 1.6 - no longer EA, mcekill option is arch agnostic

qboosh qboosh at pld-linux.org
Sat Nov 28 12:23:51 CET 2015


commit 07a0adbd3774d78e9dd6165324b9b8ee260205f0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 28 12:24:24 2015 +0100

    - updated to 1.6
    - no longer EA, mcekill option is arch agnostic

 prctl.spec | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/prctl.spec b/prctl.spec
index 30182cb..13d92b2 100644
--- a/prctl.spec
+++ b/prctl.spec
@@ -1,34 +1,33 @@
 Summary:	Utility to perform process operations
 Summary(pl.UTF-8):	Narzędzie do wykonywania operacji na procesach
 Name:		prctl
-Version:	1.5
+Version:	1.6
 Release:	1
-License:	GPL
+License:	GPL v2
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/prctl/%{name}-%{version}.tar.gz
-# Source0-md5:	487ffeec494bf91fa7b32115fb3a08f2
+Source0:	http://downloads.sourceforge.net/prctl/%{name}-%{version}.tar.gz
+# Source0-md5:	ba1e0ad94d6529c5adaab0895f385443
 # emulate PR_[GS]ET_UNALIGN on alpha using osf_[gs]etsysinfo
 Patch0:		%{name}-alpha-sysinfo.patch
 URL:		http://sourceforge.net/projects/prctl/
-BuildRequires:	sed >= 4.0
-# could be useful on other archs (hppa, s390), but Linux doesn't support it...
-ExclusiveArch:	alpha ia64
 ExclusiveOS:	linux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The prctl utility allows a user to control certain process behavior in
 the runtime environment. Supported process behavior is handling of
-unaligned memory access and handling of floating point software assist
-faults (on IPF systems). This utility works on Linux 2.4 and higher
-kernels only.
+MCE memory faults, unaligned memory access (on Alpha, IA64/IPF,
+PA-RISC PPC, SH and Tile systems) and floating point software assist
+faults (on IA64/IPF systems). This utility works on Linux 2.4 and
+higher kernels only.
 
 %description -l pl.UTF-8
 Narzędzie prctl umożliwia sterowanie zachowaniem procesów w środowisku
-uruchomieniowym. Obsługiwane zachowania to obsługa niewyrównanego
-dostępu do pamięci oraz obsługa wyjątków dla programowej obsługi
-operacji zmiennoprzecinkowych (na systemach IPF). Narzędzie to działa
-tylko pod Linuksem 2.4 i nowszym.
+uruchomieniowym. Obsługiwane zachowania to obsługa błędów pamięci MCE,
+niewyrównanego dostępu do pamięci (na systemach Alpha, IA64/IPF,
+PA-RISC, PPC, SH i Tile) oraz wyjątków dla programowej obsługi
+operacji zmiennoprzecinkowych (na systemach IA64/IPF). Narzędzie to
+działa tylko pod Linuksem 2.4 i nowszym.
 
 %prep
 %setup -q
@@ -52,5 +51,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/prctl
 %{_mandir}/man1/prctl.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/prctl.git/commitdiff/07a0adbd3774d78e9dd6165324b9b8ee260205f0



More information about the pld-cvs-commit mailing list