Accepting request 1123526 from home:dimstar:Factory
- Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123526 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnscd?expand=0&rev=20
This commit is contained in:
parent
32f3ac6fc9
commit
d74da66b06
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 08:58:06 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 18:00:10 UTC 2017 - jengelh@inai.de
|
Tue Sep 12 18:00:10 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
16
libnscd.spec
16
libnscd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnscd
|
# spec file for package libnscd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,12 +21,12 @@ Name: libnscd
|
|||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to Allow Applications to Communicate with nscd
|
Summary: Library to Allow Applications to Communicate with nscd
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2
|
Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch: decls.patch
|
Patch0: decls.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -41,7 +41,7 @@ for special services, if they have the necessary permissions.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Library to Allow Applications to Communicate with nscd
|
Summary: Library to Allow Applications to Communicate with nscd
|
||||||
# O/P added for 13.1
|
# O/P added for 13.1
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1-only
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libnscd < %version-%release
|
Obsoletes: libnscd < %version-%release
|
||||||
Provides: libnscd = %version-%release
|
Provides: libnscd = %version-%release
|
||||||
@ -53,7 +53,7 @@ cache for special services, if they have the necessary permissions.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libnscd
|
Summary: Development files for libnscd
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -66,11 +66,9 @@ Obsoletes: libnscd-devel-64bit
|
|||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that needs to communicate with a running nscd.
|
to develop applications that needs to communicate with a running nscd.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user