Author: shadzik                      Date: Wed Nov 19 15:34:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.17.7 from svn

---- Files affected:
SPECS:
   telepathy-qt.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/telepathy-qt.spec
diff -u SPECS/telepathy-qt.spec:1.1 SPECS/telepathy-qt.spec:1.2
--- SPECS/telepathy-qt.spec:1.1 Mon Feb  4 22:39:31 2008
+++ SPECS/telepathy-qt.spec     Wed Nov 19 16:34:31 2008
@@ -1,43 +1,59 @@
-Summary:       telepathy-qt
-Summary(pl.UTF-8):   telepathy-qt
+# $Revision$, $Date$
+#
+# Conditional build:
+#
+%define                qt_ver          4.4.3
+%define                snap            886571
+
+Summary:       Telepathy Qt
+Summary(pl.UTF-8):     Telepathy Qt
 Name:          telepathy-qt
-Version:       0.14.1
-Release:       0.1
-License:       GPL
+Version:       0.17.7
+Release:       0.%{snap}.1
+License:       LGPL v2.1
 Group:         X11/Applications
-Source0:       
http://mesh.dl.sourceforge.net/sourceforge/tapioca-voip/%{name}-%{version}.tar.gz
-# Source0-md5: 476e3fbd68b3eaf5354559be7de99333
-BuildRequires: rpmbuild(macros) >= 1.129
+Source0:       %{name}-%{version}-%{snap}.tar.gz
+# Source0-md5: 2cb05c2df6a6f3ea9c7a0add6213e946
+Patch0:                %{name}-lib64.patch
+URL:           http://decibel.kde.org/
+BuildRequires: QtCore-devel >= %{qt_ver}
+BuildRequires: QtDBus-devel >= %{qt_ver}
+BuildRequires: QtGui-devel >= %{qt_ver}
+BuildRequires: cmake >= 2.6.2
+BuildRequires: qt4-build >= %{qt_ver}
+BuildRequires: qt4-qmake >= %{qt_ver}
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.293
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-telepathy-qt
 
-%description -l pl.UTF-8
-telepathy-qt
+#%description -l pl.UTF-8
 
 %package devel
-Summary:       Header files for telepathy-qt libraries
-Summary(pl.UTF-8):   Pliki nagłówkowe bibliotek telepathy-qt
-Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+Summary:        Header files for telepathy-qt library
+Summary(pl.UTF-8):      Pliki nag�~Bówkowe biblioteki telepathy-qt
+Group:          Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Header files for telepathy-qt libraries.
+Header files for telepathy-qt library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe bibliotek telepathy-qt
+Pliki nag�~Bówkowe biblioteki telepathy-qt
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{snap}
+%patch0 -p0
 
 %build
-export QTDIR=%{_prefix}
 install -d build
 cd build
-%cmake \
+%cmake .. \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       ../
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64
+%endif
 
 %{__make}
 
@@ -45,10 +61,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} -C build install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       kde_htmldir=%{_kdedocdir}
-
-#%find_lang juk                --with-kde
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,29 +71,21 @@
 
 %files
 %defattr(644,root,root,755)
-%ghost %attr(755,root,root) %{_libdir}/libQtTelepathyClient.so.?
-%attr(755,root,root) %{_libdir}/libQtTelepathyClient.so.*.*.*
-%ghost %attr(755,root,root) %{_libdir}/libQtTelepathyCommon.so.?
-%attr(755,root,root) %{_libdir}/libQtTelepathyCommon.so.*.*.*
-%ghost %attr(755,root,root) %{_libdir}/libQtTelepathyCore.so.?
-%attr(755,root,root) %{_libdir}/libQtTelepathyCore.so.*.*.*
-%attr(755,root,root) %{_libdir}/pkgconfig/QtTelepathyClient.pc
-%attr(755,root,root) %{_libdir}/pkgconfig/QtTelepathyCommon.pc
-%attr(755,root,root) %{_libdir}/pkgconfig/QtTelepathyCore.pc
-                                    
+%attr(755,root,root) %{_libdir}/libQtTelepathyClient.so.0.17.7
+%attr(755,root,root) %ghost %{_libdir}/libQtTelepathyClient.so.1707
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libQtTelepathyClient.so
-%attr(755,root,root) %{_libdir}/libQtTelepathyCommon.so
-%attr(755,root,root) %{_libdir}/libQtTelepathyCore.so
-%dir %{_includedir}/QtTelepathy
-%{_includedir}/QtTelepathy/Common
-%{_includedir}/QtTelepathy/Core
-%{_includedir}/QtTelepathy/Client
+%attr(755,755,root) %{_libdir}/libQtTelepathyClient.so
+%{_includedir}/QtTelepathy
+%{_pkgconfigdir}/QtTelepathyClient.pc
 
-%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.2  2008/11/19 15:34:31  shadzik
+- 0.17.7 from svn
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/telepathy-qt.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to