SHA256
6
0
forked from pool/tre
Ismail Dönmez 2012-05-08 12:49:36 +00:00 committed by Git OBS Bridge
parent dea49826e6
commit 09b48748ad

View File

@ -16,15 +16,14 @@
#
Name: tre
Version: 0.8.0
Release: 1
License: BSD-3-Clause
Group: System/Libraries
Release: 0
Source0: http://laurikari.net/tre/tre-%{version}.tar.bz2
Patch0: %{name}.diff
Summary: POSIX compatible regexp library with approximate matching
License: BSD-3-Clause
Group: System/Libraries
Url: http://laurikari.net/tre/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
@ -35,7 +34,6 @@ matching library with some exciting features such as approximate
matching.
%package -n libtre5
License: BSD-3-Clause
Summary: POSIX compatible regexp library with approximate matching
Group: System/Libraries
Requires: %{name} = %{version}
@ -53,7 +51,6 @@ matching.
%postun -n libtre5 -p /sbin/ldconfig
%package devel
License: BSD-3-Clause
Requires: libtre5 = %{version}
Summary: POSIX compatible regexp library with approximate matching
Group: Development/Libraries/C and C++
@ -66,7 +63,6 @@ matching library with some exciting features such as approximate
matching.
%package -n agrep
License: BSD-3-Clause
Summary: Another powerful grep with interesting features
Group: Productivity/Text/Utilities