automatic version update by autodist [release 0.21.1-1mamba;Mon Jun 24 2013]
This commit is contained in:
parent
d9f96e348d
commit
4d08f5a27d
@ -1,2 +1,4 @@
|
||||
# telepathy-glib
|
||||
|
||||
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.
|
||||
|
||||
|
197
telepathy-glib.spec
Normal file
197
telepathy-glib.spec
Normal file
@ -0,0 +1,197 @@
|
||||
Name: telepathy-glib
|
||||
Version: 0.21.1
|
||||
Release: 1mamba
|
||||
Summary: GLib bindings for Telepathy
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://telepathy.freedesktop.org/wiki/
|
||||
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
Provides: libtelepathy-glib = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libtelepathy-glib
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%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.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libtelepathy-glib-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libtelepathy-glib-devel
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package apidocs
|
||||
Group: Documentation
|
||||
Summary: %{name} API documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libtelepathy-glib-docs = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libtelepathy-glib-docs
|
||||
Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--disable-static \
|
||||
--enable-introspection \
|
||||
--enable-vala-bindings
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# remove unpackages files
|
||||
rm -fr %{buildroot}%{_datadir}/doc/libtelepathy-glib-devel-0.18.0/
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-*/TelepathyGLib-*.typelib
|
||||
%{_libdir}/libtelepathy-glib.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/telepathy-*/telepathy-glib/
|
||||
%{_libdir}/libtelepathy-glib.la
|
||||
%{_libdir}/libtelepathy-glib.so
|
||||
%{_datadir}/vala/vapi/telepathy-glib.deps
|
||||
%{_datadir}/vala/vapi/telepathy-glib.vapi
|
||||
%{_datadir}/gir-*/TelepathyGLib-*.gir
|
||||
%{_libdir}/pkgconfig/telepathy-glib.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/telepathy-glib/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2013 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.0-2mamba
|
||||
- rebuilt with vala bindings (reclamed by zeitgeist)
|
||||
|
||||
* Sat Apr 06 2013 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 17 2012 Automatic Build System <autodist@mambasoft.it> 0.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 0.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 15 2012 Automatic Build System <autodist@mambasoft.it> 0.19.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 0.19.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 09 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.18.0-1mamba
|
||||
- update to 0.18.0
|
||||
|
||||
* Fri Oct 07 2011 Automatic Build System <autodist@mambasoft.it> 0.15.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 03 2011 Automatic Build System <autodist@mambasoft.it> 0.15.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.15.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 24 2011 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.15.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue May 03 2011 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 0.11.16-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Aug 10 2010 Automatic Build System <autodist@mambasoft.it> 0.11.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jul 03 2010 Automatic Build System <autodist@mambasoft.it> 0.11.9-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 29 2010 Automatic Build System <autodist@mambasoft.it> 0.11.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jun 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.6-1mamba
|
||||
- update to 0.11.6
|
||||
|
||||
* Tue Apr 27 2010 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Oct 23 2009 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Oct 02 2009 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Aug 22 2009 Automatic Build System <autodist@mambasoft.it> 0.7.35-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 02 2009 Automatic Build System <autodist@mambasoft.it> 0.7.33-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jun 15 2009 Automatic Build System <autodist@mambasoft.it> 0.7.32-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 09 2009 Automatic Build System <autodist@mambasoft.it> 0.7.31-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Apr 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.29-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.26-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.20-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Nov 17 2008 gil <puntogil@libero.it> 0.7.18-1mamba
|
||||
- update to 0.7.18
|
||||
|
||||
* Tue Oct 14 2008 gil <puntogil@libero.it> 0.7.16-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user