|
|
@ -18,6 +18,12 @@
|
|
|
|
# TDE specific building variables
|
|
|
|
# TDE specific building variables
|
|
|
|
%define tde_version 14.0.0
|
|
|
|
%define tde_version 14.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?mdkversion} || 0%{?mdkversion} || 0%{?pclinuxos}
|
|
|
|
|
|
|
|
%define libdbus %{_lib}dbus
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%define libdbus libdbus
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: trinity-dbus-tqt
|
|
|
|
Name: trinity-dbus-tqt
|
|
|
|
Epoch: 2
|
|
|
|
Epoch: 2
|
|
|
@ -67,14 +73,15 @@ See the dbus description for more information about D-BUS in general.
|
|
|
|
|
|
|
|
|
|
|
|
##########
|
|
|
|
##########
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libdbus-tqt-1-0
|
|
|
|
%package -n %{libdbus}-tqt-1-0
|
|
|
|
Summary: Simple inter-process messaging system (TQt-based shared library)
|
|
|
|
Summary: Simple inter-process messaging system (TQt-based shared library)
|
|
|
|
Group: System/Libraries
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
Provides: libdbus-tqt-1-0 = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: trinity-dbus-tqt < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Obsoletes: trinity-dbus-tqt < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: trinity-dbus-tqt = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: trinity-dbus-tqt = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n libdbus-tqt-1-0
|
|
|
|
%description -n %{libdbus}-tqt-1-0
|
|
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in
|
|
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in
|
|
|
|
terms of complexity.
|
|
|
|
terms of complexity.
|
|
|
@ -84,28 +91,29 @@ Qt interface to D-BUS.
|
|
|
|
|
|
|
|
|
|
|
|
See the dbus description for more information about D-BUS in general.
|
|
|
|
See the dbus description for more information about D-BUS in general.
|
|
|
|
|
|
|
|
|
|
|
|
%post -n libdbus-tqt-1-0
|
|
|
|
%post -n %{libdbus}-tqt-1-0
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
|
|
|
|
|
|
|
|
%postun -n libdbus-tqt-1-0
|
|
|
|
%postun -n %{libdbus}-tqt-1-0
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
|
|
|
|
|
|
|
|
%files -n libdbus-tqt-1-0
|
|
|
|
%files -n %{libdbus}-tqt-1-0
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libdbus-tqt-1.so.0
|
|
|
|
%{_libdir}/libdbus-tqt-1.so.0
|
|
|
|
%{_libdir}/libdbus-tqt-1.so.0.0.0
|
|
|
|
%{_libdir}/libdbus-tqt-1.so.0.0.0
|
|
|
|
|
|
|
|
|
|
|
|
##########
|
|
|
|
##########
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libdbus-tqt-1-0-devel
|
|
|
|
%package -n %{libdbus}-tqt-1-0-devel
|
|
|
|
Summary: Simple inter-process messaging system (TQt interface)
|
|
|
|
Summary: Simple inter-process messaging system (TQt interface)
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libdbus-tqt-1-0 = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: libdbus-tqt-1-0-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
Requires: %{libdbus}-tqt-1-0 = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: trinity-dbus-tqt-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Obsoletes: trinity-dbus-tqt-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: trinity-dbus-tqt-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: trinity-dbus-tqt-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n libdbus-tqt-1-0-devel
|
|
|
|
%description -n %{libdbus}-tqt-1-0-devel
|
|
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
|
|
D-BUS is a message bus, used for sending messages between applications.
|
|
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in
|
|
|
|
Conceptually, it fits somewhere in between raw sockets and CORBA in
|
|
|
|
terms of complexity.
|
|
|
|
terms of complexity.
|
|
|
@ -115,13 +123,13 @@ Qt interface to D-BUS.
|
|
|
|
|
|
|
|
|
|
|
|
See the dbus description for more information about D-BUS in general.
|
|
|
|
See the dbus description for more information about D-BUS in general.
|
|
|
|
|
|
|
|
|
|
|
|
%post -n libdbus-tqt-1-0-devel
|
|
|
|
%post -n %{libdbus}-tqt-1-0-devel
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
|
|
|
|
|
|
|
|
%postun -n libdbus-tqt-1-0-devel
|
|
|
|
%postun -n %{libdbus}-tqt-1-0-devel
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
/sbin/ldconfig || :
|
|
|
|
|
|
|
|
|
|
|
|
%files -n libdbus-tqt-1-0-devel
|
|
|
|
%files -n %{libdbus}-tqt-1-0-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/dbus-1.0/*
|
|
|
|
%{_includedir}/dbus-1.0/*
|
|
|
|
%{_libdir}/libdbus-tqt-1.so
|
|
|
|
%{_libdir}/libdbus-tqt-1.so
|
|
|
|