Author: hawk Date: Thu Mar 20 20:42:10 2008 GMT Module: SPECS Tag: Titanium ---- Log message: - merged from HEAD: - update to 1.10 - use --with-omf - adapterized - libtoolize (fixes build with libtool 2.2) - BR: glib2-devel (for tests) - perl epoch
---- Files affected: SPECS: gtk-doc.spec (1.64.2.1 -> 1.64.2.2) ---- Diffs: ================================================================ Index: SPECS/gtk-doc.spec diff -u SPECS/gtk-doc.spec:1.64.2.1 SPECS/gtk-doc.spec:1.64.2.2 --- SPECS/gtk-doc.spec:1.64.2.1 Wed Mar 19 17:18:28 2008 +++ SPECS/gtk-doc.spec Thu Mar 20 21:42:05 2008 @@ -7,24 +7,27 @@ Summary(pl.UTF-8): NarzÄdzie do generowania dokumentacji API do GTK+ i GNOME Summary(pt_BR.UTF-8): O gerador de documentação do GTK Name: gtk-doc -Version: 1.9 -Release: 2 +Version: 1.10 +Release: 1 License: GPL v2+ Group: Development/Tools -Source0: http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.9/%{name}-%{version}.tar.bz2 -# Source0-md5: bcd002f381385812737a05538eb8b21e +Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.10/%{name}-%{version}.tar.bz2 +# Source0-md5: cbd4be396b0cf8b8ce1fc9b927cdf451 URL: http://www.gtk.org/rdp/ BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: docbook-dtd412-xml >= 1.0-10 BuildRequires: docbook-style-xsl BuildRequires: docbook-utils +BuildRequires: glib2-devel >= 1:2.6.0 BuildRequires: gnome-common >= 2.12.0-3 +BuildRequires: libtool BuildRequires: libxslt-progs >= 1.1.15 BuildRequires: openjade -BuildRequires: perl-base >= 5.6.0 +BuildRequires: perl-base >= 1:5.6.0 BuildRequires: pkgconfig >= 1:0.19 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(find_lang) >= 1.23 BuildRequires: scrollkeeper >= 1:0.3.5 Requires(post,postun): scrollkeeper Requires: %{name}-automake = %{version}-%{release} @@ -82,6 +85,7 @@ %build %{__gnome_doc_common} +%{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} @@ -98,7 +102,7 @@ install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -%find_lang %{name} --with-gnome --all-name +%find_lang %{name} --with-gnome --with-omf --all-name %clean rm -rf $RPM_BUILD_ROOT @@ -118,7 +122,6 @@ %{_pkgconfigdir}/%{name}.pc %{_datadir}/sgml/%{name} %{_examplesdir}/%{name}-%{version} -%{_omf_dest_dir}/%{name} %files common %defattr(644,root,root,755) @@ -135,6 +138,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64.2.2 2008-03-20 20:42:05 hawk +- merged from HEAD: + - update to 1.10 + - use --with-omf + - adapterized + - libtoolize (fixes build with libtool 2.2) + - BR: glib2-devel (for tests) + - perl epoch + Revision 1.64.2.1 2008-03-19 16:18:28 hawk - use %{_gtkdocdir} macro @@ -366,19 +378,3 @@ Revision 1.1 2001/04/06 16:15:49 klakier - adapted from rawhide -* Tue Jan 16 2001 Tim Waugh <[EMAIL PROTECTED]> -- Replace docbook, sgml-common, and stylesheets requirements with - docbook-utils requirement. -- Use public identifier in custom stylesheets. - -* Thu Dec 14 2000 Bill Nottingham <[EMAIL PROTECTED]> -- rebuild because of broken fileutils - -* Mon Nov 13 2000 Owen Taylor <[EMAIL PROTECTED]> -- Version 0.4b1 (CVS snapshot) - -* Fri Apr 23 1999 Owen Taylor <[EMAIL PROTECTED]> -- added Requires - -* Fri Apr 23 1999 Owen Taylor <[EMAIL PROTECTED]> -- Initial RPM, version 0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk-doc.spec?r1=1.64.2.1&r2=1.64.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
