commit liblightgrep for openSUSE:Factory

2018-07-25 Thread root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2018-07-25 16:13:52

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Wed Jul 25 16:13:52 2018 rev:9 rq:625139 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2018-07-13 10:22:32.446540946 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2018-07-25 16:13:56.970021613 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 07:30:59 UTC 2018 - jeng...@inai.de
+
+- Remove rhetorics from description.
+
+---



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.nxEqub/_old  2018-07-25 16:13:57.782023205 +0200
+++ /var/tmp/diff_new_pack.nxEqub/_new  2018-07-25 16:13:57.782023205 +0200
@@ -22,7 +22,7 @@
 %define lname %{name}%soname
 Version:1.4
 Release:0
-Summary:Not the worst forensics regexp engine
+Summary:Multipattern regular expression searching for digital forensics
 License:GPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/jonstewart/liblightgrep
@@ -54,34 +54,27 @@
 # - Scope (a git submodule)
 
 %description
-liblightgrep is a new regular expression engine, designed specifically for 
digital forensics. Why another regexp engine?
+liblightgrep is a regular expression engine designed
+for digital forensics.
 
-Lightgrep:
-
-searches for many patterns simultaneously
-searches binary data as a stream, not as discrete lines of text
-searches for patterns in many different encodings; give it dirty data, 
lightgrep don't care
-never, ever, ever, never, never looks at a byte twice or backs up in your 
input
-
-Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
+* it searches for many patterns simultaneously,
+* searches binary data as a stream, not as discrete lines of text,
+* searches for patterns in many different encodings,
+* is a forward-looking only engine
 
 %package -n %{lname}
-Summary:Not the worst forensics regexp engine
+Summary:Multipattern regular expression searching for digital forensics
 License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %lname
+liblightgrep is a regular expression engine designed
+for digital forensics.
 
-liblightgrep is a new regular expression engine, designed specifically for 
digital forensics. Why another regexp engine?
-
-Lightgrep:
-
-searches for many patterns simultaneously
-searches binary data as a stream, not as discrete lines of text
-searches for patterns in many different encodings; give it dirty data, 
lightgrep don't care
-never, ever, ever, never, never looks at a byte twice or backs up in your 
input
-
-Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
+* it searches for many patterns simultaneously,
+* searches binary data as a stream, not as discrete lines of text,
+* searches for patterns in many different encodings,
+* is a forward-looking only engine
 
 %package devel
 Summary:Development files for liblightgrep
@@ -90,7 +83,7 @@
 Requires:   %{name}%{soname} = %{version}
 
 %description devel
-Development files for liblightgrep, a new regex engine designed specifically 
for digital forensics.
+Development files for liblightgrep, a regex engine designed for digital 
forensics.
 
 This subpackage contains libraries and header files for developing
 applications that want to make use of %{name}.




commit liblightgrep for openSUSE:Factory

2018-07-13 Thread root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2018-07-13 10:22:02

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Fri Jul 13 10:22:02 2018 rev:8 rq:622300 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2018-05-04 11:28:53.181116449 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2018-07-13 10:22:32.446540946 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 14:53:50 UTC 2018 - sch...@suse.de
+
+- aarch64_and_ppc64le.patch: add riscv64
+- Use %license for COPYING
+
+---



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.LWFqBU/_old  2018-07-13 10:22:33.490542199 +0200
+++ /var/tmp/diff_new_pack.LWFqBU/_new  2018-07-13 10:22:33.494542203 +0200
@@ -120,12 +120,14 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc README.md COPYING
+%doc README.md
+%license COPYING
 %{_libdir}/liblightgrep.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc README.md COPYING
+%doc README.md
+%license COPYING
 %{_includedir}/lightgrep/
 %{_libdir}/liblightgrep.so
 %{_libdir}/pkgconfig/lightgrep.pc

++ aarch64_and_ppc64le.patch ++
--- /var/tmp/diff_new_pack.LWFqBU/_old  2018-07-13 10:22:33.502542213 +0200
+++ /var/tmp/diff_new_pack.LWFqBU/_new  2018-07-13 10:22:33.506542218 +0200
@@ -7,7 +7,7 @@
  libsubdirs="lib"
  ax_arch=`uname -m`
 -if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
-+if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
++if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = 
riscv64; then
  libsubdirs="lib64 lib lib64"
  fi
  




commit liblightgrep for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2018-05-04 11:28:23

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Fri May  4 11:28:23 2018 rev:7 rq:602493 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2017-02-03 17:47:56.061822115 +0100
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2018-05-04 11:28:53.181116449 +0200
@@ -1,0 +2,6 @@
+Mon Apr 30 09:47:15 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update ppc64le.patch to aarch64_and_ppc64le.patch to also include
+  aarch64
+
+---

Old:

  ppc64le.patch

