rebuilt [release 0.9.7-3mamba;Sun Mar 10 2019]
This commit is contained in:
parent
e80bff0aa0
commit
bea4d7907d
@ -1,6 +1,6 @@
|
||||
Name: telepathy-qt
|
||||
Version: 0.9.7
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A library for Qt-based Telepathy clients
|
||||
Group: Graphical Desktop/Libraries/QT
|
||||
Vendor: openmamba
|
||||
@ -20,12 +20,7 @@ BuildRequires: telepathy-farstream-devel
|
||||
BuildRequires: telepathy-glib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libqt4-apidocs
|
||||
BuildRequires: farstream1-devel
|
||||
Provides: telepathy-qt4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libtelepathy-qt4
|
||||
Obsoletes: libtelepathy-qt4
|
||||
Requires: telepathy-mission-control
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
@ -35,32 +30,13 @@ Telepathy is a D-Bus framework for unifying real time communication, including i
|
||||
It abstracts differences between protocols to provide a unified interface for applications.
|
||||
See the Telepathy website for more information.
|
||||
|
||||
%package farstream
|
||||
Summary: Farstream %{name} bindings
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: telepathy-qt4-farstream = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description farstream
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-farstream = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: telepathy-qt4-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: telepathy-qt4-farstream-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: %{name}-farstream-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
Provides: libtelepathy-qt4-devel
|
||||
Obsoletes: libtelepathy-qt4-devel
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package -n libtelepathy-qt5
|
||||
Summary: A library for Qt-based Telepathy clients
|
||||
Requires: telepathy-mission-control
|
||||
Provides: telepathy-qt4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libtelepathy-qt4
|
||||
Obsoletes: libtelepathy-qt4
|
||||
Requires: telepathy-mission-control
|
||||
|
||||
%description -n libtelepathy-qt5
|
||||
Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls.
|
||||
@ -70,6 +46,10 @@ See the Telepathy website for more information.
|
||||
%package -n libtelepathy-qt5-farstream
|
||||
Summary: Farstream %{name} bindings
|
||||
Requires: libtelepathy-qt5 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: telepathy-qt-farstream
|
||||
Obsoletes: telepathy-qt-farstream
|
||||
Provides: telepathy-qt4-farstream
|
||||
Obsoletes: telepathy-qt4-farstream
|
||||
|
||||
%description -n libtelepathy-qt5-farstream
|
||||
Farstream %{name} bindings.
|
||||
@ -80,6 +60,10 @@ Summary: Development files for %{name}
|
||||
Requires: libtelepathy-qt5 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libtelepathy-qt5-farstream = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libtelepathy-qt5-farstream-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: telepathy-qt-devel
|
||||
Obsoletes: telepathy-qt-devel
|
||||
Provides: libtelepathy-qt4-devel
|
||||
Obsoletes: libtelepathy-qt4-devel
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n libtelepathy-qt5-devel
|
||||
@ -112,19 +96,13 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post farstream -p /sbin/ldconfig
|
||||
%postun farstream -p /sbin/ldconfig
|
||||
|
||||
%post -n libtelepathy-qt5 -p /sbin/ldconfig
|
||||
%postun -n libtelepathy-qt5 -p /sbin/ldconfig
|
||||
|
||||
%post -n libtelepathy-qt5-farstream -p /sbin/ldconfig
|
||||
%postun -n libtelepathy-qt5-farstream -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
#%files
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libtelepathy-qt4.so.*
|
||||
#%doc AUTHORS COPYING
|
||||
@ -176,6 +154,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sun Mar 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.7-3mamba
|
||||
- rebuilt
|
||||
|
||||
* Sun Mar 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.7-2mamba
|
||||
- libtelepathy-qt5-farstream: provide/obsolete telepathy-qt-farstream
|
||||
|
||||
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user