forked from pool/libuna
- Update to release 20220102
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=23
This commit is contained in:
parent
3a9c2b6705
commit
070dc52336
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 2 21:30:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20220102
|
||||||
|
* Unspecified improvements to Mac OS codepage support and tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 25 19:17:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Thu Nov 25 19:17:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
22
libuna.spec
22
libuna.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -40,11 +40,11 @@ BuildRequires: gettext-tools >= 0.18.1
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(libcdatetime) >= 20200510
|
BuildRequires: pkgconfig(libcdatetime) >= 20200510
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||||
%if "@BUILD_FLAVOR@" != "mini"
|
%if "@BUILD_FLAVOR@" != "mini"
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
BuildRequires: pkgconfig(libcfile) >= 20201229
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20200913
|
BuildRequires: pkgconfig(libclocale) >= 20210526
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -100,25 +100,25 @@ autoreconf -fi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "%{buildroot}/%{_libdir}"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n %lname%psuffix -p /sbin/ldconfig
|
%post -n %lname%psuffix -p /sbin/ldconfig
|
||||||
%postun -n %lname%psuffix -p /sbin/ldconfig
|
%postun -n %lname%psuffix -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname%psuffix
|
%files -n %lname%psuffix
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libuna.so.1*
|
%_libdir/libuna.so.1*
|
||||||
|
|
||||||
%if "@BUILD_FLAVOR@" != "mini"
|
%if "@BUILD_FLAVOR@" != "mini"
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/una*
|
%_bindir/una*
|
||||||
%{_mandir}/man1/unaexport.1*
|
%_mandir/man1/unaexport.1*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libuna*
|
%_includedir/libuna*
|
||||||
%{_libdir}/libuna.so
|
%_libdir/libuna.so
|
||||||
%{_libdir}/pkgconfig/libuna.pc
|
%_libdir/pkgconfig/libuna.pc
|
||||||
%{_mandir}/man3/libuna.3*
|
%_mandir/man3/libuna.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user