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:
Greg Freemyer 2021-06-03 23:18:21 +00:00 committed by Git OBS Bridge
parent c0aaf49631
commit 13b4a234f2

View File

@ -1,5 +1,5 @@
#
# spec file for package libuna
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -24,14 +24,14 @@
%endif
%define lname libuna1
Name: libuna
Name: libuna%psuffix
Version: 20210418
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
URL: https://github.com/libyal/libuna/
Source: %name-%version.tar.xz
Source: libuna-%version.tar.xz
Patch1: system-libs.patch
BuildRequires: c_compiler
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++
Requires: %lname%psuffix = %version
%if "@BUILD_FLAVOR@" == ""
Obsoletes: libuna-devel-mini
Obsoletes: libuna-mini-devel
%endif
%description %{?pprefix}devel
@ -85,7 +85,7 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libuna.
%prep
%autosetup -p1
%autosetup -p1 -n libuna-%version
%build
if [ ! -e configure ]; then ./autogen.sh; fi