|
@@ -9,13 +9,17 @@
|
|
Summary: GLib bindings for D-Bus
|
|
Summary: GLib bindings for D-Bus
|
|
Summary(ja): D-Bus の GLib バインディング
|
|
Summary(ja): D-Bus の GLib バインディング
|
|
Name: dbus-glib
|
|
Name: dbus-glib
|
|
-Version: 0.110
|
|
+Version: 0.112
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+License: AFL/GPL
|
|
URL: https://www.freedesktop.org/software/dbus/
|
|
URL: https://www.freedesktop.org/software/dbus/
|
|
Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
|
|
Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
|
|
Source1: dbus-bus-introspect.xml
|
|
Source1: dbus-bus-introspect.xml
|
|
-License: AFL/GPL
|
|
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: chkconfig
|
|
Requires: chkconfig
|
|
@@ -28,17 +32,15 @@ BuildRequires: gettext
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: python3
|
|
BuildRequires: python3
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
D-Bus add-on library to integrate the standard D-Bus library with
|
|
D-Bus add-on library to integrate the standard D-Bus library with
|
|
the GLib thread abstraction and main loop.
|
|
the GLib thread abstraction and main loop.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Libraries and headers for the D-Bus GLib bindings
|
|
Summary: Libraries and headers for the D-Bus GLib bindings
|
|
Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
|
|
Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: glib2-devel
|
|
Requires: glib2-devel
|
|
Requires: dbus-devel
|
|
Requires: dbus-devel
|
|
@@ -48,32 +50,23 @@ Obsoletes: dbus-devel < 0.90
|
|
%description devel
|
|
%description devel
|
|
Headers and static libraries for the D-Bus GLib bindings
|
|
Headers and static libraries for the D-Bus GLib bindings
|
|
|
|
|
|
-%if 0
|
|
|
|
-%package gtk
|
|
|
|
-Summary: GTK based tools
|
|
|
|
-Group: Development/Tools
|
|
|
|
-Requires: %{name} = %{version}-%{release}
|
|
|
|
-Requires: gtk2 >= 2.10.0
|
|
|
|
-
|
|
|
|
-%description gtk
|
|
|
|
-D-Bus tools written using the gtk+ GUI libaries
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
# compat32
|
|
# compat32
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: GLib bindings for D-Bus
|
|
Summary: GLib bindings for D-Bus
|
|
Summary(ja): D-Bus の GLib バインディング
|
|
Summary(ja): D-Bus の GLib バインディング
|
|
-Group: System Environment/Libraries
|
|
+Group: system,legacy
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
D-Bus add-on library to integrate the standard D-Bus library with
|
|
D-Bus add-on library to integrate the standard D-Bus library with
|
|
the GLib thread abstraction and main loop.
|
|
the GLib thread abstraction and main loop.
|
|
|
|
|
|
|
|
+
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Libraries and headers for the D-Bus GLib bindings
|
|
Summary: Libraries and headers for the D-Bus GLib bindings
|
|
Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
|
|
Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming,legacy
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-glib2-devel
|
|
Requires: compat32-glib2-devel
|
|
@@ -82,9 +75,14 @@ Requires: compat32-dbus-devel
|
|
%description -n compat32-%{name}-devel
|
|
%description -n compat32-%{name}-devel
|
|
Headers and static libraries for the D-Bus GLib bindings
|
|
Headers and static libraries for the D-Bus GLib bindings
|
|
|
|
|
|
|
|
+
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
%configure --disable-tests \
|
|
%configure --disable-tests \
|
|
--disable-verbose-mode \
|
|
--disable-verbose-mode \
|
|
@@ -103,16 +101,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -131,12 +123,6 @@ rm -rf %{buildroot}
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_datadir}/gtk-doc/html/dbus-glib
|
|
%{_datadir}/gtk-doc/html/dbus-glib
|
|
|
|
|
|
-%if 0
|
|
|
|
-%files gtk
|
|
|
|
-%defattr(-,root,root)
|
|
|
|
-%{_bindir}/dbus-viewer
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
# compat32
|
|
# compat32
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}
|
|
%files -n compat32-%{name}
|
|
@@ -149,6 +135,10 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.112-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.110-1
|
|
* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.110-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|