diff --git a/atk.spec b/atk.spec index c1cf9b5..0e54f94 100644 --- a/atk.spec +++ b/atk.spec @@ -3,7 +3,7 @@ Summary: Interfaces for accessibility support Name: atk Version: 1.19.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/atk/1.19/atk-%{version}.tar.bz2 @@ -27,6 +27,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel >= %{glib2_version} Requires: pkgconfig +Requires: gtk-doc %description devel The atk-devel package includes the static libraries, header files, and @@ -39,12 +40,12 @@ Install atk-devel if you want to develop programs which will use ATK. %build %configure --disable-gtk-doc -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/atk %changelog +* Wed Aug 15 2007 Matthias Clasen - 1.19.6-3 +- Small fixes + * Mon Aug 6 2007 Matthias Clasen - 1.19.6-2 - Update license field @@ -303,7 +307,7 @@ rm -rf $RPM_BUILD_ROOT * Sat Jul 21 2001 Owen Taylor - Configure with --disable-gtk-doc -* Tue Jul 10 2001 Trond Eivind Glomsr�d +* Tue Jul 10 2001 Trond Eivind Glomsrod - Add post- and postun-sections running ldconfig * Wed Jun 13 2001 Havoc Pennington