Accepting request 148111 from home:jengelh:branches:Base:System

- Remove redundant tags/sections
- Update homepage URLs

OBS-URL: https://build.opensuse.org/request/show/148111
OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=87
This commit is contained in:
Dr. Werner Fink 2013-01-14 15:37:41 +00:00 committed by Git OBS Bridge
parent 59292cbcb1
commit 27cfa29ce8
2 changed files with 18 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 11 16:35:15 UTC 2013 - jengelh@inai.de
- Remove redundant tags/sections
- Update homepage URLs
-------------------------------------------------------------------
Tue Dec 18 17:47:48 UTC 2012 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package procps
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -21,20 +21,14 @@
%define libname libprocps%{somajor}
Name: procps
BuildRequires: automake
BuildRequires: libselinux-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkg-config
Url: https://gitorious.org/procps
PreReq: %fillup_prereq %insserv_prereq
Url: http://sf.net/projects/procps-ng/
Version: 3.3.5
Release: 0
Summary: The ps utilities for /proc
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Monitoring
Provides: ps
Obsoletes: ps
#Git-Clone: git://gitorious.org/procps/procps
Source: procps-v%version.tar.bz2
Source1: procps-pmap-legacy.tar.bz2
Source2: boot.sysctl
@ -66,7 +60,15 @@ Patch21: procps-v3.3.3-pwdx.patch
Patch22: procps-v3.3.3-chroot.diff
# PATCH-FIX-UPSTREAM procps-v3.3.5-top-locale.patch -- bnc#794678 - top has a locale-dpendent config file
Patch23: procps-v3.3.5-top-locale.patch
BuildRequires: automake
BuildRequires: libselinux-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %fillup_prereq %insserv_prereq
Provides: ps
Obsoletes: ps
%description
The procps package contains a set of system utilities that provide
@ -201,9 +203,6 @@ ln -s /bin/pkill %{buildroot}%{_bindir}/pkill
ln -s /sbin/sysctl %{buildroot}%{_sbindir}/sysctl
%endif
%clean
rm -rf %{buildroot}
%post
%{fillup_and_insserv -ny boot.sysctl boot.sysctl}
#