Пакет telepathy-qt4: Specfile

Name: telepathy-qt4
Version: 0.7.2
Release: alt0.M60T.1

Summary: Telepathy framework - Qt4 connection manager library 
License: GPLv2
Group: System/Libraries 

URL: http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
Packager: Nazarov Denis <nenderus@altlinux.ru>

Source0: http://telepathy.freedesktop.org/releases/telepathy-qt4/%name-%version.tar.gz

BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++ git-core
BuildRequires: libqt4-opengl
BuildRequires: libqt4-sql-mysql
BuildRequires: libtelepathy-farsight-devel >= 0.0.4
BuildRequires: phonon-devel
BuildRequires: python-devel
BuildRequires: python-module-dbus

%description
Telepathy-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 4.

%package -n lib%name
Summary: Telepathy framework - Qt4 connection manager library 
Group: System/Libraries

%description -n lib%name
Telepathy-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 4.

%package -n lib%name-devel
Summary: Development libraries and header files for %name
Group: Development/KDE and QT
Requires: lib%name = %version-%release

%description -n lib%name-devel
Development libraries and header files for %name.

%prep
%setup

%build
%define lib_suffix %nil
%ifarch x86_64
%define lib_suffix 64
%endif

mkdir -p %_target_platform
pushd %_target_platform

cmake .. \
	-DCMAKE_INSTALL_PREFIX=%prefix \
	-DCMAKE_C_FLAGS:STRING='%optflags' \
	-DCMAKE_CXX_FLAGS:STRING='%optflags' \
	-DLIB_SUFFIX=%lib_suffix \
	-DQHELPGENERATOR_EXECUTABLE=qhelpgenerator-qt4
popd

%make_build -C %_target_platform

%install
%make -C %_target_platform DESTDIR=%buildroot install

%files -n lib%name
%doc AUTHORS COPYING HACKING NEWS README TODO doc/html
%_libdir/lib%name.so.*

%files -n lib%name-devel
%_libdir/lib%name.so
%_pkgconfigdir/*.pc 
%dir %_includedir/telepathy-1.0
%_includedir/telepathy-1.0/TelepathyQt4

%changelog
* Mon Aug 08 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.2-alt0.M60T.1
- Build for branch t6

* Mon Aug 08 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.2-alt1
- Version 0.7.2

* Sat Jun 11 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.1-alt0.M60T.1
- Build for branch t6

* Sat Jun 11 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.1-alt1
- Version 0.7.1

* Sun Jun 05 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.0-alt0.M60T.1
- Build for branch t6

* Sun Jun 05 2011 Nazarov Denis <nenderus@altlinux.org> 0.7.0-alt1
- Version 0.7.0

* Thu Jun 02 2011 Nazarov Denis <nenderus@altlinux.org> 0.6.1-alt0.M60T.1
- Build for branch t6

* Thu Jun 02 2011 Nazarov Denis <nenderus@altlinux.org> 0.6.1-alt1
- Version 0.6.1

* Fri May 27 2011 Nazarov Denis <nenderus@altlinux.org> 0.6.0-alt0.M60T.1
- Build for branch t6

* Tue May 17 2011 Nazarov Denis <nenderus@altlinux.org> 0.6.0-alt1
- Version 0.6.0

* Tue May 10 2011 Nazarov Denis <nenderus@altlinux.org> 0.5.16-alt1
- Version 0.5.16

* Wed Apr 13 2011 Nazarov Denis <nenderus@altlinux.org> 0.5.15-alt1
- Initial build for ALT Linux