Compare commits
10 Commits
62803a4ce6
...
a518800bd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a518800bd2 | ||
|
|
b5fe98122d | ||
|
|
9e717f7a49 | ||
|
|
e53cc7b9a5 | ||
|
|
29beb37487 | ||
|
|
5769251bc7 | ||
|
|
8fe9432c35 | ||
|
|
45e8addaae | ||
|
|
c2cf1758e7 | ||
|
|
b4831f7df3 |
Binary file not shown.
BIN
nss-pem-1.1.0.tar.xz
Normal file
BIN
nss-pem-1.1.0.tar.xz
Normal file
Binary file not shown.
29
nss-pem.spec
29
nss-pem.spec
@ -1,12 +1,12 @@
|
|||||||
Name: nss-pem
|
Name: nss-pem
|
||||||
Version: 1.0.4
|
Version: 1.1.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: PEM file reader for Network Security Services (NSS)
|
Summary: PEM file reader for Network Security Services (NSS)
|
||||||
License: MPLv1.1
|
License: MPLv1.1
|
||||||
URL: https://github.com/kdudka/nss-pem
|
URL: https://github.com/kdudka/nss-pem
|
||||||
Source0: https://github.com/kdudka/nss-pem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/kdudka/nss-pem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: cmake gcc nss-pkcs11-devel git
|
BuildRequires: cmake gcc nss-pkcs11-devel
|
||||||
Requires: nss%{?_isa} >= %(nss-config --version 2>/dev/null || echo 0)
|
Requires: nss%{?_isa} >= %(nss-config --version 2>/dev/null || echo 0)
|
||||||
Conflicts: nss%{?_isa} < 3.24.0-3%{?dist}
|
Conflicts: nss%{?_isa} < 3.24.0-3%{?dist}
|
||||||
Obsoletes: %{name} < %{version}-%{release}
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
@ -16,9 +16,10 @@ PEM file reader for Network Security Services (NSS), implemented as a PKCS#11
|
|||||||
module.
|
module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%{optflags} -DNSS_PKCS11_2_0_COMPAT"
|
||||||
mkdir build
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
%cmake ../src
|
%cmake ../src
|
||||||
@ -37,8 +38,26 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libnsspem.so
|
%{_libdir}/libnsspem.so
|
||||||
%license COPYING
|
%license COPYING.{GPL,MPL}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 14 2023 niuyaru <niuyaru@kylinos.cn> - 1.1.0-1
|
||||||
|
- update version to 1.1.0
|
||||||
|
|
||||||
|
* Fri Dec 31 2021 panxiaohe <panxiaohe@huawei.com> - 1.0.8-1
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update version to 1.0.8
|
||||||
|
|
||||||
|
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.6-3
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
* Fri Aug 7 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.0.6-2
|
||||||
|
- Add -DNSS_PKCS11_2_0_COMPAT to solve build failure
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.0.6-1
|
||||||
|
- update version to 1.0.6
|
||||||
|
|
||||||
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-2
|
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user