automatic version update by autodist [release 1.28.0-1mamba;Sat May 08 2021]

This commit is contained in:
Automatic Build System 2024-01-05 23:18:13 +01:00
parent 93959946b0
commit 94219ce36a

View File

@ -1,19 +1,18 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gnustep-base
Version: 1.27.0
Version: 1.28.0
Release: 1mamba
Summary: GNUstep Base library package
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gnustep.org/
URL: https://gnustep.org/
Source: ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-%{version}.tar.gz
Patch0: gnustep-base-1.27.0-icu-68.patch
License: GPL, LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libavahi-devel
BuildRequires: libffi-devel
BuildRequires: libgcc
@ -26,7 +25,6 @@ BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gnustep-make
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, bytestreams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too.
@ -73,23 +71,7 @@ export LDFLAGS="%{optflags} -Wl,--as-needed"
%files
%defattr(-,root,root)
%{_bindir}/HTMLLinker
%{_bindir}/autogsdoc
%{_bindir}/cvtenc
%{_bindir}/defaults
%{_bindir}/gdnc
%{_bindir}/gdomap
%{_bindir}/gspath
%{_bindir}/make_strings
%{_bindir}/pl
%{_bindir}/pl2link
%{_bindir}/pldes
%{_bindir}/plget
%{_bindir}/plmerge
%{_bindir}/plparse
%{_bindir}/plser
%{_bindir}/sfparse
%{_bindir}/xmlparse
%{_bindir}/*
%{_mandir}/man1/HTMLLinker.1*
%{_mandir}/man1/autogsdoc.1*
%{_mandir}/man1/cvtenc.1*
@ -127,5 +109,8 @@ export LDFLAGS="%{optflags} -Wl,--as-needed"
%doc ChangeLog ChangeLog.1 ChangeLog.2 NEWS README README.initialize
%changelog
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
- automatic version update by autodist
* Sat Jan 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.27.0-1mamba
- package created using the webbuild interface