osc copypac from project:Base:System package:gpg2 revision:151, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=153
This commit is contained in:
parent
beb01c83d0
commit
0e9bf32cb9
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 12:22:25 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add --enable-large-rsa to allow large size keys bnc#1012536
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 22:07:13 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
@ -44,7 +44,7 @@ BuildRequires: libksba-devel >= 1.3.4
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: npth-devel >= 1.2
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.0
|
||||
@ -102,13 +102,12 @@ date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
|
||||
--enable-large-secmem \
|
||||
--enable-wks-tools \
|
||||
--with-gnu-ld \
|
||||
--enable-build-timestamp=$date \
|
||||
--enable-large-rsa
|
||||
--enable-build-timestamp=$date
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/gnupg/
|
||||
# bnc#391347
|
||||
install -m 644 doc/examples/gpgconf.conf %{buildroot}%{_sysconfdir}/gnupg
|
||||
@ -153,7 +152,7 @@ install -m 755 tools/gpg-zip %{buildroot}/%{_bindir}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_infodir}/gnupg*
|
||||
%{_mandir}/*/*%{ext_man}
|
||||
%{_mandir}/*/*.gz
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_bindir}/*
|
||||
%{_libdir}/[^d]*
|
||||
|
Loading…
Reference in New Issue
Block a user