forked from pool/gettext-runtime
This commit is contained in:
parent
6dd8a960f8
commit
b2219cb2fc
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 93
|
||||
Release: 94
|
||||
Summary: Native Language Support (NLS) for C#
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 105
|
||||
Release: 106
|
||||
Summary: Java Support for Native Language Support (NLS)
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,13 +21,18 @@
|
||||
Name: gettext-runtime
|
||||
%define pacname gettext
|
||||
Version: 0.17
|
||||
Release: 60
|
||||
Release: 61
|
||||
BuildRequires: gcc-c++ perl-libintl-perl tcl
|
||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||
#BuildRequires: fdupes
|
||||
Url: http://www.gnu.org/software/gettext/
|
||||
License: GPL v3 or later; LGPL v2.0 or later
|
||||
Group: Development/Tools/Other
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: gettext-64bit
|
||||
%endif
|
||||
#
|
||||
#Rename done for openSUSE 11.0
|
||||
Provides: gettext = %{version}
|
||||
Obsoletes: gettext < %{version}
|
||||
@ -72,6 +77,11 @@ Summary: Tools for Native Language Support (NLS)
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}, cvs
|
||||
PreReq: info
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: gettext-devel-64bit
|
||||
%endif
|
||||
#
|
||||
Provides: gettext-devel = %{version}
|
||||
Obsoletes: gettext-devel < %{version}
|
||||
|
||||
@ -261,6 +271,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_datadir/aclocal/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Tue Oct 14 2008 kukuk@suse.de
|
||||
- Never install files in %%check section
|
||||
- Disable autoconf/libtool tests
|
||||
@ -359,7 +371,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- re-enable make check to identify possible toolchain bugs
|
||||
- move java and csharp documentation to gettext-{java,csharp}
|
||||
- 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)
|
||||
* Fri Apr 20 2007 pth@suse.de
|
||||
- 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.
|
||||
* Tue Mar 20 2007 rguenther@suse.de
|
||||
- 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.
|
||||
* Tue Jan 16 2007 pth@suse.de
|
||||
- Update to gettext 0.16
|
||||
@ -441,9 +453,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
by msgfmt.
|
||||
* Thu Apr 14 2005 kukuk@suse.de
|
||||
- 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
|
||||
* Tue Apr 05 2005 schwab@suse.de
|
||||
* Mon Apr 04 2005 schwab@suse.de
|
||||
- Remove the stupid casts.
|
||||
* Mon Apr 04 2005 mmj@suse.de
|
||||
- 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.
|
||||
* Thu Nov 25 2004 mmj@suse.de
|
||||
- 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
|
||||
* Tue Apr 20 2004 mmj@suse.de
|
||||
- Add autoreconf -fi
|
||||
@ -492,7 +504,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
From NEWS: Bug fixes in the gettext.m4 autoconf macros.
|
||||
- Remove patches obsoleted by the update and adapt those
|
||||
still needed.
|
||||
* Sat Jul 27 2002 schwab@suse.de
|
||||
* Fri Jul 26 2002 schwab@suse.de
|
||||
- Fix filelist.
|
||||
- Install missing m4 macros.
|
||||
- Remove interaction in gettextize.
|
||||
@ -648,5 +660,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- add missing m4 macro files in /usr/share/aclocal
|
||||
* Fri Oct 10 1997 florian@suse.de
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user