mirror of
https://abf.rosa.ru/djam/atk1.0.git
synced 2025-02-23 15:12:54 +00:00
Automatic import for version 2.4.0
This commit is contained in:
parent
8e83676b5a
commit
d42afaeebd
2 changed files with 50 additions and 40 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"atk-2.2.0.tar.xz": b9808b77c7905eb46fc2b64587ef93beab37470a
|
"atk-2.4.0.tar.xz": ca13d01660bdcd5262ef6cedb8a64542ff8aa804
|
||||||
|
|
64
atk1.0.spec
64
atk1.0.spec
|
@ -1,20 +1,22 @@
|
||||||
%define enable_gtkdoc 0
|
%define enable_gtkdoc 0
|
||||||
|
|
||||||
%define api_version 1.0
|
%define api 1.0
|
||||||
%define lib_major 0
|
%define major 0
|
||||||
%define pkgname atk
|
%define pkgname atk
|
||||||
%define lib_name %mklibname %{name}_ %{lib_major}
|
%define libname %mklibname %{pkgname} %{api} %{major}
|
||||||
|
%define girname %mklibname %{pkgname}-gir %{api}
|
||||||
%define develname %mklibname -d %{name}
|
%define develname %mklibname -d %{name}
|
||||||
|
|
||||||
Name: %{pkgname}%{api_version}
|
|
||||||
Version: 2.2.0
|
|
||||||
Release: 4
|
|
||||||
Summary: Accessibility features for Gtk+
|
Summary: Accessibility features for Gtk+
|
||||||
|
Name: %{pkgname}%{api}
|
||||||
|
Version: 2.4.0
|
||||||
|
Release: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Accessibility
|
Group: Accessibility
|
||||||
Url: http://developer.gnome.org/projects/gap/
|
Url: http://developer.gnome.org/projects/gap/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.xz
|
||||||
%if %enable_gtkdoc
|
|
||||||
|
%if %{enable_gtkdoc}
|
||||||
BuildRequires: gtk-doc >= 1.11-3
|
BuildRequires: gtk-doc >= 1.11-3
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.5.7
|
BuildRequires: pkgconfig(glib-2.0) >= 2.5.7
|
||||||
|
@ -34,9 +36,6 @@ from GTK+ and GNOME widgets.
|
||||||
%package common
|
%package common
|
||||||
Summary: Data files used by atk
|
Summary: Data files used by atk
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Conflicts: %{_lib}atk1.0_0 < 1.13.1-2
|
|
||||||
# 64bit atk1.0-common conflicts with old 32bit lib as well -Anssi
|
|
||||||
Conflicts: libatk1.0_0 < 1.13.1-2
|
|
||||||
|
|
||||||
%description common
|
%description common
|
||||||
ATK, the Accessibility Tookit, is used to obtain accessibily information
|
ATK, the Accessibility Tookit, is used to obtain accessibily information
|
||||||
|
@ -44,17 +43,13 @@ from GTK+ and GNOME widgets.
|
||||||
|
|
||||||
This package contains data used by atk library.
|
This package contains data used by atk library.
|
||||||
|
|
||||||
%package -n %{lib_name}
|
%package -n %{libname}
|
||||||
Summary: Accessibility features for Gtk+
|
Summary: Accessibility features for Gtk+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}-common >= %{version}-%{release}
|
Suggests: %{name}-common >= %{version}-%{release}
|
||||||
Provides: %{pkgname} = %{version}-%{release}
|
|
||||||
Provides: lib%{pkgname} = %{version}-%{release}
|
|
||||||
Provides: lib%{name} = %{version}-%{release}
|
|
||||||
Obsoletes: %{pkgname} lib%{pkgname}
|
|
||||||
Conflicts: gir-repository < 0.6.5-4
|
Conflicts: gir-repository < 0.6.5-4
|
||||||
|
|
||||||
%description -n %{lib_name}
|
%description -n %{libname}
|
||||||
Accessibility means providing system infrastructure that allows add-on
|
Accessibility means providing system infrastructure that allows add-on
|
||||||
assistive software to transparently provide specalized input and ouput
|
assistive software to transparently provide specalized input and ouput
|
||||||
capabilities. For example, screen readers allow blind users to navigate
|
capabilities. For example, screen readers allow blind users to navigate
|
||||||
|
@ -62,14 +57,21 @@ through applications, determine the state of controls, and read text via
|
||||||
text to speech conversion. On-screen keyboards replace physical
|
text to speech conversion. On-screen keyboards replace physical
|
||||||
keyboards, and head-mounted pointers replace mice.
|
keyboards, and head-mounted pointers replace mice.
|
||||||
|
|
||||||
|
%package -n %{girname}
|
||||||
|
Summary: GObject introspection interface library for %{pkgname}
|
||||||
|
Group: System/Libraries
|
||||||
|
Requires: %{libname} = %{version}-%{release}
|
||||||
|
Obsoletes: %{_lib}atk1.0_0 < 2.4.0-1
|
||||||
|
|
||||||
|
%description -n %{girname}
|
||||||
|
GObject introspection interface library for %{pkgname}.
|
||||||
|
|
||||||
%package -n %{develname}
|
%package -n %{develname}
|
||||||
Summary: Stuff for developing with atk
|
Summary: Stuff for developing with atk
|
||||||
Group: Development/C
|
Group: Development/C
|
||||||
Obsoletes: %{pkgname}-devel lib%{pkgname}-devel
|
|
||||||
Provides: %{pkgname}-devel = %{version}-%{release}
|
Provides: %{pkgname}-devel = %{version}-%{release}
|
||||||
Requires: %{lib_name} = %{version}-%{release}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
Conflicts: libatk10-devel
|
Obsoletes: %{_lib}atk1.0_0-devel
|
||||||
Obsoletes: %mklibname -d %{name}_ 0
|
|
||||||
Conflicts: gir-repository < 0.6.5-4
|
Conflicts: gir-repository < 0.6.5-4
|
||||||
|
|
||||||
%description -n %{develname}
|
%description -n %{develname}
|
||||||
|
@ -82,24 +84,25 @@ from GTK+ and GNOME widgets.
|
||||||
%build
|
%build
|
||||||
%configure2_5x \
|
%configure2_5x \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%if %enable_gtkdoc
|
%if %{enable_gtkdoc}
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
find %{buildroot} -name "*.la" -delete
|
find %{buildroot} -name "*.la" -delete
|
||||||
%{find_lang} %{pkgname}10
|
%find_lang %{pkgname}10
|
||||||
|
|
||||||
%files common -f %{pkgname}10.lang
|
%files common -f %{pkgname}10.lang
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%files -n %{lib_name}
|
%files -n %{libname}
|
||||||
%{_libdir}/libatk-%{api_version}.so.%{lib_major}*
|
%{_libdir}/libatk-%{api}.so.%{major}*
|
||||||
%{_libdir}/girepository-1.0/Atk-%{api_version}.typelib
|
|
||||||
|
%files -n %{girname}
|
||||||
|
%{_libdir}/girepository-1.0/Atk-%{api}.typelib
|
||||||
|
|
||||||
%files -n %{develname}
|
%files -n %{develname}
|
||||||
%doc AUTHORS ChangeLog NEWS
|
%doc AUTHORS ChangeLog NEWS
|
||||||
|
@ -107,10 +110,17 @@ find %{buildroot} -name "*.la" -delete
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_datadir}/gir-1.0/Atk-%{api_version}.gir
|
%{_datadir}/gir-1.0/Atk-%{api}.gir
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 04 2012 Matthew Dawkins <mattydaw@mandriva.org> 2.4.0-1
|
||||||
|
+ Revision: 789112
|
||||||
|
- new version 2.4.0
|
||||||
|
- cleaned up spec
|
||||||
|
- split out gir pkg
|
||||||
|
|
||||||
* Sat Dec 03 2011 Matthew Dawkins <mattydaw@mandriva.org> 2.2.0-4
|
* Sat Dec 03 2011 Matthew Dawkins <mattydaw@mandriva.org> 2.2.0-4
|
||||||
+ Revision: 737360
|
+ Revision: 737360
|
||||||
- really disable static build now
|
- really disable static build now
|
||||||
|
|
Loading…
Add table
Reference in a new issue