From b631ecd2492998a10ff98f1d85c4f73d4249ac9d Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Tue, 25 Aug 2009 21:23:40 +0000 Subject: - new dir - rel 2 Changed files: libtelepathy-makefile.patch -> 1.1 libtelepathy.spec -> 1.12 diff --git a/libtelepathy-makefile.patch b/libtelepathy-makefile.patch new file mode 100644 index 0000000..08591e2 --- /dev/null +++ b/libtelepathy-makefile.patch @@ -0,0 +1,10 @@ +--- libtelepathy-0.3.3/src/Makefile.am~ 2008-02-04 16:35:51.000000000 +0100 ++++ libtelepathy-0.3.3/src/Makefile.am 2009-08-25 23:21:26.179095410 +0200 +@@ -27,7 +27,6 @@ + tp-chan-type-text-gen.h \ + tp-chan-type-tubes-gen.h \ + tp-conn-iface-aliasing-gen.h \ +- tp-conn-iface-avatars-gen.h \ + tp-conn-iface-capabilities-gen.h \ + tp-conn-iface-contact-info-gen.h \ + tp-conn-iface-forwarding-gen.h \ diff --git a/libtelepathy.spec b/libtelepathy.spec index 71457ee..3da6a1c 100644 --- a/libtelepathy.spec +++ b/libtelepathy.spec @@ -2,11 +2,12 @@ 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.3 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://telepathy.freedesktop.org/releases/libtelepathy/%{name}-%{version}.tar.gz # Source0-md5: 490ca1a0c614d4466394b72d43bf7370 +Patch0: %{name}-makefile.patch URL: http://telepathy.freedesktop.org/wiki/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 @@ -59,6 +60,7 @@ Statyczna biblioteka libtelepathy. %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -75,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/telepathy/managers +install -d $RPM_BUILD_ROOT%{_datadir}/telepathy/{clients,managers} %clean rm -rf $RPM_BUILD_ROOT @@ -87,7 +89,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_libdir}/libtelepathy.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libtelepathy.so.2 %dir %{_datadir}/telepathy +%dir %{_datadir}/telepathy/clients %dir %{_datadir}/telepathy/managers %files devel -- cgit v0.10.2