Accepting request 896030 from home:jengelh:forensics
OBS-URL: https://build.opensuse.org/request/show/896030 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=16
This commit is contained in:
parent
c0aaf49631
commit
13b4a234f2
10
libuna.spec
10
libuna.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libuna
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -24,14 +24,14 @@
|
|||||||
%endif
|
%endif
|
||||||
%define lname libuna1
|
%define lname libuna1
|
||||||
|
|
||||||
Name: libuna
|
Name: libuna%psuffix
|
||||||
Version: 20210418
|
Version: 20210418
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support Unicode and ASCII (byte string) conversions
|
Summary: Library to support Unicode and ASCII (byte string) conversions
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/libyal/libuna/
|
URL: https://github.com/libyal/libuna/
|
||||||
Source: %name-%version.tar.xz
|
Source: libuna-%version.tar.xz
|
||||||
Patch1: system-libs.patch
|
Patch1: system-libs.patch
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: gettext-tools >= 0.18.1
|
BuildRequires: gettext-tools >= 0.18.1
|
||||||
@ -74,7 +74,7 @@ Summary: Development files for libuna, a library to support Unicode/ASCII
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname%psuffix = %version
|
Requires: %lname%psuffix = %version
|
||||||
%if "@BUILD_FLAVOR@" == ""
|
%if "@BUILD_FLAVOR@" == ""
|
||||||
Obsoletes: libuna-devel-mini
|
Obsoletes: libuna-mini-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description %{?pprefix}devel
|
%description %{?pprefix}devel
|
||||||
@ -85,7 +85,7 @@ This subpackage contains libraries and header files for developing
|
|||||||
applications that want to make use of libuna.
|
applications that want to make use of libuna.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n libuna-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then ./autogen.sh; fi
|
if [ ! -e configure ]; then ./autogen.sh; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user