Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit gnome-doc-utils
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 12 Oct 2006 17:26:25 +0200 (CEST)
  • Message-id: <20061012152625.5789F19AA14@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gnome-doc-utils
checked in at Thu Oct 12 17:26:25 CEST 2006.

--------
--- GNOME/gnome-doc-utils/gnome-doc-utils.changes 2006-09-14 00:46:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-doc-utils/gnome-doc-utils.changes 2006-10-10 18:39:12.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct 10 18:03:15 CEST 2006 - jhargadon@xxxxxxx
+
+- split out the devel files into a -devel package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-doc-utils.spec ++++++
--- /var/tmp/diff_new_pack.JFPOSg/_old 2006-10-12 17:26:18.000000000 +0200
+++ /var/tmp/diff_new_pack.JFPOSg/_new 2006-10-12 17:26:18.000000000 +0200
@@ -18,15 +18,14 @@
Group: System/GUI/GNOME
Autoreqprov: on
Version: 0.8.0
-Release: 1
+Release: 6
Summary: A Collection of Documentation Utilities for GNOME
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.5/%{name}-%{version}.tar.bz2
Patch1: gnome-doc-utils-updates.patch
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: libxml2-devel libxml2-python
+Requires: libxml2-python
PreReq: filesystem gconf2 /usr/bin/touch
-# -devel Requires: libxml2-devel

%description
The gnome-doc-utils package is a collection of documentation utilities
@@ -53,6 +52,37 @@
--------
Shaun McCance <shaunm@xxxxxxxxx>

+%package devel
+Summary: A Collection of Documentation Utilities for GNOME
+Group: System/GUI/GNOME
+Autoreqprov: on
+Requires: %{name} = %{version} libxml2-devel
+
+%description devel
+The gnome-doc-utils package is a collection of documentation utilities
+for the GNOME project. Notably, it contains utilities for building
+documentation and all auxiliary files in your source tree. It also
+contains the DocBook XSLT stylesheets that were once distributed with
+Yelp. Starting with GNOME 2.8, Yelp requires gnome-doc-utils for XSLT.
+
+It also contains the Python program xml2po that extracts translatable
+content from XML documents and outputs gettext-compatible POT files.
+For simple tags, it works out-of-the-box. For complicated tags, provide
+a list of all tags that are considered "final" (tags with contents that
+should be put into one "message" in the POT file), "ignored" (skipped
+over), and "space preserving".
+
+Sane defaults are available for DocBook documents and other common
+document types (like GNOME Summaries and XHTML). For other kinds of
+documents, it is possible to use -a (--automatic-tags) to choose
+suitable translatable pieces.
+
+
+
+Authors:
+--------
+ Shaun McCance <shaunm@xxxxxxxxx>
+
%prep
%setup -q
#%patch1 -p0
@@ -85,7 +115,6 @@
%doc AUTHORS COPYING ChangeLog NEWS README
%defattr (-, root, root)
%{prefix}/bin/*
-%{prefix}/%_lib/pkgconfig/*
%{prefix}/share/aclocal/gnome-doc-utils.m4
%{prefix}/share/gnome-doc-utils
%{prefix}/share/locale/*/LC_MESSAGES/gnome-doc-utils.mo
@@ -96,7 +125,13 @@
%{prefix}/share/xml2po/
%{prefix}/share/man/man1/*

+%files devel
+%defattr (-, root, root)
+%{prefix}/%_lib/pkgconfig/*
+
%changelog -n gnome-doc-utils
+* Tue Oct 10 2006 - jhargadon@xxxxxxx
+- split out the devel files into a -devel package
* Thu Sep 14 2006 - jhargadon@xxxxxxx
- update to version 0.8.0
- Use an XSLT namespace alias for XInclude output


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread