- Switch to curated tarballs
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=22
This commit is contained in:
parent
01b2bed4f9
commit
8bec770e37
14
_service
14
_service
@ -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>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7819ba1dd8ce048663a0b090100b7c459dd5d11c10e08f51ed5ed514b306b733
|
|
||||||
size 181056
|
|
3
libolecf-alpha-20210512.tar.gz
Normal file
3
libolecf-alpha-20210512.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95cb3adf13cee017acde861ebc45ec83ec85239f20049c2acd0387812f0f275e
|
||||||
|
size 1641394
|
11
libolecf-alpha-20210512.tar.gz.asc
Normal file
11
libolecf-alpha-20210512.tar.gz.asc
Normal 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-----
|
@ -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>
|
Sat Jun 26 10:00:47 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -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
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://github.com/libyal/libolecf
|
URL: https://github.com/libyal/libolecf
|
||||||
Source: %name-%version.tar.xz
|
Source: https://github.com/libyal/libolecf/releases/download/%version/libolecf-alpha-%version.tar.gz
|
||||||
Source2: OLE_Compound_File_format.pdf
|
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
|
Patch1: system-libs.patch
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: gettext-tools >= 0.18.1
|
BuildRequires: gettext-tools >= 0.18.1
|
||||||
@ -91,7 +92,7 @@ Python bindings for libolecf, which can read MS IE cache files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
cp "%SOURCE2" .
|
cp %_sourcedir/*.pdf .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then ./autogen.sh; fi
|
if [ ! -e configure ]; then ./autogen.sh; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user