Browse Source

dbus-glib-0.112-1

Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
e9da00391d
1 changed files with 22 additions and 32 deletions
  1. 22 32
      d/dbus-glib/dbus-glib-vl.spec

+ 22 - 32
d/dbus-glib/dbus-glib-vl.spec

@@ -9,13 +9,17 @@
 Summary: GLib bindings for D-Bus
 Summary(ja): D-Bus の GLib バインディング
 Name: dbus-glib
-Version: 0.110
+Version: 0.112
 Release: 1%{?_dist_release}
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
+
+License: AFL/GPL
 URL: https://www.freedesktop.org/software/dbus/
 Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
 Source1: dbus-bus-introspect.xml
-License: AFL/GPL
-Group: System Environment/Libraries
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: chkconfig
@@ -28,17 +32,15 @@ BuildRequires: gettext
 BuildRequires: autoconf
 BuildRequires: python3
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 D-Bus add-on library to integrate the standard D-Bus library with
 the GLib thread abstraction and main loop.
 
+
 %package devel
 Summary: Libraries and headers for the D-Bus GLib bindings
 Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel 
 Requires: dbus-devel 
@@ -48,32 +50,23 @@ Obsoletes: dbus-devel < 0.90
 %description devel
 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
 %package -n compat32-%{name}
 Summary: GLib bindings for D-Bus
 Summary(ja): D-Bus の GLib バインディング
-Group: System Environment/Libraries
+Group: system,legacy
 Requires: %{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
 D-Bus add-on library to integrate the standard D-Bus library with
 the GLib thread abstraction and main loop.
 
+
 %package -n compat32-%{name}-devel
 Summary: Libraries and headers for the D-Bus GLib bindings
 Summary(ja): D-Bus GLib バインディング用のライブラリとヘッダファイル
-Group: Development/Libraries
+Group: programming,legacy
 Requires: %{name}-devel = %{version}-%{release}
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: compat32-glib2-devel 
@@ -82,9 +75,14 @@ Requires: compat32-dbus-devel
 %description -n compat32-%{name}-devel
 Headers and static libraries for the D-Bus GLib bindings 
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-tests \
 	--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}/*.la
 
+
 %clean
 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
 %defattr(-,root,root)
@@ -131,12 +123,6 @@ rm -rf %{buildroot}
 %{_includedir}/*
 %{_datadir}/gtk-doc/html/dbus-glib
 
-%if 0
-%files gtk
-%defattr(-,root,root)
-%{_bindir}/dbus-viewer
-%endif
-
 # compat32
 %if %{build_compat32}
 %files -n compat32-%{name}
@@ -149,6 +135,10 @@ rm -rf %{buildroot}
 %endif
 
 %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
 - new upstream release.