]> git.pld-linux.org Git - packages/at-spi.git/commitdiff
- more work.
authorkloczek <kloczek@pld-linux.org>
Thu, 29 Aug 2002 23:43:35 +0000 (23:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    at-spi.spec -> 1.5

at-spi.spec

index 309b7a6cb86fec800319e578553372163babb251..9d1a72626adf17f1e495377bc42158dfa295f833 100644 (file)
@@ -2,8 +2,8 @@ Summary:        Assistive Technology Service Provider Interface
 Name:          at-spi
 Version:       1.0.2
 Release:       1
-Group:         X11/-
-License:       GPL
+License:       LGPL
+Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
 URL:           http://developer.gnome.org/projects/gap
 BuildRequires: gtk-doc >= 0.9-2
@@ -13,28 +13,34 @@ BuildRequires:      gtk+2-devel >= 2.0.6
 BuildRequires: atk-devel >= 1.0.3
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     libat-spi1
 
 %define                _prefix         /usr/X11R6
 %define                _gtkdocdir      %{_defaultdocdir}/gtk-doc/html
 
 %description
-This is the Early Access Release of the Gnome Accessibility Project's           
-Assistive Technology Service Provider Interface. 
+at-spi allows assistive technologies to access GTK-based
+applications. Essentially it exposes the internals of applications for
+automation, so tools such as screen readers, magnifiers, or even
+scripting interfaces can query and interact with GUI controls.
 
 %package devel
-Summary:       at-spi devel files
-Group:         -
+Summary:       at-spi development files
+Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 Requires:      gtk-doc-common
+Obsoletes:     libat-spi1-devel
 
 %description devel
+at-spi development files.
 
 %package static
 Summary:       at-spi static library
-Group:         -
+Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}
 
 %description static
+at-spi static library.
 
 %prep
 %setup -q
This page took 0.037956 seconds and 4 git commands to generate.