Author: freetz Date: Tue Aug 8 19:57:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.15.91, apidocs subpkg
---- Files affected: SPECS: libwnck.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: SPECS/libwnck.spec diff -u SPECS/libwnck.spec:1.63 SPECS/libwnck.spec:1.64 --- SPECS/libwnck.spec:1.63 Mon Jul 24 21:10:22 2006 +++ SPECS/libwnck.spec Tue Aug 8 21:57:24 2006 @@ -6,17 +6,17 @@ Summary: General Window Manager interfacing for GNOME utilities Summary(pl): Interfejs General Window Manager dla narzędzi GNOME Name: libwnck -Version: 2.15.90 +Version: 2.15.91 Release: 1 License: LGPL Group: Libraries Source0: http://ftp.gnome.org/pub/gnome/sources/libwnck/2.15/%{name}-%{version}.tar.bz2 -# Source0-md5: 04b124fd057b73414a5f9b8904f1a68b +# Source0-md5: d1dbe01de445b88359332061aa4cff0e Patch0: %{name}-compiz.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gtk+2-devel >= 2:2.10.1 -%{?with_apidocs:BuildRequires: gtk-doc >= 1.6} +%{?with_apidocs:BuildRequires: gtk-doc >= 1.7} BuildRequires: gtk-doc-automake BuildRequires: intltool >= 0.35 BuildRequires: libtool @@ -60,6 +60,18 @@ %description static -l pl Statyczna wersja bibliotek libwnck. +%package apidocs +Summary: libwnck API documentation +Summary(pl): Dokumentacja API libwnck +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +libwnck API documentation. + +%description apidocs -l pl +Dokumentacja API libwnck. + %prep %setup -q # needs update! @@ -101,18 +113,26 @@ %{_libdir}/*.la %{_includedir}/%{name}-1.0 %{_pkgconfigdir}/*.pc -%{_gtkdocdir}/%{name} %files static %defattr(644,root,root,755) %{_libdir}/*.a +%if %{with apidocs} +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/%{name} +%endif + %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.64 2006/08/08 19:57:24 freetz +- 2.15.91, apidocs subpkg + Revision 1.63 2006/07/24 19:10:22 freetz - 2.15.90, removed LDFLAGS ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libwnck.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
