Author: qboosh Date: Sun Jun 25 20:14:50 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup, more deps
---- Files affected: SPECS: gloox.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/gloox.spec diff -u SPECS/gloox.spec:1.2 SPECS/gloox.spec:1.3 --- SPECS/gloox.spec:1.2 Fri Jun 9 10:11:02 2006 +++ SPECS/gloox.spec Sun Jun 25 22:14:45 2006 @@ -11,6 +11,8 @@ URL: http://camaya.net/gloox BuildRequires: gnutls-devel BuildRequires: iksemel-devel +BuildRequires: libidn-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -18,14 +20,18 @@ C++ and implemented as a shared library. %description -l pl -gloox jest pełnym clienten Jabbera/XMPP, bez interfejsu graficznego, -napisany został w C++ i zaimplementowany jako biblioteka dzielona. +gloox jest pełnym clienten Jabbera/XMPP, bez interfejsu graficznego. +Napisany został w C++ i zaimplementowany jako biblioteka dzielona. %package devel Summary: gloox header files Summary(pl): Pliki nagłówkowe gloox Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: gnutls-devel +Requires: iksemel-devel +Requires: libidn-devel +Requires: zlib-devel %description devel Header files for gloox library. @@ -49,7 +55,6 @@ %setup -q %build -#cp -f /usr/share/automake/config.* . %configure %{__make} @@ -68,31 +73,32 @@ %files %defattr(644,root,root,755) -%doc ChangeLog README TODO +%doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la %{_includedir}/* %{_pkgconfigdir}/* -%{_libdir}/lib*.la -%attr(755,root,root) %{_libdir}/lib*.so -%attr(755,root,root) %{_bindir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.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.3 2006/06/25 20:14:45 qboosh +- cleanup, more deps + Revision 1.2 2006/06/09 08:11:02 spider - pl description Revision 1.1 2006/06/08 14:10:15 bszx - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gloox.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
