Author: freetz Date: Tue Mar 7 16:20:11 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.5, updated file list, update scrollkeeper database (post, postun)
---- Files affected: SPECS: gtk-doc.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/gtk-doc.spec diff -u SPECS/gtk-doc.spec:1.41 SPECS/gtk-doc.spec:1.42 --- SPECS/gtk-doc.spec:1.41 Wed Mar 1 00:37:25 2006 +++ SPECS/gtk-doc.spec Tue Mar 7 17:20:05 2006 @@ -4,12 +4,12 @@ Summary(pl): Narzędzie do generowania dokumentacji API do GTK+ i GNOME Summary(pt_BR): O gerador de documentaçăo do GTK Name: gtk-doc -Version: 1.4 -Release: 4 +Version: 1.5 +Release: 1 License: GPL v2+ Group: Development/Tools -Source0: http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.4/%{name}-%{version}.tar.bz2 -# Source0-md5: 44d1cdce88c2eb4ccb962998ad0c0d1a +Source0: http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.5/%{name}-%{version}.tar.bz2 +# Source0-md5: 9aff3cbfa99cc37e712621f3e4a60d46 URL: http://www.gtk.org/rdp/ BuildRequires: autoconf BuildRequires: automake @@ -19,6 +19,8 @@ BuildRequires: libxslt-progs >= 1.1.15 BuildRequires: openjade BuildRequires: perl-base >= 5.6.0 +BuildRequires: scrollkeeper +Requires(post,postun): scrollkeeper Requires: %{name}-automake = %{version}-%{release} Requires: docbook-dtd412-xml >= 1.0-10 Requires: docbook-style-dsssl >= 1.77 @@ -84,10 +86,18 @@ install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +%find_lang %{name} --with-gnome --all-name + %clean rm -rf $RPM_BUILD_ROOT -%files +%post +%scrollkeeper_update_post + +%postun +%scrollkeeper_update_postun + +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog MAINTAINERS NEWS TODO README doc/* %attr(755,root,root) %{_bindir}/* @@ -95,6 +105,7 @@ %{_pkgconfigdir}/%{name}.pc %{_datadir}/sgml/%{name} %{_examplesdir}/%{name}-%{version} +%{_omf_dest_dir}/%{name} %files common %defattr(644,root,root,755) @@ -111,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2006/03/07 16:20:05 freetz +- 1.5, updated file list, update scrollkeeper database (post, postun) + Revision 1.41 2006/02/28 23:37:25 glen - adapterized (killed trailing spaces/tabs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gtk-doc.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
