Author: patrys Date: Tue Aug 25 21:23:46 2009 GMT Module: packages Tag: HEAD ---- Log message: - new dir - rel 2
---- Files affected: packages/libtelepathy: libtelepathy.spec (1.11 -> 1.12) , libtelepathy-makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libtelepathy/libtelepathy.spec diff -u packages/libtelepathy/libtelepathy.spec:1.11 packages/libtelepathy/libtelepathy.spec:1.12 --- packages/libtelepathy/libtelepathy.spec:1.11 Thu Oct 16 18:57:59 2008 +++ packages/libtelepathy/libtelepathy.spec Tue Aug 25 23:23:40 2009 @@ -3,11 +3,12 @@ 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 @@ -60,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -76,7 +78,7 @@ %{__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 @@ -88,7 +90,9 @@ %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 @@ -110,6 +114,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2009/08/25 21:23:40 patrys +- new dir +- rel 2 + Revision 1.11 2008/10/16 16:57:59 sls - BR: telepathy-glib-DEVEL ================================================================ Index: packages/libtelepathy/libtelepathy-makefile.patch diff -u /dev/null packages/libtelepathy/libtelepathy-makefile.patch:1.1 --- /dev/null Tue Aug 25 23:23:46 2009 +++ packages/libtelepathy/libtelepathy-makefile.patch Tue Aug 25 23:23:40 2009 @@ -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 \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtelepathy/libtelepathy.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
