]> git.pld-linux.org Git - packages/dbus-glib.git/blobdiff - dbus-glib.spec
- updated to 0.98
[packages/dbus-glib.git] / dbus-glib.spec
index 05760f2eb3df547937e86e15fb5c68319d9e0511..c718484e1922adc52646d19f64162c142c068c8b 100644 (file)
@@ -2,22 +2,20 @@
 # Conditional build:
 %bcond_without apidocs         # disable gtk-doc
 %bcond_without static_libs     # don't build static library
-#
-%define                dbus_version    1.1
+
+%define                dbus_version    1.2.16
 %define                expat_version   1:1.95.5
-%define                glib_version    1:2.26
-#
+%define                glib2_version   1:2.26
 Summary:       GLib-based library for using D-BUS
 Summary(pl.UTF-8):     Biblioteka do używania D-BUS oparta o GLib
 Name:          dbus-glib
-Version:       0.92
+Version:       0.98
 Release:       1
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
-# Source0-md5: b595b36890c4f9f8f5d5dec131c495f8
+# Source0-md5: 3f7f117dc7c8d899d9acfdcbf9253fb8
 Patch0:                %{name}-configure.patch
-Patch1:                %{name}-as-needed.patch
 URL:           http://www.freedesktop.org/Software/DBusBindings
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1:1.9
@@ -25,9 +23,9 @@ BuildRequires:        dbus-devel >= %{dbus_version}
 %{?with_apidocs:BuildRequires: docbook-dtd412-xml}
 BuildRequires: expat-devel >= %{expat_version}
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= %{glib_version}
-%{?with_apidocs:BuildRequires: gtk-doc-automake >= 1.8}
+BuildRequires: glib2-devel >= %{glib2_version}
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.8}
+%{?with_apidocs:BuildRequires: gtk-doc-automake >= 1.8}
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.527
@@ -95,7 +93,6 @@ Ten pakiet dostarcza bashowe uzupełnianie poleceń dla dbus-send.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %if %{without apidocs}
 echo 'EXTRA_DIST=' > gtk-doc.make
This page took 0.054482 seconds and 4 git commands to generate.