New:

  aarch64_and_ppc64le.patch



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.ENF6bR/_old  2018-05-04 11:28:54.093082992 +0200
+++ /var/tmp/diff_new_pack.ENF6bR/_new  2018-05-04 11:28:54.097082845 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 Version:1.4
 Release:0
 Summary:Not the worst forensics regexp engine
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/jonstewart/liblightgrep
 # The original archive contains tests : 155MB. As we don't run them, save 
space by removing them :
 # /pytest, /re_gen and /test
 #Source: 
https://github.com/LightboxTech/liblightgrep/archive/v%{version}.tar.gz
 Source: %{name}-%{version}.tar.xz
-Patch0: ppc64le.patch
+Patch0: aarch64_and_ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -67,7 +67,7 @@
 
 %package -n %{lname}
 Summary:Not the worst forensics regexp engine
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %lname
@@ -85,7 +85,7 @@
 
 %package devel
 Summary:Development files for liblightgrep
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}
 

++ aarch64_and_ppc64le.patch ++
Index: liblightgrep-1.2.1/m4/ax_boost_base.m4
===
--- liblightgrep-1.2.1.orig/m4/ax_boost_base.m4
+++ liblightgrep-1.2.1/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
 dnl are found, e.g. when only header-only libraries are installed!
 libsubdirs="lib"
 ax_arch=`uname -m`
-if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
 libsubdirs="lib64 lib lib64"
 fi
 



commit liblightgrep for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2017-02-03 16:28:53

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2015-02-18 12:09:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2017-02-03 17:47:56.061822115 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 13:03:34 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.iKRZtT/_old  2017-02-03 17:47:57.261652970 +0100
+++ /var/tmp/diff_new_pack.iKRZtT/_new  2017-02-03 17:47:57.269651843 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,13 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
 BuildRequires:  libtool




commit liblightgrep for openSUSE:Factory

2015-02-18 Thread h_root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2015-02-18 11:39:38

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2014-01-06 17:45:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2015-02-18 12:09:00.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 17 00:30:14 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4
+  * Significant performance improvements
+- Point Url to the home page instead of README github file
+- Add pkg-config requirement; new dependency
+
+---

Old:

  liblightgrep-1.2.1.tar.gz

New:

  liblightgrep-1.4.tar.xz



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.Qkx4m0/_old  2015-02-18 12:09:01.0 +0100
+++ /var/tmp/diff_new_pack.Qkx4m0/_new  2015-02-18 12:09:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,17 @@
 
 Name:   liblightgrep
 %define lname %{name}%soname
-Version:1.2.1
+Version:1.4
 Release:0
 Summary:Not the worst forensics regexp engine
 License:GPL-3.0+
 Group:  Productivity/File utilities
-Url:https://github.com/jonstewart/liblightgrep#readme
-# not yet released, using "git clone --recursive 
git://github.com/LightboxTech/liblightgrep.git"
-# DL-URL: 
https://github.com/LightboxTech/liblightgrep/archive/v1.2.1.tar.gz
-Source: liblightgrep-1.2.1.tar.gz
-Patch:  ppc64le.patch
+Url:https://github.com/jonstewart/liblightgrep
+# The original archive contains tests : 155MB. As we don't run them, save 
space by removing them :
+# /pytest, /re_gen and /test
+#Source: 
https://github.com/LightboxTech/liblightgrep/archive/v%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
+Patch0: ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -37,6 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 # With v1.2.1, to run the %check section, you may need extra modules:
 # - Boost::asio
 # - Boost::chrono
@@ -89,7 +91,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 #The test file test_kilopattern.CPP breaks ARM builds
 find . -name 'test_kilopattern.CPP' -delete
 
@@ -120,5 +122,6 @@
 %doc README.md COPYING
 %{_includedir}/lightgrep/
 %{_libdir}/liblightgrep.so
+%{_libdir}/pkgconfig/lightgrep.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblightgrep for openSUSE:Factory

2014-01-06 Thread h_root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2014-01-06 17:45:21

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Changes:

--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes
2013-09-13 14:44:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2014-01-06 17:45:23.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan  6 13:00:46 UTC 2014 - dval...@suse.com
+
+- fix searching for boost libs on ppc64le
+
+- added patches:
+  * ppc64le.patch
+---

New:

  ppc64le.patch



Other differences:
--
++ liblightgrep.spec ++
--- /var/tmp/diff_new_pack.0tSjbw/_old  2014-01-06 17:45:24.0 +0100
+++ /var/tmp/diff_new_pack.0tSjbw/_new  2014-01-06 17:45:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,22 +11,25 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soname 0
 
 Name:   liblightgrep
 %define lname %{name}%soname
 Version:1.2.1
 Release:0
-License:GPL-3.0+
 Summary:Not the worst forensics regexp engine
-Url:https://github.com/jonstewart/liblightgrep#readme
+License:GPL-3.0+
 Group:  Productivity/File utilities
+Url:https://github.com/jonstewart/liblightgrep#readme
 # not yet released, using "git clone --recursive 
git://github.com/LightboxTech/liblightgrep.git"
 # DL-URL: 
https://github.com/LightboxTech/liblightgrep/archive/v1.2.1.tar.gz
 Source: liblightgrep-1.2.1.tar.gz
+Patch:  ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -55,8 +58,8 @@
 Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
 
 %package -n %{lname}
-License:LGPL-3.0+
 Summary:Not the worst forensics regexp engine
+License:LGPL-3.0+
 Group:  System/Libraries
 
 %description -n %lname
@@ -73,8 +76,8 @@
 Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
 
 %package devel
-License:LGPL-3.0+
 Summary:Development files for liblightgrep
+License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}
 
@@ -86,6 +89,7 @@
 
 %prep
 %setup -q
+%patch -p1
 #The test file test_kilopattern.CPP breaks ARM builds
 find . -name 'test_kilopattern.CPP' -delete
 

++ ppc64le.patch ++
Index: liblightgrep-1.2.1/m4/ax_boost_base.m4
===
--- liblightgrep-1.2.1.orig/m4/ax_boost_base.m4
+++ liblightgrep-1.2.1/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
 dnl are found, e.g. when only header-only libraries are installed!
 libsubdirs="lib"
 ax_arch=`uname -m`
-if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
 libsubdirs="lib64 lib lib64"
 fi
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblightgrep for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2013-09-13 14:44:15

Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and  /work/SRC/openSUSE:Factory/.liblightgrep.new (New)


Package is "liblightgrep"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2013-09-13 14:44:16.0 +0200
@@ -0,0 +1,13 @@
+---
+Thu Sep 12 17:52:29 UTC 2013 - greg.freem...@gmail.com
+
+- update to v1.2.1
+  * No ChangeLog
+  * I suspect this is the first released version
+- update specfile to reflect a release, not a git pull
+
+---
+Wed Apr 24 22:25:27 UTC 2013 - greg.freem...@gmail.com
+
+- initial package - pulled from git - not yet released I don't think
+

New:

  liblightgrep-1.2.1.tar.gz
  liblightgrep.changes
  liblightgrep.spec



Other differences:
--
++ liblightgrep.spec ++
#
# spec file for package liblightgrep
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define soname 0

Name:   liblightgrep
%define lname %{name}%soname
Version:1.2.1
Release:0
License:GPL-3.0+
Summary:Not the worst forensics regexp engine
Url:https://github.com/jonstewart/liblightgrep#readme
Group:  Productivity/File utilities
# not yet released, using "git clone --recursive 
git://github.com/LightboxTech/liblightgrep.git"
# DL-URL: 
https://github.com/LightboxTech/liblightgrep/archive/v1.2.1.tar.gz
Source: liblightgrep-1.2.1.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  bison
BuildRequires:  boost-devel
BuildRequires:  gcc-c++
BuildRequires:  libicu-devel
BuildRequires:  libtool
# With v1.2.1, to run the %check section, you may need extra modules:
# - Boost::asio
# - Boost::chrono
# - Boost::program_options
# - Boost::system
# - Boost::thread
# - Scope (a git submodule)

%description
liblightgrep is a new regular expression engine, designed specifically for 
digital forensics. Why another regexp engine?

Lightgrep:

searches for many patterns simultaneously
searches binary data as a stream, not as discrete lines of text
searches for patterns in many different encodings; give it dirty data, 
lightgrep don't care
never, ever, ever, never, never looks at a byte twice or backs up in your 
input

Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.

%package -n %{lname}
License:LGPL-3.0+
Summary:Not the worst forensics regexp engine
Group:  System/Libraries

%description -n %lname

liblightgrep is a new regular expression engine, designed specifically for 
digital forensics. Why another regexp engine?

Lightgrep:

searches for many patterns simultaneously
searches binary data as a stream, not as discrete lines of text
searches for patterns in many different encodings; give it dirty data, 
lightgrep don't care
never, ever, ever, never, never looks at a byte twice or backs up in your 
input

Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.

%package devel
License:LGPL-3.0+
Summary:Development files for liblightgrep
Group:  Development/Libraries/C and C++
Requires:   %{name}%{soname} = %{version}

%description devel
Development files for liblightgrep, a new regex engine designed specifically 
for digital forensics.

This subpackage contains libraries and header files for developing
applications that want to make use of %{name}.

%prep
%setup -q
#The test file test_kilopattern.CPP breaks ARM builds
find . -name 'test_kilopattern.CPP' -delete

%build
autoreconf -i
%configure --disable-static
make %{?_smp_mflags}

%install
%make