OBS User unknown 2009-01-14 16:46:22 +00:00 committed by Git OBS Bridge
parent 6dd8a960f8
commit b2219cb2fc
4 changed files with 30 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package gettext-csharp (Version 0.17) # spec file for package gettext-csharp (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ License: LGPL v2.1 or later
Group: Development/Tools/Other Group: Development/Tools/Other
AutoReqProv: on AutoReqProv: on
Version: 0.17 Version: 0.17
Release: 93 Release: 94
Summary: Native Language Support (NLS) for C# Summary: Native Language Support (NLS) for C#
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,7 +1,7 @@
# #
# spec file for package gettext-java (Version 0.17) # spec file for package gettext-java (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ License: LGPL v2.1 or later
Group: Development/Tools/Other Group: Development/Tools/Other
AutoReqProv: on AutoReqProv: on
Version: 0.17 Version: 0.17
Release: 105 Release: 106
Summary: Java Support for Native Language Support (NLS) Summary: Java Support for Native Language Support (NLS)
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 14 13:14:16 CEST 2008 - kukuk@suse.de Tue Oct 14 13:14:16 CEST 2008 - kukuk@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gettext-runtime (Version 0.17) # spec file for package gettext-runtime (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,13 +21,18 @@
Name: gettext-runtime Name: gettext-runtime
%define pacname gettext %define pacname gettext
Version: 0.17 Version: 0.17
Release: 60 Release: 61
BuildRequires: gcc-c++ perl-libintl-perl tcl BuildRequires: gcc-c++ perl-libintl-perl tcl
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
#BuildRequires: fdupes #BuildRequires: fdupes
Url: http://www.gnu.org/software/gettext/ Url: http://www.gnu.org/software/gettext/
License: GPL v3 or later; LGPL v2.0 or later License: GPL v3 or later; LGPL v2.0 or later
Group: Development/Tools/Other Group: Development/Tools/Other
# bug437293
%ifarch ppc64
Obsoletes: gettext-64bit
%endif
#
#Rename done for openSUSE 11.0 #Rename done for openSUSE 11.0
Provides: gettext = %{version} Provides: gettext = %{version}
Obsoletes: gettext < %{version} Obsoletes: gettext < %{version}
@ -72,6 +77,11 @@ Summary: Tools for Native Language Support (NLS)
Group: Development/Tools/Other Group: Development/Tools/Other
Requires: %{name} = %{version}, cvs Requires: %{name} = %{version}, cvs
PreReq: info PreReq: info
# bug437293
%ifarch ppc64
Obsoletes: gettext-devel-64bit
%endif
#
Provides: gettext-devel = %{version} Provides: gettext-devel = %{version}
Obsoletes: gettext-devel < %{version} Obsoletes: gettext-devel < %{version}
@ -261,6 +271,8 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/aclocal/* %_datadir/aclocal/*
%changelog %changelog
* Tue Jan 13 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Tue Oct 14 2008 kukuk@suse.de * Tue Oct 14 2008 kukuk@suse.de
- Never install files in %%check section - Never install files in %%check section
- Disable autoconf/libtool tests - Disable autoconf/libtool tests
@ -359,7 +371,7 @@ rm -rf $RPM_BUILD_ROOT
- re-enable make check to identify possible toolchain bugs - re-enable make check to identify possible toolchain bugs
- move java and csharp documentation to gettext-{java,csharp} - move java and csharp documentation to gettext-{java,csharp}
- hardlink duplicate example files in documentation - hardlink duplicate example files in documentation
* Sat May 26 2007 ro@suse.de * Fri May 25 2007 ro@suse.de
- added rpmlintrc for gettext-devel (examples executable) - added rpmlintrc for gettext-devel (examples executable)
* Fri Apr 20 2007 pth@suse.de * Fri Apr 20 2007 pth@suse.de
- Make inclusion of expat.h independent of dynamic loading so - Make inclusion of expat.h independent of dynamic loading so
@ -372,7 +384,7 @@ rm -rf $RPM_BUILD_ROOT
- Add site-lisp directories to package. - Add site-lisp directories to package.
* Tue Mar 20 2007 rguenther@suse.de * Tue Mar 20 2007 rguenther@suse.de
- Remove unused expat BuildRequires. - Remove unused expat BuildRequires.
* Thu Mar 08 2007 rguenther@suse.de * Wed Mar 07 2007 rguenther@suse.de
- Add cvs Requires to gettext-devel as autopoint requires it. - Add cvs Requires to gettext-devel as autopoint requires it.
* Tue Jan 16 2007 pth@suse.de * Tue Jan 16 2007 pth@suse.de
- Update to gettext 0.16 - Update to gettext 0.16
@ -441,9 +453,9 @@ rm -rf $RPM_BUILD_ROOT
by msgfmt. by msgfmt.
* Thu Apr 14 2005 kukuk@suse.de * Thu Apr 14 2005 kukuk@suse.de
- Move msgfmt into main package for LSB support - Move msgfmt into main package for LSB support
* Wed Apr 06 2005 mmj@suse.de * Tue Apr 05 2005 mmj@suse.de
- Fix documentation packaging - Fix documentation packaging
* Tue Apr 05 2005 schwab@suse.de * Mon Apr 04 2005 schwab@suse.de
- Remove the stupid casts. - Remove the stupid casts.
* Mon Apr 04 2005 mmj@suse.de * Mon Apr 04 2005 mmj@suse.de
- Introduce incredibly gross hack to make sure (int) casts are - Introduce incredibly gross hack to make sure (int) casts are
@ -459,7 +471,7 @@ rm -rf $RPM_BUILD_ROOT
- Fix placement of po-mode-line-entry in mode-line-format for CVS Emacs. - Fix placement of po-mode-line-entry in mode-line-format for CVS Emacs.
* Thu Nov 25 2004 mmj@suse.de * Thu Nov 25 2004 mmj@suse.de
- add fixes for tmp file races [#47724] - add fixes for tmp file races [#47724]
* Tue Oct 19 2004 ro@suse.de * Mon Oct 18 2004 ro@suse.de
- locale-rename: no -> nb - locale-rename: no -> nb
* Tue Apr 20 2004 mmj@suse.de * Tue Apr 20 2004 mmj@suse.de
- Add autoreconf -fi - Add autoreconf -fi
@ -492,7 +504,7 @@ rm -rf $RPM_BUILD_ROOT
From NEWS: Bug fixes in the gettext.m4 autoconf macros. From NEWS: Bug fixes in the gettext.m4 autoconf macros.
- Remove patches obsoleted by the update and adapt those - Remove patches obsoleted by the update and adapt those
still needed. still needed.
* Sat Jul 27 2002 schwab@suse.de * Fri Jul 26 2002 schwab@suse.de
- Fix filelist. - Fix filelist.
- Install missing m4 macros. - Install missing m4 macros.
- Remove interaction in gettextize. - Remove interaction in gettextize.
@ -648,5 +660,5 @@ rm -rf $RPM_BUILD_ROOT
- add missing m4 macro files in /usr/share/aclocal - add missing m4 macro files in /usr/share/aclocal
* Fri Oct 10 1997 florian@suse.de * Fri Oct 10 1997 florian@suse.de
- update to version 0.10.32 - update to version 0.10.32
* Thu Jan 23 1997 florian@suse.de * Wed Jan 22 1997 florian@suse.de
- update to version 0.10.26 - update to version 0.10.26