From 09b48748ad0fd9c4ce05723d9dff49b442ca12a25c78258d8b4a61007f447829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 8 May 2012 12:49:36 +0000 Subject: [PATCH] Cleanup OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tre?expand=0&rev=11 --- tre.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tre.spec b/tre.spec index 47db394..6b816de 100644 --- a/tre.spec +++ b/tre.spec @@ -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