Author: qboosh Date: Sat Oct 28 07:56:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.72 (new Source0 URL) - updated configure,nolibs patches - added apidocs
---- Files affected: SPECS: dbus-glib.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/dbus-glib.spec diff -u SPECS/dbus-glib.spec:1.5 SPECS/dbus-glib.spec:1.6 --- SPECS/dbus-glib.spec:1.5 Sun Aug 20 12:23:19 2006 +++ SPECS/dbus-glib.spec Sat Oct 28 09:56:38 2006 @@ -1,29 +1,30 @@ # $Revision$, $Date$ # -%define dbus_version 0.91 +%define dbus_version 0.94 %define expat_version 1:1.95.5 %define glib_version 1:2.10.1 # Summary: GLib-based library for using D-BUS Summary(pl): Biblioteka do używania D-BUS oparta o GLib Name: dbus-glib -Version: 0.71 -Release: 2 +Version: 0.72 +Release: 1 License: AFL v2.1 or GPL v2 Group: Libraries -Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 4e1e7348b26ee8b6485452113f4221cc +Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz +# Source0-md5: 6e92993aed234f13ea41c674dec40889 Source1: dbus-bus-introspect.xml Patch0: %{name}-configure.patch Patch1: %{name}-nolibs.patch URL: http://www.freedesktop.org/Software/dbus BuildRequires: autoconf >= 2.52 -BuildRequires: automake +BuildRequires: automake >= 1:1.9 BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: expat-devel >= %{expat_version} BuildRequires: glib2-devel >= %{glib_version} BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.98 Requires: dbus-libs >= %{dbus_version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -61,6 +62,18 @@ %description static -l pl Statyczna biblioteka do używania D-BUS oparta o GLib. +%package apidocs +Summary: D-BUS-GLib API documentation +Summary(pl): Dokumentacja API D-BUS-GLib +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +D-BUS-GLib API documentation. + +%description apidocs -l pl +Dokumentacja API D-BUS-GLib. + %prep %setup -q %patch0 -p1 @@ -73,6 +86,7 @@ %{__autoheader} %{__automake} %configure \ + --with-html-dir=%{_gtkdocdir} \ --with-xml=expat cp %{SOURCE1} tools @@ -108,12 +122,21 @@ %defattr(644,root,root,755) %{_libdir}/libdbus-glib-1.a +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/dbus-glib + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/10/28 07:56:38 qboosh +- updated to 0.72 (new Source0 URL) +- updated configure,nolibs patches +- added apidocs + Revision 1.5 2006/08/20 10:23:19 qboosh - added nolibs patch @@ -128,4 +151,3 @@ 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.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
