rpms/atk/devel atk.spec,1.51,1.52

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Aug 15 23:21:25 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/atk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13972

Modified Files:
	atk.spec 
Log Message:
small fixes



Index: atk.spec
===================================================================
RCS file: /cvs/extras/rpms/atk/devel/atk.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- atk.spec	6 Aug 2007 04:18:06 -0000	1.51
+++ atk.spec	15 Aug 2007 23:20:52 -0000	1.52
@@ -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 @@
 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 @@
 
 %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 @@
 %{_datadir}/gtk-doc/html/atk
 
 %changelog
+* Wed Aug 15 2007 Matthias Clasen <mclasen at redhat.com> - 1.19.6-3
+- Small fixes
+
 * Mon Aug  6 2007 Matthias Clasen <mclasen at redhat.com> - 1.19.6-2
 - Update license field
 
@@ -303,7 +307,7 @@
 * Sat Jul 21 2001 Owen Taylor <otaylor at redhat.com>
 - Configure with --disable-gtk-doc
 
-* Tue Jul 10 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Tue Jul 10 2001 Trond Eivind Glomsrod <teg at redhat.com>
 - Add post- and postun-sections running ldconfig
 
 * Wed Jun 13 2001 Havoc Pennington <hp at redhat.com>




More information about the fedora-extras-commits mailing list