Add member of default label info that check for default label enabed
[platform/upstream/at-spi2-core.git] / packaging / at-spi2-core.spec
index a3ecd8e..bdb6b7c 100644 (file)
@@ -1,8 +1,7 @@
-%define debug_package %{nil}
 %bcond_with x
 
 Name: at-spi2-core
-Version: 2.16.0
+Version: 2.16.1
 Release: 0
 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
 License: LGPL-2.0+
@@ -82,13 +81,10 @@ cp %{SOURCE1001} .
 %install
 rm -rf %{buildroot}
 find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
+
 %make_install
 %find_lang %{name}
 
-%check
-mkdir -p %{buildroot}/usr/share/license
-cp -f COPYING %{buildroot}/usr/share/license/%{name}
-
 %clean
 rm -fr %{buildroot}
 
@@ -99,6 +95,8 @@ rm -fr %{buildroot}
 %files -f %{name}.lang
 %manifest %{name}.manifest
 %defattr(-,root,root)
+%{_bindir}/at_spi2_tool
+
 %doc AUTHORS README
 %license COPYING
 %{_libexecdir}/at-spi2/at-spi-bus-launcher
@@ -108,7 +106,6 @@ rm -fr %{buildroot}
 %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
 %{_datadir}/dbus-1/services/org.a11y.Bus.service
 
-
 %files -n libatspi0
 %manifest %{name}.manifest
 %defattr(-, root, root)
@@ -124,4 +121,3 @@ rm -fr %{buildroot}
 %{_includedir}/at-spi-2.0
 %{_libdir}/libatspi.so
 %{_libdir}/pkgconfig/atspi-2.pc
-