mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 14:32:15 +08:00
cleanup work
This commit is contained in:
parent
3c4daa9bc2
commit
0d01404634
@ -1,3 +1,5 @@
|
|||||||
|
# needs work for 1.cli. repo
|
||||||
|
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.52.0
|
Version: 1.52.0
|
||||||
Release: %{?repo}0.rc1%{?dist}
|
Release: %{?repo}0.rc1%{?dist}
|
||||||
@ -6,9 +8,10 @@ Summary: HTTP/2 C Library
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://nghttp2.org/
|
URL: https://nghttp2.org/
|
||||||
Source0: https://github.com/nghttp2/nghttp2/releases/download/v1.52.0/nghttp2-%{version}.tar.xz
|
Source0: https://github.com/nghttp2/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
|
||||||
|
|
||||||
#BuildRequires: libxml2-devel
|
#BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: python3-devel
|
||||||
#Requires:
|
#Requires:
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,9 +36,12 @@ against the %{name} library.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
PYTHON=%{python3} \
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--with-libxml2 \
|
||||||
--enable-lib-only
|
--disable-static
|
||||||
|
# \
|
||||||
|
# --enable-lib-only
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
%if 0%{?!__install:1}
|
|
||||||
%global __install %{_bindir}/install
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: ninja
|
Name: ninja
|
||||||
Version: 1.11.1
|
Version: 1.11.1
|
||||||
Release: %{?repo}0.rc1%{?dist}
|
Release: %{?repo}0.rc1%{?dist}
|
||||||
@ -44,9 +40,9 @@ sed -i '/int Guess/a \
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__install} -Dm755 ninja %{buildroot}%{_bindir}/ninja
|
install -Dm755 ninja %{buildroot}%{_bindir}/ninja
|
||||||
%{__install} -Dm644 misc/bash-completion %{buildroot}%{_datadir}/bash-completion/completions/ninja
|
install -Dm644 misc/bash-completion %{buildroot}%{_datadir}/bash-completion/completions/ninja
|
||||||
%{__install} -Dm644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_ninja
|
install -Dm644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_ninja
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -12,7 +12,7 @@ Summary: security-enabled client and server libraries
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
URL: https://firefox-source-docs.mozilla.org/security/nss/index.html
|
URL: https://firefox-source-docs.mozilla.org/security/nss/index.html
|
||||||
Source0: https://archive.mozilla.org/pub/security/nss/releases/NSS_%{sdirv}_RTM/src/nss-3.88.1.tar.gz
|
Source0: https://archive.mozilla.org/pub/security/nss/releases/NSS_%{sdirv}_RTM/src/nss-%{version}.tar.gz
|
||||||
#Patch0: https://www.linuxfromscratch.org/patches/blfs/11.3/nss-3.88.1-standalone-1.patch
|
#Patch0: https://www.linuxfromscratch.org/patches/blfs/11.3/nss-3.88.1-standalone-1.patch
|
||||||
Patch0: nss-3.88.1-standalone-rpm.patch
|
Patch0: nss-3.88.1-standalone-rpm.patch
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Summary: Secure Shell
|
|||||||
Group: System Environment/Utilities
|
Group: System Environment/Utilities
|
||||||
License: BSD-2-Clause, BSD-3-Clause, ISC-style, and MIT-style
|
License: BSD-2-Clause, BSD-3-Clause, ISC-style, and MIT-style
|
||||||
URL: https://www.openssh.com/
|
URL: https://www.openssh.com/
|
||||||
Source0: https://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p1.tar.gz
|
Source0: https://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
||||||
|
|
||||||
%if 0%{?libresslAPI:1} == 1
|
%if 0%{?libresslAPI:1} == 1
|
||||||
BuildRequires: libressl-devel
|
BuildRequires: libressl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user