198 lines
6.5 KiB
RPMSpec
198 lines
6.5 KiB
RPMSpec
Name: libdbus-glib
|
|
Version: 0.112
|
|
Release: 2mamba
|
|
Summary: GLIB bindings for %{name}
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.freedesktop.org/wiki/Software/dbus/
|
|
Source: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdbus-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libglib-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: gtk-doc
|
|
Obsoletes: dbus-glib < 0.112
|
|
Provides: dbus-glib = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: dbus1-glib < 0.112
|
|
|
|
%description
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity.
|
|
This package contains the GLIB binding libraries for D-BUS.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: dbus1-glib-devel < 0.112
|
|
Provides: dbus1-glib-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: dbus-glib-devel < 0.112
|
|
Provides: dbus-glib-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity.
|
|
This package contains the development files for GLIB binding libraries for D-BUS.
|
|
|
|
%package tools
|
|
Group: System/Tools
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
This package contains utility applications for %{name}.
|
|
|
|
%package apidocs
|
|
Group: Documentation
|
|
Summary: %{name} API documentation
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: gtk-doc
|
|
|
|
%description apidocs
|
|
This package includes the %{name} API documentation.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n dbus-glib-%{version}
|
|
|
|
%build
|
|
%configure --enable-gtk-doc
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdbus-glib-1.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/dbus-1.0/dbus/dbus-*.h
|
|
%{_libdir}/libdbus-glib-1.so
|
|
%{_libdir}/libdbus-glib-1.a
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc NEWS README
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
|
%{_bindir}/dbus-binding-tool
|
|
%{_libexecdir}/dbus-bash-completion-helper
|
|
%{_mandir}/man1/dbus-binding-tool.1*
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/gtk-doc/html/dbus-glib
|
|
%{_datadir}/gtk-doc/html/dbus-glib/*
|
|
|
|
%changelog
|
|
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.112-2mamba
|
|
- rebuilt without .la files
|
|
|
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 0.112-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.110-2mamba
|
|
- rebuilt with libglib 2.66 to fix errors on missing gio-launch-desktop
|
|
|
|
* Tue Jan 30 2018 Automatic Build System <autodist@mambasoft.it> 0.110-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 31 2016 Automatic Build System <autodist@mambasoft.it> 0.108-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 19 2016 Automatic Build System <autodist@mambasoft.it> 0.106-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 03 2015 Automatic Build System <autodist@mambasoft.it> 0.104-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 17 2014 Automatic Build System <autodist@mambasoft.it> 0.102-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.100.2-3mamba
|
|
- dbus-binding-tool moved to new -tool subpackage
|
|
|
|
* Tue Feb 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.100.2-2mamba
|
|
- documentation moved to apidocs subpackage
|
|
|
|
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 0.100.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 07 2012 Automatic Build System <autodist@mambasoft.it> 0.100-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 30 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.94-2mamba
|
|
- applied patch to fix a regression problem seen with NetworkManager 0.8.4
|
|
|
|
* Sat Jul 23 2011 Automatic Build System <autodist@mambasoft.it> 0.94-1mamba
|
|
- automatic update to 3.0.3.0 by autodist
|
|
|
|
* Mon Dec 06 2010 Automatic Build System <autodist@mambasoft.it> 0.92-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Aug 24 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.88-2mamba
|
|
- removed unised build requirements and added --enable-gtk-doc
|
|
|
|
* Sat Aug 21 2010 Automatic Build System <autodist@mambasoft.it> 0.88-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 0.86-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Apr 27 2010 Automatic Build System <autodist@mambasoft.it> 0.86-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jan 29 2010 Automatic Build System <autodist@mambasoft.it> 0.84-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jul 22 2009 Automatic Build System <autodist@mambasoft.it> 0.82-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.80-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.78-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jun 13 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.76-1mamba
|
|
- update to 0.76
|
|
|
|
* Thu May 22 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.74-2mamba
|
|
- fix use of automatic build requirements
|
|
|
|
* Sun May 11 2008 gil <puntogil@libero.it> 0.74-1mamba
|
|
- update to 0.74
|
|
- find new Build requires: glibc-devel libexpat-devel
|
|
|
|
* Sat Apr 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.73-1mamba
|
|
- update to version 0.73 by autospec
|
|
|
|
* Fri Nov 10 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.72-2qilnx
|
|
- libdbus-glib: obsolete dbus-glib
|
|
|
|
* Thu Nov 02 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.72-1qilnx
|
|
- update to version 0.72 by autospec
|
|
- dbus-binding-tool moved to devel package
|
|
|
|
* Wed Oct 25 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.71-2qilnx
|
|
- rebuilt for QiLinux
|
|
|
|
* Tue Oct 24 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.71-1qilnx
|
|
- package created by autospec
|