Author: freetz Date: Tue Aug 8 17:54:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added configure patch
---- Files affected: SPECS: dbus-glib.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/dbus-glib.spec diff -u SPECS/dbus-glib.spec:1.1 SPECS/dbus-glib.spec:1.2 --- SPECS/dbus-glib.spec:1.1 Tue Aug 8 19:04:24 2006 +++ SPECS/dbus-glib.spec Tue Aug 8 19:54:40 2006 @@ -13,12 +13,14 @@ Group: Libraries Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz # Source0-md5: 4e1e7348b26ee8b6485452113f4221cc +Patch0: %{name}-configure.patch URL: http://www.freedesktop.org/Software/dbus BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: expat-devel >= %{expat_version} BuildRequires: glib2-devel >= %{glib_version} +BuildRequires: libtool BuildRequires: pkgconfig Requires: dbus-libs >= %{dbus_version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -68,6 +71,7 @@ %{__automake} %configure \ --with-xml=expat + %{__make} %install @@ -105,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/08 17:54:40 freetz +- added configure patch + Revision 1.1 2006/08/08 17:04:24 freetz - based on dbus.spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dbus-glib.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
