Hello community,
here is the log from the commit of package gettext-runtime for openSUSE:Factory
checked in at 2013-06-18 15:12:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
and /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gettext-runtime"
Changes:
--------
gettext-java.changes: same change
New Changes file:
--- /dev/null 2013-06-18 05:31:11.568031006 +0200
+++
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-06-18 15:12:28.000000000 +0200
@@ -0,0 +1,986 @@
+-------------------------------------------------------------------
+Tue Jun 18 11:10:59 UTC 2013 - [email protected]
+
+- make gettext-runtime conflict with gettext-runtime-mini
+
+-------------------------------------------------------------------
+Tue Jun 18 09:54:33 UTC 2013 - [email protected]
+
+- Add gettext-runtime-mini.spec that reverts to using the included
+ library sources
+
+-------------------------------------------------------------------
+Sat Jun 15 11:52:06 UTC 2013 - [email protected]
+
+- Add glib2-devel libcroco-devel libxml2-devel to build requires to avoid
+ using the included copies.
+- gettext-configure.patch: Fix syntax in libxml check to avoid spurious
+ failure
+
+-------------------------------------------------------------------
+Sat Jun 8 08:39:07 UTC 2013 - [email protected]
+
+- Update to version 0.18.2.1: Version 0.18.2 - December 2012
+ + xgettext now understands the block comment syntax of Guile 2.0.
+ + libgettextpo library:
+ * The initial msgstr of a new message is now "", not NULL.
+ * Bug fixes in the functions po_message_is_range,
+ po_file_check_all, po_message_check_all.
+ + Installation options:
+ The configure options --with-xz and --with-bzip2 can be used to
+ specify alternate compression methods for the archive used by
+ the 'autopoint' program. These options, together with
+ --with-git, allow to trade dependencies against installed
+ package size. --with-xz has the highest compression rate,
+ followed by --with-git, followed by --with-bzip2.
+ + Autoconf macros:
+ * The autoconf macros installed by 'gettextize' now work with
+ the forthcoming Automake 1.14 and require Autoconf version
+ 2.60 or newer.
+ + Portability:
+ * Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit
+ mingw is now supported.
+
+- Remove obsolete patches:
+ + getext-stdio.in.patch
+ + gettext-codecleanup.patch
+
+-------------------------------------------------------------------
+Fri May 31 07:47:08 UTC 2013 - [email protected]
+
+- do not call autoreconf, spares you all the ugly patches:
+ gettext-no_silent_rules.patch
+ gettext-0.15-docdir.diff
+ gettext-autotools.patch
+
+-------------------------------------------------------------------
+Wed Mar 27 07:50:12 UTC 2013 - [email protected]
+
+- Added url as source.
+ Please see http://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------
+Mon Sep 24 17:21:00 CEST 2012 - [email protected]
+
+- remove silent_rules from AM_INIT_AUTOMAKE to make autoreconf
+ succeed on older distributions.
+- Rename po-mode.diff to gettext-po-mode.diff
+
+-------------------------------------------------------------------
+Thu Sep 13 14:31:56 UTC 2012 - [email protected]
+
+- replace ; with and in spdx.org license
+
+-------------------------------------------------------------------
+Sun Jul 22 18:41:39 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------
+Mon Jul 2 11:04:21 UTC 2012 - [email protected]
+
+- do not use obsolete AM_PROG_MKDIR_P
+
+-------------------------------------------------------------------
+Thu Jan 12 15:57:24 UTC 2012 - [email protected]
+
+- Disable tests test-readlink and test-areadlink since they
+ fail randomly.
+
+-------------------------------------------------------------------
+Thu Jan 12 13:37:28 UTC 2012 - [email protected]
+
+- Remove cvs, not used anymore since 0.18.1 in our build.
+
+-------------------------------------------------------------------
+Sun Oct 2 14:24:27 CEST 2011 - [email protected]
+
+- revert last change - it is not the testsuite that hangs
+ but everything. The better workaround is to disable openmp
+
+-------------------------------------------------------------------
+Sat Oct 1 05:39:12 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to make the spec file more reliable
+
+-------------------------------------------------------------------
+Sat Oct 1 02:00:30 UTC 2011 - [email protected]
+
+- Test suite hangs in qemu-arm due to bugs in the emulator
+ workaround this issue.
+
+-------------------------------------------------------------------
+Thu Sep 29 13:27:17 CEST 2011 - [email protected]
+
+- fix build
+
+-------------------------------------------------------------------
+Thu Sep 29 10:20:07 UTC 2011 - [email protected]
+
+- disable openmp when qemu is used for building (like on arm)
+
+-------------------------------------------------------------------
+Fri Jan 7 10:36:22 CET 2011 - [email protected]
+
+- Also add gettext-tools to baselibs.conf, wine-devel now needs
+ libgettextpo.
+
+-------------------------------------------------------------------
+Tue Dec 21 13:43:49 CET 2010 - [email protected]
+
+- Update to 0.18.1. Changes since 0.17:
+ Version 0.18.1 - June 2010
+
+ * msggrep: A '$' anchor in a regular expression now also matches
+ the end of the string, even if it does not end in a newline.
+
+ * Dependencies:
+ The libraries and programs are now linked with libunistring if
+ this library is already installed.
+
+ * Installation options:
+ The configure option --with-cvs is deprecated. The 'autopoint'
+ program will now use the 'git' program by default to compress its
+ archive. If the configure option --without-git is specified,
+ 'autopoint' will not rely on 'git', but will instead rely on a
+ locally installed 3 MB large archive.
+
+ Version 0.18 - May 2010
+
+ * PO file format:
+ There is a new field 'Language' in the header entry. It denotes
+ the language code (plus optional country code) for the PO file.
+ This field can be used by automated tools, such as spell
+ checkers. It is expected to be more reliable than looking at the
+ file name or at the 'Language-Team' field in the header entry.
+
+ msgmerge, msgcat, msgen have a new option --lang that allows to
+ specify this field. Additionally, msgmerge fills in this new
+ field by looking at the 'Language-Team' field (if the --lang
+ option is not given).
+
+ * xgettext and PO file format:
+
+ For messages with plural forms, programmers can inform the
+ translators about the range of possible values of the numeric
+ argument, like this:
+ /* xgettext: range: 0..15 */
+ This information 'range: 0..15' is stored in the PO file as a
+ flag attached to the message. Translators can produce better
+ translations when they know that the numeric argument is small.
+
+ * Colorized PO files:
+ msgattrib, msgcomm, msgconv, msgen, msgfilter, msggrep, msginit,
+ msgmerge, msgunfmt, msguniq, xgettext now have options --color
+ and --style, like msgcat has since version 0.17.
+
+ * msgmerge is up to 10 times faster when the PO and POT files are
+ large. This speedup was contributed by Ralf Wildenhues.
+
+ * msgcmp has a new option -N/--no-fuzzy-matching, like msgmerge has
+ since version 0.12.
+
+ * msgfilter now sets environment variables during the invocation of
+ the filter, indicating the msgid and location of the messge being
+ processed.
+
+ * xgettext now can extract plural forms from Qt 4 programs. The
+ recommended xgettext command-line options for this case are:
+ --qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t
+
+ * xgettext --language=GCC-source now recognizes also the format
+ strings used in the Fortran front-end of the GCC compiler, and
+ marks them as 'gfc-internal-format'.
+
+ * autopoint can now be used to update several PO directories all
+ together.
+
++++ 789 more lines (skipped)
++++ between /dev/null
++++ and
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes
2013-06-17 10:33:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes
2013-06-18 15:12:28.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Jun 18 11:10:59 UTC 2013 - [email protected]
+
+- make gettext-runtime conflict with gettext-runtime-mini
+
+-------------------------------------------------------------------
+Tue Jun 18 09:54:33 UTC 2013 - [email protected]
+
+- Add gettext-runtime-mini.spec that reverts to using the included
+ library sources
+
+-------------------------------------------------------------------
New:
----
gettext-runtime-mini.changes
gettext-runtime-mini.spec
pre_checkin.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
gettext-java.spec: same change
++++++ gettext-runtime-mini.spec ++++++
#
# spec file for package gettext-runtime-mini
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define pacname gettext
%bcond_without mini
Name: gettext-runtime-mini
Version: 0.18.2.1
Release: 0
BuildRequires: gcc-c++
BuildRequires: libtool
# To get an updated linkdupes.sh (in case there are new dupes), temproarily
enable:
#BuildRequires: fdupes
%if %{without mini}
BuildRequires: glib2-devel
BuildRequires: libcroco-devel
BuildRequires: libxml2-devel
BuildRequires: perl-libintl-perl
BuildRequires: tcl
# bug437293
%ifarch ppc64
Obsoletes: gettext-64bit
%endif
#
#Rename done for openSUSE 11.0
Provides: gettext = %{version}
Obsoletes: gettext < %{version}
Conflicts: gettext-runtime-mini
%else
# to allow a prjconf preference which to take per build
Provides: gettext-runtime = %{version}
%endif
Summary: Tools for Native Language Support (NLS)
License: GPL-3.0+ and LGPL-2.0+
Group: Development/Tools/Other
Url: http://www.gnu.org/software/gettext/
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
Source1: gettext-rpmlintrc
Source2: suse-start-po-mode.el
Source3: gettext-linkdupes.sh
Source4: baselibs.conf
Patch: gettext-0.12.1-sigfpe.patch
Patch2: gettext-0.12.1-gettextize.patch
Patch4: gettext-po-mode.diff
Patch5: gettext-initialize_vars.patch
Patch9: gettext-needlessly_init_vars.patch
Patch10: gettext-configure.patch
%description
This package contains the intl library as well as tools that ease the
creation and maintenance of message catalogs. It allows you to extract
strings from source code. The supplied Emacs mode (po-mode.el) helps
editing these catalogs (called PO files, for portable object) and
adding translations. A special compiler turns these PO files into
binary catalogs.
%package -n gettext-tools%{?with_mini:-mini}
Summary: Tools for Native Language Support (NLS)
License: LGPL-2.1+
Group: Development/Tools/Other
Requires: %{name} = %{version}
PreReq: info
%if %{without mini}
# bug437293
%ifarch ppc64
Obsoletes: gettext-devel-64bit
%endif
#
Provides: gettext-devel = %{version}
Obsoletes: gettext-devel < %{version}
Conflicts: gettext-tools-mini
%else
# to allow a prjconf preference which to take per build
Provides: gettext-tools = %{version}
%endif
%description -n gettext-tools%{?with_mini:-mini}
This package contains the `intl' library as well as tools that ease the
creation and maintenance of message catalogs. With it you can extract
strings from source code. The supplied Emacs mode (po-mode.el) will aid
in editing these catalogs (called PO files, for portable object) and
add translations. A special compiler will turn these PO files into
binary catalogs.
%prep
%setup -q -n %{pacname}-%{version}
%patch
%patch2
%patch4
%patch5
%patch9
%patch10 -p1
%build
# expect a couple "You should update your `aclocal.m4' by running aclocal."
#autoreconf -fiv
#sh autogen.sh
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
%if 0%{?qemu_user_space_build:1}
OPTS="--disable-openmp"
%endif
%configure --enable-shared $OPTS
make %{?_smp_mflags} GMSGFMT=../src/msgfmt V=1
# use texinfo.tex supplied by the system (texinfo)
# make -C gettext-tools/doc gettext.pdf
%install
%define my_docdir %{_defaultdocdir}/%{name}
export LC_CTYPE=ISO-8859-15
make install DESTDIR=%{buildroot} docdir=%{my_docdir}
cp -pr AUTHORS COPYING NEWS README* %{buildroot}/%{my_docdir}
mkdir -p %{buildroot}/usr/share/emacs/site-lisp
install -m 644 %SOURCE2 %{buildroot}/usr/share/emacs/site-lisp
install -m 644 gettext-tools/misc/po-compat.el
%{buildroot}/usr/share/emacs/site-lisp
install -m 644 gettext-tools/misc/po-mode.el
%{buildroot}/usr/share/emacs/site-lisp
install -m 644 gettext-tools/misc/start-po.el
%{buildroot}/usr/share/emacs/site-lisp
#make -C gettext-tools/doc docdir=%{buildroot}/%{my_docdir} install-pdf
if [ -e %{buildroot}/%{_libdir}/preloadable_libintl.so ];then
chmod 755 %{buildroot}/%{_libdir}/preloadable_libintl.so
fi
# fix rpmlint invalid-lc-messages-dir:
rm -rf %{buildroot}/%_datadir/locale/en@{bold,}quot
%{find_lang} gettext-tools
%{find_lang} gettext-runtime
#remove unwanted stuff
rm -f %{buildroot}/usr/share/doc/packages/gettext/README.{mingw,vms,woe32}
rm -f %_datadir/%name/gettext.jar
#find %{buildroot} -maxdepth 2 -name '*html' | xargs rm -f
# hardlink the dupes in the documentation:
cd %{buildroot}/%{my_docdir}/examples
sh %{SOURCE3}
# moved to gettext-java and gettext-csharp:
rm -rf *csharp* *java* ../javadoc* ../csharpdoc*
rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32
cd %{buildroot}/%{_mandir}/man3
echo ".so man3/dngettext.3" > dcngettext.3
echo ".so man3/dgettext.3" > dcgettext.3
%if %{without mini}
%check
# s390s fails this test,
# Starting test_recursive_lock ...test-lock: pthread_mutex_lock.c:66:
__pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
# These fails randomly, remove them from Makefile
sed -i -e 's/test-areadlink\$(EXEEXT) //g' \
-e 's/test-readlink\$(EXEEXT) //g' \
gettext-tools/gnulib-tests/Makefile
make check || {
%ifarch s390x
echo "got this during mbuild testing on s390x (on both times which make
check ran):"
echo "Starting test_recursive_lock ...test-lock:
pthread_mutex_lock.c:66: __pthread_mutex_lock: Assertion mutex->__data.__owner
== 0 failed."
echo "s390x needs kernel/glibc/gcc fix, but let it continue bootstrap
for now!"
%else
echo "make check failed, check it!"
exit 5
%endif
}
%endif
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n gettext-tools%{?with_mini:-mini}
%install_info --info-dir=%{_infodir} %{_infodir}/gettext.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/autosprintf.info.gz
%postun -n gettext-tools%{?with_mini:-mini}
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gettext.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autosprintf.info.gz
%files -f gettext-runtime.lang
%defattr(-,root,root)
%dir %_prefix/share/gettext
%doc %dir %_defaultdocdir/%name
%doc %_defaultdocdir/%name/gettext.1.html
%doc %_defaultdocdir/%name/ngettext.1.html
%doc %_defaultdocdir/%name/envsubst.1.html
%doc %_defaultdocdir/%name/*.3.html
%doc %_defaultdocdir/%name/AUTHORS
%doc %_defaultdocdir/%name/COPYING
%doc %_defaultdocdir/%name/NEWS
%doc %_defaultdocdir/%name/README
%doc %_defaultdocdir/%name/FAQ.html
%_bindir/gettext
%_bindir/ngettext
%_bindir/envsubst
%_bindir/gettext.sh
%_bindir/msgfmt
%_libdir/libgettextlib-*.so
%_libdir/libgettextsrc-*.so
%_libdir/libasprintf.so.*
%doc %_mandir/man1/gettext.1.gz
%doc %_mandir/man1/ngettext.1.gz
%doc %_mandir/man1/envsubst.1.gz
%doc %_mandir/man1/msgfmt.1.gz
%doc %_mandir/man3/*
%_datadir/gettext/ABOUT-NLS
%dir %_prefix/share/emacs
%dir %_prefix/share/emacs/site-lisp
%_prefix/share/emacs/site-lisp/po-compat.*
%_prefix/share/emacs/site-lisp/po-mode.*
%_prefix/share/emacs/site-lisp/start-po.*
%_prefix/share/emacs/site-lisp/suse-start-po-mode.el
%files -n gettext-tools%{?with_mini:-mini} -f gettext-tools.lang
%defattr(-,root,root)
%doc %_defaultdocdir/%name/examples
%doc %_defaultdocdir/%name/auto*.html
%doc %_defaultdocdir/%name/gettext_*.html
%doc %_defaultdocdir/%name/gettextize*.html
%doc %_defaultdocdir/%name/msg*.html
%doc %_defaultdocdir/%name/tutorial*.html
%doc %_defaultdocdir/%name/xgettext*.html
%doc %_defaultdocdir/%name/recode-sr-latin.1.html
%_bindir/msg[a-eg-u]*
%_bindir/msgfilter
%_bindir/xgettext
%_bindir/gettextize
%_bindir/autopoint
%_bindir/recode-sr-latin
%doc %_mandir/man1/msg[a-eg-u]*.1.gz
%doc %_mandir/man1/msgfilter.1.gz
%doc %_mandir/man1/xgettext.1.gz
%doc %_mandir/man1/gettextize.1.gz
%doc %_mandir/man1/autopoint.1.gz
%doc %_mandir/man1/recode-sr-latin.1.gz
%doc %_infodir/gettext.info*
%doc %_infodir/autosprintf.info*
%_includedir/gettext-po.h
%_includedir/autosprintf.h
%_libdir/libasprintf.*a
%_libdir/libasprintf.so
%_libdir/libgettextlib.*
%_libdir/libgettextsrc.*
%_libdir/libgettextpo*
%_libdir/preloadable_libintl.so
%_libdir/gettext
%_datadir/%pacname/config.rpath
%_datadir/%pacname/intl
%_datadir/%pacname/po
%_datadir/%pacname/projects
%_datadir/%pacname/gettext.h
%_datadir/%pacname/msgunfmt.tcl
%_datadir/%pacname/javaversion.class
%_datadir/%pacname/styles
%_datadir/%pacname/archive.dir.tar.xz
%_datadir/aclocal/*
%changelog
++++++ gettext-runtime.spec ++++++
--- /var/tmp/diff_new_pack.zjo94F/_old 2013-06-18 15:12:29.000000000 +0200
+++ /var/tmp/diff_new_pack.zjo94F/_new 2013-06-18 15:12:29.000000000 +0200
@@ -17,20 +17,21 @@
%define pacname gettext
+%bcond_with mini
Name: gettext-runtime
Version: 0.18.2.1
Release: 0
BuildRequires: gcc-c++
+BuildRequires: libtool
+# To get an updated linkdupes.sh (in case there are new dupes), temproarily
enable:
+#BuildRequires: fdupes
+%if %{without mini}
BuildRequires: glib2-devel
BuildRequires: libcroco-devel
-BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: perl-libintl-perl
BuildRequires: tcl
-# To get an updated linkdupes.sh (in case there are new dupes), temproarily
enable:
-#BuildRequires: fdupes
-Url: http://www.gnu.org/software/gettext/
# bug437293
%ifarch ppc64
Obsoletes: gettext-64bit
@@ -39,9 +40,15 @@
#Rename done for openSUSE 11.0
Provides: gettext = %{version}
Obsoletes: gettext < %{version}
+Conflicts: gettext-runtime-mini
+%else
+# to allow a prjconf preference which to take per build
+Provides: gettext-runtime = %{version}
+%endif
Summary: Tools for Native Language Support (NLS)
License: GPL-3.0+ and LGPL-2.0+
Group: Development/Tools/Other
+Url: http://www.gnu.org/software/gettext/
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -64,12 +71,13 @@
adding translations. A special compiler turns these PO files into
binary catalogs.
-%package -n gettext-tools
+%package -n gettext-tools%{?with_mini:-mini}
Summary: Tools for Native Language Support (NLS)
License: LGPL-2.1+
Group: Development/Tools/Other
Requires: %{name} = %{version}
PreReq: info
+%if %{without mini}
# bug437293
%ifarch ppc64
Obsoletes: gettext-devel-64bit
@@ -77,8 +85,13 @@
#
Provides: gettext-devel = %{version}
Obsoletes: gettext-devel < %{version}
+Conflicts: gettext-tools-mini
+%else
+# to allow a prjconf preference which to take per build
+Provides: gettext-tools = %{version}
+%endif
-%description -n gettext-tools
+%description -n gettext-tools%{?with_mini:-mini}
This package contains the `intl' library as well as tools that ease the
creation and maintenance of message catalogs. With it you can extract
strings from source code. The supplied Emacs mode (po-mode.el) will aid
@@ -141,6 +154,7 @@
echo ".so man3/dngettext.3" > dcngettext.3
echo ".so man3/dgettext.3" > dcgettext.3
+%if %{without mini}
%check
# s390s fails this test,
# Starting test_recursive_lock ...test-lock: pthread_mutex_lock.c:66:
__pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
@@ -160,6 +174,7 @@
exit 5
%endif
}
+%endif
%clean
rm -rf %{buildroot}
@@ -168,11 +183,11 @@
%postun -p /sbin/ldconfig
-%post -n gettext-tools
+%post -n gettext-tools%{?with_mini:-mini}
%install_info --info-dir=%{_infodir} %{_infodir}/gettext.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/autosprintf.info.gz
-%postun -n gettext-tools
+%postun -n gettext-tools%{?with_mini:-mini}
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gettext.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autosprintf.info.gz
@@ -210,7 +225,7 @@
%_prefix/share/emacs/site-lisp/start-po.*
%_prefix/share/emacs/site-lisp/suse-start-po-mode.el
-%files -n gettext-tools -f gettext-tools.lang
+%files -n gettext-tools%{?with_mini:-mini} -f gettext-tools.lang
%defattr(-,root,root)
%doc %_defaultdocdir/%name/examples
%doc %_defaultdocdir/%name/auto*.html
++++++ pre_checkin.sh ++++++
#!/bin/bash
# This script should be called before checkin.
sed -e 's/%bcond_with mini/%bcond_without mini/' \
-e '/^Name:/s/$/-mini/' \
gettext-runtime.spec > gettext-runtime-mini.spec
cp gettext-runtime.changes gettext-runtime-mini.changes
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]