diff --git a/libsmraw-alpha-20160424.tar.gz b/libsmraw-alpha-20160424.tar.gz deleted file mode 100644 index 013df48..0000000 --- a/libsmraw-alpha-20160424.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48bf1e6ea3b9594052d0698f07b39e4a40576675ce9277761a92b63fd81b210e -size 1554105 diff --git a/libsmraw-alpha-20170803.tar.gz b/libsmraw-alpha-20170803.tar.gz new file mode 100644 index 0000000..e18b0c5 --- /dev/null +++ b/libsmraw-alpha-20170803.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa +size 1549204 diff --git a/libsmraw.changes b/libsmraw.changes index c78f7ce..12d9b10 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -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 diff --git a/libsmraw.spec b/libsmraw.spec index 4e30a74..67b6bc5 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -18,7 +18,7 @@ Name: libsmraw %define lname libsmraw1 -%define timestamp 20160424 +%define timestamp 20170803 Version: 0~%timestamp Release: 0 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 Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: python-devel BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 @@ -46,6 +45,8 @@ BuildRequires: pkgconfig(libfvalue) >= 20120428 BuildRequires: pkgconfig(libhmac) >= 20120425 BuildRequires: pkgconfig(libuna) >= 20120425 BuildRequires: pkgconfig(openssl) >= 1.0 +BuildRequires: pkgconfig(python2) +BuildRequires: pkgconfig(python3) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -80,14 +81,25 @@ This subpackage contains the utility programs from libsmraw to acquire, export, query and verify storage media (split) RAW files. %package -n python-%name -Summary: Python bindings for libsmraw -Group: Development/Libraries/Python +Summary: Python 2 bindings for libsmraw +Group: Development/Languages/Python Requires: %lname = %version Requires: python Provides: pysmraw %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. %prep