|
|
|
@ -1,6 +1,3 @@
|
|
|
|
|
# latest liblinebreak is v2.1, we obsolete anything below 2.2
|
|
|
|
|
%global obsEVR 2.2-1
|
|
|
|
|
|
|
|
|
|
%global forgeurl https://github.com/adah1972/libunibreak
|
|
|
|
|
|
|
|
|
|
Name: libunibreak
|
|
|
|
@ -30,9 +27,6 @@ BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake, autoconf, libtool
|
|
|
|
|
|
|
|
|
|
Provides: liblinebreak = %{version}-%{release}
|
|
|
|
|
Obsoletes: liblinebreak < %{obsEVR}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libunibreak is an implementation of the line breaking and word
|
|
|
|
|
breaking algorithms as described in Unicode Standard Annex 14 and
|
|
|
|
@ -43,8 +37,6 @@ renderer.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Provides: liblinebreak-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: liblinebreak-devel < %{obsEVR}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|