Author: arekm Date: Sat Jan 9 21:48:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/telepathy-qt4: telepathy-qt4.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/telepathy-qt4/telepathy-qt4.spec diff -u /dev/null packages/telepathy-qt4/telepathy-qt4.spec:1.1 --- /dev/null Sat Jan 9 22:48:27 2010 +++ packages/telepathy-qt4/telepathy-qt4.spec Sat Jan 9 22:48:22 2010 @@ -0,0 +1,97 @@ +# $Revision$, $Date$ +%define qt_ver 4.6.0 +Summary: Telepathy Qt4 +Summary(pl.UTF-8): Telepathy Qt4 +Name: telepathy-qt4 +Version: 0.2.1 +Release: 1 +License: LGPL v2.1 +Group: X11/Applications +Source0: http://telepathy.freedesktop.org/releases/telepathy-qt4/%{name}-%{version}.tar.gz +# Source0-md5: 9eaaa055eb2503e5a362bd183f344ac7 +URL: http://telepathy.freedesktop.org/wiki/Telepathy-Qt4 +BuildRequires: QtCore-devel >= %{qt_ver} +BuildRequires: QtDBus-devel >= %{qt_ver} +BuildRequires: QtGui-devel >= %{qt_ver} +BuildRequires: cmake >= 2.6.2 +BuildRequires: graphviz +BuildRequires: pkgconfig +BuildRequires: python-devel +BuildRequires: qt4-build >= %{qt_ver} +BuildRequires: qt4-qmake >= %{qt_ver} +BuildRequires: rpmbuild(macros) >= 1.293 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Telepathy-Qt4 is a high-level binding for Telepathy. + +%package devel +Summary: Header files for telepathy-qt4 library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki telepathy-qt4 +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for telepathy-qt4 library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki telepathy-qt4 + +%package static +Summary: Static telepathy-qt4 library +Summary(pl.UTF-8): Statyczna biblioteka telepathy-qt4 +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description static +Static telepathy-qt4 library. + +%description static -l pl.UTF-8 +Statyczna biblioteka telepathy-qt4. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libtelepathy-qt4.so.* + +%files devel +%defattr(644,root,root,755) +%doc doc/html +%attr(755,root,root) %{_libdir}/libtelepathy-qt4.so +%{_libdir}/libtelepathy-qt4.la +%{_includedir}/telepathy-*.* +%{_pkgconfigdir}/TelepathyQt4.pc + +%files static +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libtelepathy-qt4.a + +%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.1 2010/01/09 21:48:22 arekm +- initial + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
