%define gnomever 2.32.0 %define majver %(echo %version | cut -d. -f1-2) %define gnomemajver %(echo %gnomever | cut -d. -f 1-2) %define gnomegroup desktop %define pkgname libgail-gnome Name: libgail-gnome Version: 1.20.4 Release: 1mamba Summary: Gnome Accessibility Implementation library Group: Graphical Desktop/Libraries/GNOME Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnome.org # bugfixes: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname} Source: http://ftp.gnome.org/pub/GNOME/sources/libgail-gnome/%{majver}/%{pkgname}-%{version}.tar.bz2 License: LGPL BuildRequires: ORBit-devel BuildRequires: libgail-devel BuildRequires: libXtst-devel ## AUTOBUILDREQ-BEGIN BuildRequires: GConf-devel BuildRequires: glibc-devel BuildRequires: libart_lgpl-devel BuildRequires: libatk-devel BuildRequires: libat-spi-devel BuildRequires: libbonobo-devel BuildRequires: libbonoboui-devel BuildRequires: libcairo-devel BuildRequires: libglib-devel BuildRequires: libgnomecanvas-devel BuildRequires: libgnome-devel BuildRequires: libgnome-keyring-devel BuildRequires: libgnome-panel-devel BuildRequires: libgnomeui-devel BuildRequires: libgnome-vfs-devel BuildRequires: libgtk-devel BuildRequires: libICE-devel BuildRequires: libpango-devel BuildRequires: libpopt-devel BuildRequires: libSM-devel BuildRequires: libxml2-devel BuildRequires: ORBit2-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Accessibility is enabling people with disabilities to participate in substantial life activities that include work and the use of services, products, and information. We define GNOME Accessibility as the suite of software services and support in GNOME that allows people with disabilities to utilize all of the functionality of the GNOME user environment. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Accessibility is enabling people with disabilities to participate in substantial life activities that include work and the use of services, products, and information. We define GNOME Accessibility as the suite of software services and support in GNOME that allows people with disabilities to utilize all of the functionality of the GNOME user environment. This package contains static libraries and header files need for development. %prep %setup -q -n %{pkgname}-%{version} %build %configure --enable-gtk-doc %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas %{_libdir}/gtk-?.?/modules/* %doc AUTHORS ChangeLog COPYING NEWS README %files devel %defattr(-,root,root) %{_libdir}/pkgconfig/libgail-gnome.pc %changelog * Thu Feb 24 2011 Automatic Build System 1.20.4-1mamba - automatic update by autodist * Tue Jun 22 2010 Automatic Build System 1.20.3-1mamba - update to 1.20.3 * Sat May 29 2010 Automatic Build System 1.20.2-1mamba - automatic update to 1.20.2 by autodist * Wed Jul 15 2009 Automatic Build System 1.20.1-1mamba - automatic update by autodist * Tue May 20 2008 gil 1.20.0-1mamba - update to version 1.20.0 * Thu Jan 11 2007 Davide Madrisan 1.1.3-1qilnx - update to version 1.1.3 by autospec * Fri Sep 16 2005 Davide Madrisan 1.0.6-2qilnx - rebuilt * Tue Aug 30 2005 Davide Madrisan 1.1.1-1qilnx - update to version 1.1.1 by autospec * Tue Dec 30 2003 Silvan Calarco 1.0.2-1qilnx - first build