forked from pool/libsmraw
Accepting request 530604 from security:forensics
1 OBS-URL: https://build.opensuse.org/request/show/530604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmraw?expand=0&rev=10
This commit is contained in:
commit
daf51a6344
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48bf1e6ea3b9594052d0698f07b39e4a40576675ce9277761a92b63fd81b210e
|
|
||||||
size 1554105
|
|
3
libsmraw-alpha-20170803.tar.gz
Normal file
3
libsmraw-alpha-20170803.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa
|
||||||
|
size 1549204
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 22:35:26 UTC 2017 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v0~20170803
|
||||||
|
* applied 2017 update
|
||||||
|
* worked on tests
|
||||||
|
- change Group: field for python binding to devel/languages/python
|
||||||
|
- Add python3 binding subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com
|
Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libsmraw
|
Name: libsmraw
|
||||||
%define lname libsmraw1
|
%define lname libsmraw1
|
||||||
%define timestamp 20160424
|
%define timestamp 20170803
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the (split) RAW image format
|
Summary: Library and tools to access the (split) RAW image format
|
||||||
@ -27,7 +27,6 @@ Group: Productivity/File utilities
|
|||||||
Url: https://github.com/libyal/libsmraw/wiki
|
Url: https://github.com/libyal/libsmraw/wiki
|
||||||
Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
@ -46,6 +45,8 @@ BuildRequires: pkgconfig(libfvalue) >= 20120428
|
|||||||
BuildRequires: pkgconfig(libhmac) >= 20120425
|
BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
|
BuildRequires: pkgconfig(python2)
|
||||||
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,14 +81,25 @@ This subpackage contains the utility programs from libsmraw to
|
|||||||
acquire, export, query and verify storage media (split) RAW files.
|
acquire, export, query and verify storage media (split) RAW files.
|
||||||
|
|
||||||
%package -n python-%name
|
%package -n python-%name
|
||||||
Summary: Python bindings for libsmraw
|
Summary: Python 2 bindings for libsmraw
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Languages/Python
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: python
|
Requires: python
|
||||||
Provides: pysmraw
|
Provides: pysmraw
|
||||||
|
|
||||||
%description -n python-%name
|
%description -n python-%name
|
||||||
Python bindings for libsmraw, which provides functionality to work
|
Python 2 bindings for libsmraw, which provides functionality to work
|
||||||
|
with (split) RAW files.
|
||||||
|
|
||||||
|
%package -n python3-%name
|
||||||
|
Summary: Python 3 bindings for libsmraw
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
Requires: %lname = %version
|
||||||
|
Requires: python3
|
||||||
|
Provides: pysmraw
|
||||||
|
|
||||||
|
%description -n python3-%name
|
||||||
|
Python 3 bindings for libsmraw, which provides functionality to work
|
||||||
with (split) RAW files.
|
with (split) RAW files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user