RPM Packaging: update dbus-1-tqt

pull/3/head
François Andriot 10 years ago
parent 12f8e3861b
commit 383c6917df

@ -25,6 +25,7 @@ Version: 0.9
Release: %{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}%{?_variant} Release: %{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}%{?_variant}
Summary: dbus bindings for the Trinity Qt [TQt] interface Summary: dbus bindings for the Trinity Qt [TQt] interface
Group: System/Libraries Group: System/Libraries
URL: http://www.trinitydesktop.org/
%if 0%{?suse_version} %if 0%{?suse_version}
License: GPL-2.0+ License: GPL-2.0+
@ -65,14 +66,14 @@ See the dbus description for more information about D-BUS in general.
########### ###########
%package -n libdbus-1-tqt %package -n libdbus-1-tqt0
Summary: dbus bindings for the Trinity Qt [TQt] interface Summary: dbus bindings for the Trinity Qt [TQt] interface
Group: System/Libraries Group: System/Libraries
Obsoletes: trinity-dbus-1-tqt < %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: trinity-dbus-1-tqt < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-dbus-1-tqt = %{?epoch:%{epoch}:}%{version}-%{release} Provides: trinity-dbus-1-tqt = %{?epoch:%{epoch}:}%{version}-%{release}
%description -n libdbus-1-tqt %description -n libdbus-1-tqt0
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.
@ -81,28 +82,28 @@ This package provides bindings for the Trinity Qt TQt interface.
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-1-tqt %post -n libdbus-1-tqt0
/sbin/ldconfig || : /sbin/ldconfig || :
%postun -n libdbus-1-tqt %postun -n libdbus-1-tqt0
/sbin/ldconfig || : /sbin/ldconfig || :
%files -n libdbus-1-tqt %files -n libdbus-1-tqt0
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/libdbus-1-tqt.so.0 %{_libdir}/libdbus-1-tqt.so.0
%{_libdir}/libdbus-1-tqt.so.0.0.0 %{_libdir}/libdbus-1-tqt.so.0.0.0
########## ##########
%package -n libdbus-1-tqt-devel %package -n libdbus-1-tqt0-devel
Summary: dbus bindings for the Trinity Qt [TQt] interface (Development Files) Summary: dbus bindings for the Trinity Qt [TQt] interface (Development Files)
Group: Development/Libraries Group: Development/Libraries/C and C++
Requires: libdbus-1-tqt = %{?epoch:%{epoch}:}%{version}-%{release} Requires: libdbus-1-tqt0 = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: trinity-dbus-1-tqt-devel < %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: trinity-dbus-1-tqt-devel < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: trinity-dbus-1-tqt-devel = %{?epoch:%{epoch}:}%{version}-%{release} Provides: trinity-dbus-1-tqt-devel = %{?epoch:%{epoch}:}%{version}-%{release}
%description -n libdbus-1-tqt-devel %description -n libdbus-1-tqt0-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.
@ -111,13 +112,13 @@ This package provides bindings for the Trinity Qt TQt interface.
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-1-tqt-devel %post -n libdbus-1-tqt0-devel
/sbin/ldconfig || : /sbin/ldconfig || :
%postun -n libdbus-1-tqt-devel %postun -n libdbus-1-tqt0-devel
/sbin/ldconfig || : /sbin/ldconfig || :
%files -n libdbus-1-tqt-devel %files -n libdbus-1-tqt0-devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/dbusxml2qt3 %{_bindir}/dbusxml2qt3
%{_includedir}/*.h %{_includedir}/*.h

Loading…
Cancel
Save