Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
1 changed files with 4 additions and 13 deletions
|
|
@ -27,7 +27,7 @@
|
|||
Summary: Small libc implementation
|
||||
Name: dietlibc
|
||||
Version: 0.34
|
||||
Release: 20%{?dist}
|
||||
Release: 17%{?dist}
|
||||
License: GPL-2.0-only
|
||||
URL: http://www.fefe.de/dietlibc/
|
||||
%if !0%{?prerelease:1}
|
||||
|
|
@ -83,9 +83,9 @@ This package contains the dynamic libraries for dietlibc.
|
|||
|
||||
%prep
|
||||
%setup -q %{?prerelease:-n %{name}-%{version}.%prerelease}
|
||||
%dnl %setup -qn dietlibc
|
||||
#%setup -qn dietlibc
|
||||
|
||||
%dnl %apply -n0 -p1
|
||||
#%apply -n0 -p1
|
||||
%patch -P 1 -p0
|
||||
%patch -P 2 -p1
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ sed -i \
|
|||
dietfeatures.h
|
||||
%endif
|
||||
|
||||
%global fixcflags -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables %xtra_fixcflags -Os -g3 -Werror-implicit-function-declaration -Wno-unused -Wno-switch -std=gnu17
|
||||
%global fixcflags -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables %xtra_fixcflags -Os -g3 -Werror-implicit-function-declaration -Wno-unused -Wno-switch
|
||||
%global basemakeflags prefix=%pkglibdir BINDIR=%{_bindir} MAN1DIR=%{_mandir}/man1 CFLAGS="$RPM_OPT_FLAGS %fixcflags $XTRA_CFLAGS" PDIET=%pkglibdir STRIP=:
|
||||
%global makeflags %basemakeflags
|
||||
|
||||
|
|
@ -158,15 +158,6 @@ ulimit -m $[ 128*1024 ] -v $[ 256*1024 ] -d $[ 128*1024 ] -s 512
|
|||
%pkglibdir
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue