This commit is contained in:
commit
bd328df8d6
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
telepathy-glib-0.6.1.tar.bz2
Normal file
3
telepathy-glib-0.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffaae0775ebb9d6203ab86359536a2820aa2bd8b80e33e2ac35ea0651579baf9
|
||||||
|
size 585822
|
5
telepathy-glib.changes
Normal file
5
telepathy-glib.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 1 19:51:34 CET 2007 - jpr@suse.de
|
||||||
|
|
||||||
|
- Initial checkin
|
||||||
|
|
136
telepathy-glib.spec
Normal file
136
telepathy-glib.spec
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
#
|
||||||
|
# spec file for package telepathy-glib (Version 0.6.1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: telepathy-glib
|
||||||
|
Url: http://telepathy.freedesktop.org/
|
||||||
|
BuildRequires: dbus-1 dbus-1-glib-devel gtk-doc libxslt-devel python python-xml
|
||||||
|
Version: 0.6.1
|
||||||
|
Release: 1
|
||||||
|
License: LGPL v2.1 only
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Summary: Libraries for adding telepathy support to applications that use glib
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Source: telepathy-glib-%{version}.tar.bz2
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the libraries that make it easier to use some
|
||||||
|
telepathy functionality from applications that use glib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Ross Burton <ross@burtonini.com>
|
||||||
|
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||||
|
Dafydd Harries <dafydd.harries@collabora.co.uk>
|
||||||
|
Robert McQueen <robert.mcqueen@collabora.co.uk>
|
||||||
|
Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||||
|
Mads Chr. Olesen <shiyee@shiyee.dk>
|
||||||
|
Senko Rasic <senko.rasic@collabora.co.uk>
|
||||||
|
Ole André Ravnaas <ole.andre.ravnaas@collabora.co.uk>
|
||||||
|
Olli Salli <olli.salli@collabora.co.uk>
|
||||||
|
Sjoerd Simons <sjoerd@luon.net>
|
||||||
|
Rob Taylor <rob.taylor@collabora.co.uk>
|
||||||
|
|
||||||
|
%package -n libtelepathy-glib0
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Summary: Libraries for adding telepathy support to applications that use glib
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
AutoReqProv: on
|
||||||
|
|
||||||
|
%description -n libtelepathy-glib0
|
||||||
|
This package contains the libraries that make it easier to use some
|
||||||
|
telepathy functionality from applications that use glib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Ross Burton <ross@burtonini.com>
|
||||||
|
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||||
|
Dafydd Harries <dafydd.harries@collabora.co.uk>
|
||||||
|
Robert McQueen <robert.mcqueen@collabora.co.uk>
|
||||||
|
Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||||
|
Mads Chr. Olesen <shiyee@shiyee.dk>
|
||||||
|
Senko Rasic <senko.rasic@collabora.co.uk>
|
||||||
|
Ole André Ravnaas <ole.andre.ravnaas@collabora.co.uk>
|
||||||
|
Olli Salli <olli.salli@collabora.co.uk>
|
||||||
|
Sjoerd Simons <sjoerd@luon.net>
|
||||||
|
Rob Taylor <rob.taylor@collabora.co.uk>
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Requires: %{name} = %{version} libtelepathy-glib0 = %{version} glibc-devel dbus-1-glib-devel glib2-devel
|
||||||
|
Summary: Libraries for adding telepathy support to applications that use glib
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
AutoReqProv: on
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains the libraries that make it easier to use some
|
||||||
|
telepathy functionality from applications that use glib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Ross Burton <ross@burtonini.com>
|
||||||
|
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||||
|
Dafydd Harries <dafydd.harries@collabora.co.uk>
|
||||||
|
Robert McQueen <robert.mcqueen@collabora.co.uk>
|
||||||
|
Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||||
|
Mads Chr. Olesen <shiyee@shiyee.dk>
|
||||||
|
Senko Rasic <senko.rasic@collabora.co.uk>
|
||||||
|
Ole André Ravnaas <ole.andre.ravnaas@collabora.co.uk>
|
||||||
|
Olli Salli <olli.salli@collabora.co.uk>
|
||||||
|
Sjoerd Simons <sjoerd@luon.net>
|
||||||
|
Rob Taylor <rob.taylor@collabora.co.uk>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%post -n libtelepathy-glib0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libtelepathy-glib0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/gtk-doc/html/telepathy-glib
|
||||||
|
%{_datadir}/gtk-doc/html/telepathy-glib/*
|
||||||
|
|
||||||
|
%files -n libtelepathy-glib0
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libtelepathy-glib*.so.0*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/telepathy-1.0
|
||||||
|
%dir %{_includedir}/telepathy-1.0/telepathy-glib
|
||||||
|
%{_includedir}/telepathy-1.0/telepathy-glib/*
|
||||||
|
%dir %{_includedir}/telepathy-unstable
|
||||||
|
%dir %{_includedir}/telepathy-unstable/telepathy-glib
|
||||||
|
%{_includedir}/telepathy-unstable/telepathy-glib/*
|
||||||
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_libdir}/lib*.*a
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Dec 01 2007 - jpr@suse.de
|
||||||
|
- Initial checkin
|
Loading…
Reference in New Issue
Block a user