2020-07-24 21:31:43 +08:00
|
|
|
Name: libassuan
|
2022-03-19 10:44:49 +08:00
|
|
|
Version: 2.5.5
|
2021-01-22 14:08:11 +08:00
|
|
|
Release: 1
|
2019-09-30 10:54:52 -04:00
|
|
|
Summary: A small library implementing the so-called Assuan protocal
|
|
|
|
|
License: LGPLv2+ and GPLv3+
|
2020-12-15 15:55:24 +08:00
|
|
|
URL: https://www.gnupg.org/
|
2020-07-24 21:31:43 +08:00
|
|
|
Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
|
|
|
|
|
Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
|
|
|
|
|
|
2022-03-19 10:44:49 +08:00
|
|
|
Patch0: backport-libassuan-2.5.2-multilib.patch
|
2019-09-30 10:54:52 -04:00
|
|
|
|
|
|
|
|
BuildRequires: gcc gawk libgpg-error-devel >= 1.8
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary},which is used for IPC between most newer GnuPG cmponents,and provides\
|
|
|
|
|
\ both server and client sides functions.\
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: GnuPG IPC library
|
|
|
|
|
Provides: libassuan2-devel = %{version}-%{release}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2020-07-24 21:31:43 +08:00
|
|
|
Requires: pkgconfig
|
2019-09-30 10:54:52 -04:00
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Provide files which are needed to develop applications using %{name}.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --includedir=%{_includedir}/libassuan2
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
rm -fv %{buildroot}%{_infodir}/dir
|
|
|
|
|
%delete_la
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%license COPYING COPYING.LIB
|
|
|
|
|
%{_libdir}/libassuan.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/libassuan-config
|
|
|
|
|
%{_includedir}/libassuan2/assuan.*
|
|
|
|
|
%{_libdir}/lib*.so
|
2020-07-24 21:31:43 +08:00
|
|
|
%{_libdir}/pkgconfig/libassuan.pc
|
2019-09-30 10:54:52 -04:00
|
|
|
%{_datadir}/aclocal/lib*.m4
|
|
|
|
|
%{_infodir}/assuan.info*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc ChangeLog NEWS README THANKS TODO
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-03-19 10:44:49 +08:00
|
|
|
* Sat Mar 19 2022 xihaochen<xihaochen@h-partners.com> - 2.5.5-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libassuan to 2.5.5
|
|
|
|
|
|
2021-01-22 14:08:11 +08:00
|
|
|
* Tue Jan 26 2021 xihaochen<xihaochen@huawei.com> - 2.5.4-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libassuan to 2.5.4
|
|
|
|
|
|
2020-12-15 15:55:24 +08:00
|
|
|
* Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 2.5.3-2
|
|
|
|
|
- Type:requirement
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update url
|
|
|
|
|
|
2020-07-24 21:31:43 +08:00
|
|
|
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.5.3-1
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade to 2.5.3
|
|
|
|
|
|
2020-01-11 18:12:07 +08:00
|
|
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.5.1-6
|
|
|
|
|
- delete uesless info
|
|
|
|
|
|
2019-09-30 10:54:52 -04:00
|
|
|
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.5.1-5
|
|
|
|
|
- Package init
|
|
|
|
|
|