]> git.pld-linux.org Git - packages/libtelepathy.git/commitdiff
- new dir auto/th/libtelepathy-0_3_3-2
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 25 Aug 2009 21:23:40 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    libtelepathy-makefile.patch -> 1.1
    libtelepathy.spec -> 1.12

libtelepathy-makefile.patch [new file with mode: 0644]
libtelepathy.spec

diff --git a/libtelepathy-makefile.patch b/libtelepathy-makefile.patch
new file mode 100644 (file)
index 0000000..08591e2
--- /dev/null
@@ -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 \
index 71457eec98bcd901dc0ca3c66914572e7ee35e2b..3da6a1c9978c67a69c017dfe7ce03c9b9e13ba75 100644 (file)
@@ -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
This page took 0.089073 seconds and 4 git commands to generate.