diff --git a/libyui.spec b/libyui.spec index 61b82da..ca43ea3 100644 --- a/libyui.spec +++ b/libyui.spec @@ -4,11 +4,11 @@ # This flag breaks the dependency loop between libyui and ui plugin packages # to make it possible to (re)build plugin packages for libyui ABI changes. # Uncomment next line when rebuilding on ABI changes. -%global no_ui_dep 1 +#%%global no_ui_dep 1 Name: lib%{libsuffix} Version: 3.0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GUI-abstraction library License: (LGPLv2 or LGPLv3) and MIT @@ -16,12 +16,12 @@ URL: https://github.com/%{name}/%{name} Source0: %{url}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: boost-devel -BuildRequires: cmake >= 2.8 +BuildRequires: cmake >= 2.8 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: graphviz -%{?!no_ui_dep:Requires: yui-ui%{?_isa} == %{major_so_ver}} +%{?!no_ui_dep:Requires: yui-ui%{?_isa} == %{major_so_ver}} %description This is the user interface engine that provides the abstraction @@ -38,10 +38,11 @@ independently of YaST for generic (C++) applications. Summary: Files needed for developing with %{name} Requires: boost-devel%{?_isa} -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} == %{version}-%{release} %if 0%{?fedora} && 0%{?fedora} <= 22 -Obsoletes: %{name}-devel-common <= %{version}-%{release} +Obsoletes: %{name}-devel-common <= %{version}-%{release} +Provides: %{name}-devel-common == %{version}-%{release} %endif #0%{?fedora} && 0%{?fedora} <= 22 %description devel @@ -116,6 +117,9 @@ popd %changelog +* Fri May 23 2014 Björn Esser - 3.0.13-3 +- rebuilt with dependency on yui-ui with strict abi + * Fri May 23 2014 Björn Esser - 3.0.13-2 - remove build of pdf-autodocs - minor improvents on spec