mirror of
https://abf.rosa.ru/djam/atk1.0.git
synced 2025-02-23 15:12:54 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
ff1d9dd759
commit
21c4001b3c
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ This package contains data used by atk library.
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Accessibility features for Gtk+
|
Summary: Accessibility features for Gtk+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}-common >= %{EVRD}
|
Recommends: %{name}-common >= %{EVRD}
|
||||||
Provides: lib%{name} = %{EVRD}
|
Provides: lib%{name} = %{EVRD}
|
||||||
Conflicts: gir-repository < 0.6.5-4
|
Conflicts: gir-repository < 0.6.5-4
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ from GTK+ and GNOME widgets.
|
||||||
%setup -qn %{pkgname}-%{version}
|
%setup -qn %{pkgname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure2_5x \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%if %{with gtkdoc}
|
%if %{with gtkdoc}
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
|
@ -121,6 +121,6 @@ from GTK+ and GNOME widgets.
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall_std
|
%make_install
|
||||||
|
|
||||||
%find_lang %{pkgname}10
|
%find_lang %{pkgname}10
|
||||||
|
|
Loading…
Add table
Reference in a new issue