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

- Remove obsolete/undesired tags/sections
- Use more robust make install call

OBS-URL: https://build.opensuse.org/request/show/147893
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=21
This commit is contained in:
Marcus Meissner 2013-01-19 16:07:34 +00:00 committed by Git OBS Bridge
parent a3ba1e31fd
commit efa47e4e25
2 changed files with 24 additions and 29 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 10 10:41:10 UTC 2013 - jengelh@inai.de
- Remove obsolete/undesired tags/sections
- Use more robust make install call
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 15 04:47:11 UTC 2011 - coolo@suse.com Sat Oct 15 04:47:11 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package gpm # spec file for package gpm
# #
# Copyright (c) 2011 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,25 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: gpm Name: gpm
BuildRequires: bison libtool lzma ncurses-devel
Url: http://linux.schottelius.org/gpm/
License: GPLv2+
Group: System/Console
Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: gpm-64bit
%endif
#
Version: 1.20.6 Version: 1.20.6
Release: 3 Release: 0
Summary: Console Mouse Support Summary: Console Mouse Support
License: GPL-2.0+
Group: System/Console
Url: http://linux.schottelius.org/gpm/
Source0: gpm-%{version}.tar.lzma Source0: gpm-%{version}.tar.lzma
Source1: gpm-%{version}-patches.tar.lzma Source1: gpm-%{version}-patches.tar.lzma
Source2: rcgpm Source2: rcgpm
@ -60,8 +50,18 @@ Patch23: gpm-lib-silent.patch
Patch24: gpm-libtool.patch Patch24: gpm-libtool.patch
Patch25: gpm-multilib.patch Patch25: gpm-multilib.patch
Patch26: gpm-weak-wgetch.patch Patch26: gpm-weak-wgetch.patch
BuildRequires: bison
BuildRequires: libtool
BuildRequires: lzma
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq PreReq: %install_info_prereq
PreReq: /bin/sed %insserv_prereq %fillup_prereq
Provides: select
%ifarch ppc64
# bug437293
Obsoletes: gpm-64bit
%endif
%description %description
The gpm (general purpose mouse) daemon tries to be a useful mouse The gpm (general purpose mouse) daemon tries to be a useful mouse
@ -69,18 +69,10 @@ server for applications running on the Linux console. It can be used by
mc (Midnight Commander) or by w3m, the text-based Web browser. It mc (Midnight Commander) or by w3m, the text-based Web browser. It
provides console cut and paste operations. provides console cut and paste operations.
Authors:
--------
Alessandro Rubini <rubini at ipvvis.unipv.it>
Nico Schottelius <nico at schottelius.org>
%package devel %package devel
License: GPLv2+
Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Summary: Development files for gpm (Console Mouse Support) Summary: Development files for gpm (Console Mouse Support)
Group: Development/Libraries/C and C++
%description devel %description devel
Development files for the gpm (general purpose mouse) package. Development files for the gpm (general purpose mouse) package.
@ -120,7 +112,7 @@ make CC="%{__cc}" %{?_smp_mflags}
%__cc %{optflags} -o inputattach %{SOURCE6} %__cc %{optflags} -o inputattach %{SOURCE6}
%install %install
%makeinstall ROOT="" make install DESTDIR="%buildroot" ROOT=""
# #
# gpm confings # gpm confings
install -d $RPM_BUILD_ROOT/etc/${file/conf\/gpm-/gpm\/} install -d $RPM_BUILD_ROOT/etc/${file/conf\/gpm-/gpm\/}
@ -175,9 +167,6 @@ touch %{buildroot}%{_localstatedir}/run/gpm.pid
%restart_on_update gpm %restart_on_update gpm
%{insserv_cleanup} %{insserv_cleanup}
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc BUGS COPYING README README.SuSE TODO doc/changes %doc BUGS COPYING README README.SuSE TODO doc/changes