]> git.pld-linux.org Git - packages/libtelepathy.git/blobdiff - libtelepathy.spec
- LGPL version
[packages/libtelepathy.git] / libtelepathy.spec
index edab1cbb892e85fc24227637ef930a7cdba56b84..eac5bded9f6a2ab0714ccada01e13e3f90d30fcc 100644 (file)
@@ -1,21 +1,29 @@
 Summary:       A GLib library to ease writing telepathy clients
 Summary(pl.UTF-8):     Biblioteka oparta na GLib dla aplikacji służących do komunikacji
 Name:          libtelepathy
-Version:       0.3.1
-Release:       1
-License:       LGPL
+Version:       0.3.3
+Release:       5
+License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://telepathy.freedesktop.org/releases/libtelepathy/%{name}-%{version}.tar.gz
-# Source0-md5: 594e9999483cdd5cd913b6ea8cf9b076
-URL:           http://telepathy.freedesktop.org/wiki/
+Source0:       https://telepathy.freedesktop.org/releases/libtelepathy/%{name}-%{version}.tar.gz
+# Source0-md5: 490ca1a0c614d4466394b72d43bf7370
+Patch0:                %{name}-makefile.patch
+URL:           https://telepathy.freedesktop.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.8
-BuildRequires: dbus-glib-devel >= 0.61
-BuildRequires: telepathy-glib >= 0.7.0
-BuildRequires: glib2-devel >= 2.4.0
+BuildRequires: dbus-devel >= 0.93
+BuildRequires: dbus-glib-devel >= 0.73
+BuildRequires: glib2-devel >= 1:2.10
 BuildRequires: libtool
 BuildRequires: libxslt-progs
 BuildRequires: pkgconfig
+BuildRequires: python >= 2.3
+BuildRequires: python-modules >= 2.3
+BuildRequires: telepathy-glib-devel >= 0.7.3
+Requires:      dbus-libs >= 0.93
+Requires:      dbus-glib >= 0.73
+Requires:      glib2 >= 1:2.10
+Requires:      telepathy-glib >= 0.7.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,8 +44,10 @@ Summary:     Header files for libtelepathy library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libtelepathy
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      dbus-glib-devel >= 0.61
-Requires:      glib2-devel >= 2.4.0
+Requires:      dbus-devel >= 0.93
+Requires:      dbus-glib-devel >= 0.73
+Requires:      glib2-devel >= 1:2.10
+Requires:      telepathy-glib-devel >= 0.7.3
 
 %description devel
 Header files for libtelepathy library.
@@ -59,6 +69,7 @@ Statyczna biblioteka libtelepathy.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -75,7 +86,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_datadir}/telepathy/managers
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libtelepathy.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,18 +97,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libtelepathy.so.*.*.*
-%dir %{_datadir}/telepathy
-%dir %{_datadir}/telepathy/managers
+%attr(755,root,root) %ghost %{_libdir}/libtelepathy.so.2
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libtelepathy.so
-%{_libdir}/libtelepathy.la
-%dir %{_includedir}/telepathy-1.0
-%dir %{_includedir}/telepathy-1.0/libtelepathy
-%{_includedir}/telepathy-1.0/libtelepathy/*.h
+%{_includedir}/telepathy-1.0/libtelepathy
 %{_pkgconfigdir}/libtelepathy.pc
 
 %files static
This page took 0.077593 seconds and 4 git commands to generate.