forked from pool/libmaa
Accepting request 669011 from home:jengelh:branches:Education
- Trim filler wording from descriptions. Set proper RPM groups, and noarch status for doc subpackage. - Drop silly glibc PreReq. OBS-URL: https://build.opensuse.org/request/show/669011 OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=5
This commit is contained in:
parent
e6bbc46b93
commit
87f1e2f404
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 10:11:12 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim filler wording from descriptions. Set proper RPM groups,
|
||||||
|
and noarch status for doc subpackage.
|
||||||
|
- Drop silly glibc PreReq.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 26 18:51:28 CET 2019 - mcepl@suse.com
|
Sat Jan 26 18:51:28 CET 2019 - mcepl@suse.com
|
||||||
|
|
||||||
|
36
libmaa.spec
36
libmaa.spec
@ -23,7 +23,7 @@ Version: 1.4.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing many low-level data structures
|
Summary: Library providing many low-level data structures
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.dict.org
|
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
|
||||||
@ -38,31 +38,20 @@ BuildRequires: zlib-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libmaa library provides many low-level data structures which are
|
The libmaa library provides many low-level data structures which can
|
||||||
helpful for writing compilers, including hash tables, sets, lists,
|
be used for writing compilers, hash tables, sets, lists,
|
||||||
debugging support, and memory management. Although libmaa was designed
|
debugging support, and memory management. libmaa was originally
|
||||||
and implemented as a foundation for the kheperalong, the data structures
|
implemented as a foundation for the "kheperalong" package.
|
||||||
are generally applicable to a wide range of programming problems.
|
|
||||||
|
|
||||||
The memory management routines are especially helpful for improving the
|
|
||||||
performance of memory-intensive applications.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n %{name}%{soname}
|
%package -n %{name}%{soname}
|
||||||
PreReq: glibc
|
|
||||||
Summary: Library providing many low-level data structures
|
Summary: Library providing many low-level data structures
|
||||||
Group: System/Libraries
|
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 can
|
||||||
helpful for writing compilers, including hash tables, sets, lists,
|
be used for writing compilers, hash tables, sets, lists,
|
||||||
debugging support, and memory management. Although libmaa was designed
|
debugging support, and memory management. libmaa was originally
|
||||||
and implemented as a foundation for the kheperalong, the data structures
|
implemented as a foundation for the "kheperalong" package.
|
||||||
are generally applicable to a wide range of programming problems.
|
|
||||||
|
|
||||||
The memory management routines are especially helpful for improving the
|
|
||||||
performance of memory-intensive applications.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n %{name}-devel
|
%package -n %{name}-devel
|
||||||
Summary: Development files for libmaa
|
Summary: Development files for libmaa
|
||||||
@ -70,16 +59,15 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: libmaa%{soname} = %{version}
|
Requires: libmaa%{soname} = %{version}
|
||||||
|
|
||||||
%description -n %{name}-devel
|
%description -n %{name}-devel
|
||||||
This RPM contains the development files for libmaa
|
This RPM contains the development files for libmaa.
|
||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation files for libmaa
|
Summary: Documentation files for libmaa
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This RPM contains the documentation files for libmaa
|
This RPM contains the documentation files for libmaa.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user