diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..f7e0490 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1732318322 +commit: 65408d7db06e3674aaf0fd6b35372442ace4003f7873cfed602715a6514d554a +url: https://src.opensuse.org/clibs/tre +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..4f7f949 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569297b3da640f653623eb7a6b34bed4ece2b2480c5b3f590f0835bb72bcb782 +size 256 diff --git a/tre-0.9.0.tar.gz b/tre-0.9.0.tar.gz deleted file mode 100644 index b0fecb6..0000000 --- a/tre-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f57f5698cafdfe516d11fb0b71705916fe1162f14b08cf69d7cf86923b5a2477 -size 579986 diff --git a/tre.spec b/tre.spec index f4e991f..1a65b41 100644 --- a/tre.spec +++ b/tre.spec @@ -21,44 +21,43 @@ Name: tre Version: 0.9.0 Release: 0 -Summary: POSIX compatible regexp library with approximate matching +Summary: POSIX-compatible regexp library with approximate matching License: BSD-3-Clause -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: https://laurikari.net/tre/ Source0: https://github.com/laurikari/tre/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: glibc-locale %lang_package -n libtre%{sover} %description -TRE is a lightweight, robust, and efficient POSIX compatible regexp -matching library with some exciting features such as approximate -matching. +TRE is a POSIX-compatible regexp matching library with approximate +(fuzzy) matching. %package -n libtre%{sover} -Summary: POSIX compatible regexp library with approximate matching +Summary: POSIX-compatible regexp library with approximate matching Group: System/Libraries %description -n libtre%{sover} -TRE is a lightweight, robust, and efficient POSIX compatible regexp -matching library with some exciting features such as approximate -matching. +TRE is a POSIX-compatible regexp matching library with approximate +(fuzzy) matching. TRE's algorithm has linear worst-case time in the +length of the text being searched, and quadratic worst-case time in +the length of the used regular expression. %package devel -Summary: POSIX compatible regexp library with approximate matching +Summary: Header files for the TRE regex library Group: Development/Libraries/C and C++ Requires: libtre%{sover} = %{version} %description devel -TRE is a lightweight, robust, and efficient POSIX compatible regexp -matching library with some exciting features such as approximate -matching. +TRE is a POSIX-compatible regexp matching library with approximate +This package contains the headers. %package -n agrep -Summary: Another powerful grep with interesting features +Summary: Another grep with approximate matching and block search Group: Productivity/Text/Utilities %description -n agrep -agrep is another powerful grep which has the ability to search for +agrep is a grep utility which has the ability to search for approximate patterns as well as block oriented search. %prep