- Switch to curated tarballs

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2021-11-14 12:40:28 +00:00 committed by Git OBS Bridge
parent 01b2bed4f9
commit 8bec770e37
6 changed files with 23 additions and 20 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/libyal/libolecf</param>
<param name="revision">381cbe88af2b333f1a91176b24491c1e472920dc</param>
<!-- see configure.ac -->
<param name="versionformat">20210512</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7819ba1dd8ce048663a0b090100b7c459dd5d11c10e08f51ed5ed514b306b733
size 181056

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95cb3adf13cee017acde861ebc45ec83ec85239f20049c2acd0387812f0f275e
size 1641394

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmCbi8cACgkQ2WJeXXrQ
F372Xwf/bR+m32KkbjtkutxkCZRINIb3lJB+iszG/EFGMSnQC2uj8eVTVEP5OMZy
3St9bvyYGioaGrQFEdVdChZaBmniyNf9OS/+y3uiHGhMdFUL0E1K9wWsYOkpI663
T7GjeNDqtSLDaEBUzjOBzU2ekggwq679mPVlE+lvgmNG4c9PBB6oBjmisw8LSXXq
4Hj5zYVmVLoCswOGI2/TDtHEOmuJUzXMthrPqu/5qoNQ01idfx7Iyj9lNW4w8LbH
k1lpW5mJ8MCwW1jXa3XBIc8P1KIrCUng58nSxsVbn16242upFGG6k1D3oU1lu3vK
cn5G0UxLNbHz35rWyWhiJZ1fwTD7Cg==
=H28l
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 14 12:38:28 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Switch to curated tarballs
-------------------------------------------------------------------
Sat Jun 26 10:00:47 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -24,8 +24,9 @@ Summary: Library and tools to access the OLE 2 Compound File (OLECF) form
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
Group: Productivity/File utilities
URL: https://github.com/libyal/libolecf
Source: %name-%version.tar.xz
Source2: OLE_Compound_File_format.pdf
Source: https://github.com/libyal/libolecf/releases/download/%version/libolecf-alpha-%version.tar.gz
Source: https://github.com/libyal/libolecf/releases/download/%version/libolecf-alpha-%version.tar.gz.asc
Source3: OLE_Compound_File_format.pdf
Patch1: system-libs.patch
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
@ -91,7 +92,7 @@ Python bindings for libolecf, which can read MS IE cache files.
%prep
%autosetup -p1
cp "%SOURCE2" .
cp %_sourcedir/*.pdf .
%build
if [ ! -e configure ]; then ./autogen.sh; fi