diff --git a/_service b/_service deleted file mode 100644 index 0b72bd9..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://github.com/libyal/libregf - ee938acd3a691d0c44da8d1e6da7fd7e856ffe85 - - 20210504 - - - *.tar - xz - - - diff --git a/libregf-20210504.tar.xz b/libregf-20210504.tar.xz deleted file mode 100644 index 79626e1..0000000 --- a/libregf-20210504.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ace1fed478b9dc43409cbf8e481292e05658268e513e1796033f5f50a2ea56 -size 214704 diff --git a/libregf-alpha-20210615.tar.gz b/libregf-alpha-20210615.tar.gz new file mode 100644 index 0000000..d964e40 --- /dev/null +++ b/libregf-alpha-20210615.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6815acf84a2cc091492bc7b536747ddf88d061ab8583ace4635a3d6608e1b3be +size 1690024 diff --git a/libregf.changes b/libregf.changes index f662ab6..64227c1 100644 --- a/libregf.changes +++ b/libregf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jun 26 10:34:31 UTC 2021 - Jan Engelhardt + +- Update to release 20210615 + * No changelog was provided +- Drop python2 module build + ------------------------------------------------------------------- Thu May 13 11:34:17 UTC 2021 - Jan Engelhardt diff --git a/libregf.spec b/libregf.spec index 3ca42b1..c110f2d 100644 --- a/libregf.spec +++ b/libregf.spec @@ -16,21 +16,17 @@ # -%bcond_without python2 %define lname libregf1 Name: libregf -Version: 20210504 +Version: 20210615 Release: 0 Summary: Library to access Windows REGF-type Registry files License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libregf -Source: %name-%version.tar.xz +Source: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz Source2: Windows_NT_Registry_File_REGF_format.pdf Patch1: system-libs.patch -%if %{with python2} -BuildRequires: python-devel -%endif BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool @@ -52,7 +48,6 @@ BuildRequires: pkgconfig(libfguid) >= 20180724 BuildRequires: pkgconfig(libfwnt) >= 20210421 BuildRequires: pkgconfig(libfwsi) >= 20210419 BuildRequires: pkgconfig(libuna) >= 20201204 -BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python3) %description @@ -90,18 +85,6 @@ type (a non-text representation). This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python2-%{name} -Summary: Python2 bindings for libregf, a library to access Windows REGF Registry files -License: LGPL-3.0-or-later -Group: Development/Languages/Python -Obsoletes: python-%{name} <= 20190303 - -%description -n python2-%{name} -libregf is a library to access Windows Registry files of the REGF -type (a non-text representation). - -This subpackage contains the Python2 bindings for libregf. - %package -n python3-%{name} Summary: Python3 bindings for libregf, a library to access Windows REGF Registry files License: LGPL-3.0-or-later @@ -122,9 +105,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi %configure \ --disable-static \ --enable-wide-character-type \ -%if %{with python2} - --enable-python2 \ -%endif --enable-python3 %make_build @@ -151,12 +131,6 @@ find %{buildroot} -name '*.la' -delete %{_libdir}/pkgconfig/libregf.pc %{_mandir}/man3/libregf.3* -%if %{with python2} -%files -n python2-%{name} -%license COPYING* -%{python2_sitearch}/pyregf.so -%endif - %files -n python3-%{name} %license COPYING* %{python3_sitearch}/pyregf.so