Accepting request 733711 from home:StefanBruens:branches:openSUSE:Factory
- Remove docbook-utils BuildRequires, xmlto is sufficient - Spec file cleanup, use license macro, drop defattr, drop BuildRoot OBS-URL: https://build.opensuse.org/request/show/733711 OBS-URL: https://build.opensuse.org/package/show/security/libkcapi?expand=0&rev=16
This commit is contained in:
parent
2c65ca3bff
commit
cc58a865e2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:40:49 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Remove docbook-utils BuildRequires, xmlto is sufficient
|
||||
- Spec file cleanup, use license macro, drop defattr, drop BuildRoot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 14:51:26 UTC 2017 - meissner@suse.com
|
||||
|
||||
|
@ -30,11 +30,9 @@ Patch0: libkcapi-use-external-fipshmac.patch
|
||||
Patch1: reproduciblesort.patch
|
||||
# PATCH-FIX-UPSTREAM https://github.com/smuellerDD/libkcapi/pull/12
|
||||
Patch2: reproducibledate.patch
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: fipscheck
|
||||
BuildRequires: openssl
|
||||
BuildRequires: xmlto
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
libkcapi exports APIs so that developers need not consider the low-level
|
||||
@ -117,18 +115,16 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags} BINDIR=/usr/%_lib/libkcapi/
|
||||
%postun -n libkcapi0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libkcapi0
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING
|
||||
%license COPYING
|
||||
%doc CHANGES
|
||||
%{_libdir}/libkcapi.so.0.13.*
|
||||
%{_libdir}/libkcapi.so.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/kcapi.h
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/libkcapi
|
||||
%{_libdir}/libkcapi/*
|
||||
%{_libdir}/libkcapi/.*hmac
|
||||
|
Loading…
Reference in New Issue
Block a user