forked from pool/libmaa
This commit is contained in:
parent
16accf12ff
commit
e6bbc46b93
33
libmaa.spec
33
libmaa.spec
@ -1,25 +1,38 @@
|
|||||||
#
|
#
|
||||||
# This file and all modifications and additions to the pristine
|
# spec file for package libmaa
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 4
|
%define soname 4
|
||||||
|
|
||||||
Name: libmaa
|
Name: libmaa
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Library providing many low-level data structures
|
Summary: Library providing many low-level data structures
|
||||||
Url: http://www.dict.org
|
License: GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Url: http://www.dict.org
|
||||||
Source0: https://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
|
Source0: https://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
|
||||||
Patch0: 02-Spelling-typos.patch
|
Patch0: 02-Spelling-typos.patch
|
||||||
Patch1: 03-Fix-gcc-8-ftbfs.patch
|
Patch1: 03-Fix-gcc-8-ftbfs.patch
|
||||||
BuildRequires: bmake
|
|
||||||
BuildRequires: mk-configure
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: bmake
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: mk-configure
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,9 +49,9 @@ performance of memory-intensive applications.
|
|||||||
|
|
||||||
|
|
||||||
%package -n %{name}%{soname}
|
%package -n %{name}%{soname}
|
||||||
Group: System/Libraries
|
PreReq: glibc
|
||||||
PreReq: glibc
|
Summary: Library providing many low-level data structures
|
||||||
Summary: Library providing many low-level data structures
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{soname}
|
%description -n %{name}%{soname}
|
||||||
The libmaa library provides many low-level data structures which are
|
The libmaa library provides many low-level data structures which are
|
||||||
|
Loading…
Reference in New Issue
Block a user