|
@@ -1,18 +1,19 @@
|
|
# Something's not quite right with libtool....
|
|
# Something's not quite right with libtool....
|
|
%define __libtoolize :
|
|
%define __libtoolize :
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
+%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
-%define glib2_base_version 2.48.0
|
|
|
|
|
|
+%define glib2_base_version 2.55.0
|
|
%define glib2_version %{glib2_base_version}
|
|
%define glib2_version %{glib2_base_version}
|
|
|
|
|
|
Summary: Interfaces for accessibility support.
|
|
Summary: Interfaces for accessibility support.
|
|
Summary(ja): アクセシビリティサポートのためのインタフェース
|
|
Summary(ja): アクセシビリティサポートのためのインタフェース
|
|
Name: atk
|
|
Name: atk
|
|
-Version: 2.20.0
|
|
|
|
|
|
+Version: 2.27.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/atk/2.20/atk-%{version}.tar.xz
|
|
|
|
|
|
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/atk/2.27/atk-%{version}.tar.xz
|
|
URL: http://developer.gnome.org/projects/gap/
|
|
URL: http://developer.gnome.org/projects/gap/
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -101,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files -f atk10.lang
|
|
%files -f atk10.lang
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%doc README AUTHORS COPYING ChangeLog
|
|
|
|
|
|
+%doc README AUTHORS COPYING NEWS
|
|
%{_libdir}/libatk*.so.*
|
|
%{_libdir}/libatk*.so.*
|
|
%{_libdir}/girepository-1.0
|
|
%{_libdir}/girepository-1.0
|
|
|
|
|
|
@@ -124,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.27.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
|
|
* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|