Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d10394bbd6 | ||
|
|
91987c5d05 | ||
|
|
77ca3663e2 |
2 changed files with 8 additions and 1701 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,6 @@ URL: http://santuario.apache.org/c/
|
|||
Source: http://www.apache.org/dist/santuario/c-library/xml-security-c-%{version}.tar.gz
|
||||
Patch0: %{name}-cxx11.patch
|
||||
Patch1: %{name}-ac_fixes.patch
|
||||
Patch2: https://raw.githubusercontent.com/open-eid/libdigidocpp/master/xml-security-c-1.7.3_openssl1.1.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libstdc++-devel
|
||||
|
|
@ -55,6 +54,9 @@ autoreconf -fiv
|
|||
%check
|
||||
./xsec/xtest
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%attr(755,root,root) %{_libdir}/libxml-security-c.so.*
|
||||
|
||||
|
|
@ -67,6 +69,11 @@ autoreconf -fiv
|
|||
%{_includedir}/xsec
|
||||
|
||||
%changelog
|
||||
* Thu Mar 01 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1.7.3-4el7
|
||||
- backport to epel7
|
||||
-- readd %%post/%%postun scriptlets with /sbin/ldconfig
|
||||
-- remove openssl 1.1 patch
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue