update to 20210119 [release 20210119-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
8b023359e9
commit
7fe091c642
@ -1,12 +1,12 @@
|
|||||||
Name: ca-certificates
|
Name: ca-certificates
|
||||||
Version: 20190110
|
Version: 20210119
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Mozilla CA root certificate bundle
|
Summary: The Mozilla CA root certificate bundle
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.mozilla.org/
|
URL: https://www.mozilla.org/
|
||||||
# git clone git://pkgs.fedoraproject.org/ca-certificates.git
|
# git clone git://pkgs.fedoraproject.org/ca-certificates.git
|
||||||
#Source: git://pkgs.fedoraproject.org/ca-certificates.git/master/ca-certificates-%{version}.tar.bz2
|
#Source: git://pkgs.fedoraproject.org/ca-certificates.git/master/ca-certificates-%{version}.tar.bz2
|
||||||
Source: http://ftp.de.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_%{version}.tar.xz
|
Source: http://ftp.de.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_%{version}.tar.xz
|
||||||
@ -30,15 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
This package contains the set of CA certificates chosen by the Mozilla Foundation for use with the Internet PKI.
|
This package contains the set of CA certificates chosen by the Mozilla Foundation for use with the Internet PKI.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -c -q
|
||||||
|
cd work
|
||||||
mkdir %{name} %{name}/certs %{name}/java
|
mkdir %{name} %{name}/certs %{name}/java
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd work
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
cd work
|
||||||
install -d -m755 %{buildroot}/{%{_sysconfdir}/ca-certificates/update.d,%{_sbindir},%{_datadir}/ca-certificates,%{_sysconfdir}/ssl/certs}
|
install -d -m755 %{buildroot}/{%{_sysconfdir}/ca-certificates/update.d,%{_sbindir},%{_datadir}/ca-certificates,%{_sysconfdir}/ssl/certs}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
install -D -m644 sbin/update-ca-certificates.8 %{buildroot}%{_mandir}/man8/update-ca-certificates.8
|
install -D -m644 sbin/update-ca-certificates.8 %{buildroot}%{_mandir}/man8/update-ca-certificates.8
|
||||||
@ -98,6 +100,9 @@ fi
|
|||||||
%{_mandir}/man8/update-ca-certificates.8*
|
%{_mandir}/man8/update-ca-certificates.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210119-1mamba
|
||||||
|
- update to 20210119
|
||||||
|
|
||||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20190110-1mamba
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20190110-1mamba
|
||||||
- update to 20190110
|
- update to 20190110
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user