Author: megabajt Date: Mon Dec 21 18:41:18 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.0.16 - added -apidocs subpackage
---- Files affected: packages/gtkspell: gtkspell.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: packages/gtkspell/gtkspell.spec diff -u packages/gtkspell/gtkspell.spec:1.39 packages/gtkspell/gtkspell.spec:1.40 --- packages/gtkspell/gtkspell.spec:1.39 Fri Nov 27 19:08:36 2009 +++ packages/gtkspell/gtkspell.spec Mon Dec 21 19:41:12 2009 @@ -2,13 +2,13 @@ Summary: GTK+ Spell Checker Interface Library Summary(pl.UTF-8): Biblioteka z interfejsem do narzędzia sprawdzającego pisownię dla GTK+ Name: gtkspell -Version: 2.0.14 -Release: 2 +Version: 2.0.16 +Release: 1 Epoch: 1 License: GPL Group: X11/Libraries Source0: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz -# Source0-md5: da168e9b69e70454ba04d0f1fd82686e +# Source0-md5: f75dcc9338f182c571b321d37c606a94 URL: http://gtkspell.sourceforge.net/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -59,10 +59,23 @@ %description static -l pl.UTF-8 Biblioteki statyczne dla gtkspella. +%package apidocs +Summary: gtkspell API documentation +Summary(pl.UTF-8): Dokumentacja API gtkspell +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +gtkspell API documentation. + +%description apidocs -l pl.UTF-8 +Dokumentacja API gtkspell. + %prep %setup -q %build +%{__gtkdocize} %{__libtoolize} %{__aclocal} %{__autoconf} @@ -98,20 +111,27 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libgtkspell.so %{_libdir}/libgtkspell.la -%{_includedir}/%{name}-2.0 +%{_includedir}/gtkspell-2.0 %{_pkgconfigdir}/gtkspell-2.0.pc -%{_gtkdocdir}/%{name} %files static %defattr(644,root,root,755) %{_libdir}/libgtkspell.a +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/gtkspell + %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.40 2009/12/21 18:41:12 megabajt +- updated to 2.0.16 +- added -apidocs subpackage + Revision 1.39 2009/11/27 18:08:36 sparky - BR: gettext-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtkspell/gtkspell.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
