This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via a076af08b495d06477f98525f48512dd2207a7c1 (commit) via 01407c103b2a0f87d0d83d06c991a47ff316278e (commit) via 18c2f3861eec8109630284a50150b414b100553e (commit) via c28cd4f96118536e5ea017180601834b8dae79cb (commit) from 38736b09b6257b31ccadd38e199c52ef43e32f62 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a076af08b495d06477f98525f48512dd2207a7c1 Merge: 01407c1 c28cd4f Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Sep 29 19:43:21 2011 +0200
Merge remote-tracking branch 'stevee/gettext'
commit 01407c103b2a0f87d0d83d06c991a47ff316278e Merge: 38736b0 18c2f38 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Sep 29 19:42:51 2011 +0200
Merge remote-tracking branch 'stevee/db4'
commit 18c2f3861eec8109630284a50150b414b100553e Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Sep 25 21:46:53 2011 +0200
db4: Rework package.
Fixes #228.
* Libraries are now in the correct package. * Add descriptions for subpackages. * Add source url.
commit c28cd4f96118536e5ea017180601834b8dae79cb Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Sep 25 16:07:54 2011 +0200
gettext: Move libraries to own package.
Fixes #231
-----------------------------------------------------------------------
Summary of changes: db4/db4.nm | 24 +++++++++++++++++------- gettext/gettext.nm | 37 +++++++++++++++++++++++++------------ 2 files changed, 42 insertions(+), 19 deletions(-)
Difference in files: diff --git a/db4/db4.nm b/db4/db4.nm index 5394699..6839448 100644 --- a/db4/db4.nm +++ b/db4/db4.nm @@ -19,11 +19,11 @@ license = Proprietary summary = Berkeley DB is a library that provides an embedded database.
description - Berkeley DB (BDB) is a computer software library that provides \ + Berkeley DB (BDB) is a computer software library that provides a high-performance embedded database. end
-source_dl = +source_dl = http://download.oracle.com/berkeley-db/
build requires @@ -49,21 +49,31 @@ build end end
-# XXX insert descriptions packages package db4 - files = /usr/lib*/libdb-%{version_major}.so - end package db4-devel template DEVEL + + files += \ + !/usr/lib*/libdb-%{version_major}.so end package db4-utils - files = /usr/bin + summary = Command line tools for managing Berkeley DB (version 4) databases. + description = %{summary} + + files + /usr/bin + end end package db4-cxx - files = /usr/lib*/libdb_cxx-%{version_major}.so + summary = The Berkeley DB database library (version 4) for C++. + description = %{summary} + + files + /usr/lib*/libdb_cxx-%{version_major}.so + end end end diff --git a/gettext/gettext.nm b/gettext/gettext.nm index 91b0f8e..0f13892 100644 --- a/gettext/gettext.nm +++ b/gettext/gettext.nm @@ -5,7 +5,7 @@
name = gettext version = 0.18.1.1 -release = 1 +release = 2
groups = System/Base url = http://www.gnu.org/software/gettext/ @@ -13,19 +13,19 @@ license = GPLv3 LGPL2+ summary = GNU libraries and utilities for producing multi-lingual messages.
description - The GNU gettext package provides a set of tools and documentation for \ - producing multi-lingual messages in programs. Tools include a set of \ - conventions about how programs should be written to support message \ - catalogs, a directory and file naming organization for the message \ - catalogs, a runtime library which supports the retrieval of translated \ - messages, and stand-alone programs for handling the translatable and \ - the already translated strings. Gettext provides an easy to use \ - library and tools for creating, using, and modifying natural language \ - catalogs and is a powerful and simple method for internationalizing \ + The GNU gettext package provides a set of tools and documentation for + producing multi-lingual messages in programs. Tools include a set of + conventions about how programs should be written to support message + catalogs, a directory and file naming organization for the message + catalogs, a runtime library which supports the retrieval of translated + messages, and stand-alone programs for handling the translatable and + the already translated strings. Gettext provides an easy to use + library and tools for creating, using, and modifying natural language + catalogs and is a powerful and simple method for internationalizing programs. end
-source_dl = +source_dl = http://ftp.gnu.org/pub/gnu/gettext/
build requires @@ -46,9 +46,22 @@ end
packages package %{name} - end package %{name}-devel template DEVEL + + requires += \ + gettext-libs=%{thisver} + end + + package %{name}-libs + template LIBS + + files + /usr/lib/libgettextlib-*.so + /usr/lib/libgettextpo.so.* + /usr/lib/libgettextsrc-*.so + /usr/lib/preloadable_libintl.so + end end end
hooks/post-receive -- IPFire 3.x development tree