update to 1.29.0 [release 1.29.0-1mamba;Mon Jan 09 2023]
This commit is contained in:
parent
94219ce36a
commit
ea38b49c1b
@ -1,14 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define gitver %(echo %version | tr . _)
|
||||
Name: gnustep-base
|
||||
Version: 1.28.0
|
||||
Version: 1.29.0
|
||||
Release: 1mamba
|
||||
Summary: GNUstep Base library package
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gnustep.org/
|
||||
Source: ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-%{version}.tar.gz
|
||||
URL: https://gnustep.github.io/
|
||||
Source: https://github.com/gnustep/libs-base.git/base-%{gitver}/libs-base-%{version}.tar.bz2
|
||||
Patch0: gnustep-base-1.27.0-icu-68.patch
|
||||
License: GPL, LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -48,7 +49,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n libs-base-%{version}
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
@ -72,16 +73,7 @@ export LDFLAGS="%{optflags} -Wl,--as-needed"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/HTMLLinker.1*
|
||||
%{_mandir}/man1/autogsdoc.1*
|
||||
%{_mandir}/man1/cvtenc.1*
|
||||
%{_mandir}/man1/defaults.1*
|
||||
%{_mandir}/man1/gdnc.1*
|
||||
%{_mandir}/man1/gspath.1*
|
||||
%{_mandir}/man1/make_strings.1*
|
||||
%{_mandir}/man1/pldes.1*
|
||||
%{_mandir}/man1/sfparse.1*
|
||||
%{_mandir}/man1/xmlparse.1*
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man8/gdomap.8*
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -106,9 +98,12 @@ export LDFLAGS="%{optflags} -Wl,--as-needed"
|
||||
%{_includedir}/GNUstepBase/*
|
||||
%dir %{_libdir}/GNUstep/Makefiles/Additional
|
||||
%{_libdir}/GNUstep/Makefiles/Additional/base.make
|
||||
%doc ChangeLog ChangeLog.1 ChangeLog.2 NEWS README README.initialize
|
||||
%doc ChangeLog ChangeLog.1 ChangeLog.2 NEWS README.initialize
|
||||
|
||||
%changelog
|
||||
* Mon Jan 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.29.0-1mamba
|
||||
- update to 1.29.0
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user