update to 0.24.2 [release 0.24.2-1mamba;Thu Apr 04 2024]
This commit is contained in:
parent
8a9555991a
commit
c25c4b3806
@ -1,32 +1,26 @@
|
|||||||
Name: telepathy-glib
|
Name: telepathy-glib
|
||||||
Version: 0.24.1
|
Version: 0.24.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GLib bindings for Telepathy
|
Summary: GLib bindings for Telepathy
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://telepathy.freedesktop.org/wiki/
|
URL: https://telepathy.freedesktop.org/wiki/
|
||||||
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-%{version}.tar.gz
|
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libdbus-glib-devel
|
BuildRequires: libdbus-glib-devel
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
Provides: libtelepathy-glib = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: libtelepathy-glib = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: libtelepathy-glib
|
Obsoletes: libtelepathy-glib < 0.24.2
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Telepathy-glib is the glib bindings for the telepathy unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls.
|
Telepathy-glib is the glib bindings for the telepathy unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls.
|
||||||
@ -36,7 +30,7 @@ Group: Development/Libraries
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libtelepathy-glib-devel = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: libtelepathy-glib-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: libtelepathy-glib-devel
|
Obsoletes: libtelepathy-glib-devel < 0.24.2
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -47,12 +41,14 @@ Group: Documentation
|
|||||||
Summary: %{name} API documentation
|
Summary: %{name} API documentation
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libtelepathy-glib-docs = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: libtelepathy-glib-docs = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: libtelepathy-glib-docs
|
Obsoletes: libtelepathy-glib-docs < 0.24.2
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
|
||||||
%description apidocs
|
%description apidocs
|
||||||
This package includes the %{name} API documentation.
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -80,14 +76,13 @@ rm -fr %{buildroot}%{_datadir}/doc/libtelepathy-glib-devel-0.18.0/
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-*/TelepathyGLib-*.typelib
|
|
||||||
%{_libdir}/libtelepathy-glib.so.*
|
%{_libdir}/libtelepathy-glib.so.*
|
||||||
|
%{_libdir}/girepository-*/TelepathyGLib-*.typelib
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/telepathy-*/telepathy-glib/
|
%{_includedir}/telepathy-*/telepathy-glib/
|
||||||
%{_libdir}/libtelepathy-glib.la
|
|
||||||
%{_libdir}/libtelepathy-glib.so
|
%{_libdir}/libtelepathy-glib.so
|
||||||
%{_datadir}/vala/vapi/telepathy-glib.deps
|
%{_datadir}/vala/vapi/telepathy-glib.deps
|
||||||
%{_datadir}/vala/vapi/telepathy-glib.vapi
|
%{_datadir}/vala/vapi/telepathy-glib.vapi
|
||||||
@ -97,9 +92,13 @@ rm -fr %{buildroot}%{_datadir}/doc/libtelepathy-glib-devel-0.18.0/
|
|||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/telepathy-glib/
|
%dir %{_datadir}/gtk-doc/html/telepathy-glib
|
||||||
|
%{_datadir}/gtk-doc/html/telepathy-glib/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.2-1mamba
|
||||||
|
- update to 0.24.2
|
||||||
|
|
||||||
* Mon Oct 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.1-1mamba
|
* Mon Oct 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.1-1mamba
|
||||||
- update to 0.24.1
|
- update to 0.24.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user