forked from pool/gettext-runtime
This commit is contained in:
parent
ce74895dc6
commit
7ff3b615ad
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
gettext-runtime
|
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gettext-csharp
|
||||
BuildRequires: fdupes mono-devel perl-libintl-perl tcl
|
||||
Requires: mono
|
||||
@ -18,7 +19,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 19
|
||||
Release: 42
|
||||
Summary: Native Language Support (NLS) for C#
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gettext-java
|
||||
BuildRequires: fdupes gcc-c++ gcc-java perl-libintl-perl tcl
|
||||
Url: http://www.gnu.org/software/gettext/
|
||||
@ -17,7 +18,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 20
|
||||
Release: 46
|
||||
Summary: Java Support for Native Language Support (NLS)
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 12:21:18 CET 2008 - pth@suse.de
|
||||
|
||||
|
@ -10,10 +10,11 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gettext-runtime
|
||||
%define pacname gettext
|
||||
Version: 0.17
|
||||
Release: 14
|
||||
Release: 28
|
||||
BuildRequires: gcc-c++ perl-libintl-perl tcl
|
||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||
#BuildRequires: fdupes
|
||||
@ -57,6 +58,7 @@ Authors:
|
||||
Bruno Haible <bruno@clisp.org>
|
||||
|
||||
%package -n gettext-tools
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Tools for Native Language Support (NLS)
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}, cvs
|
||||
@ -252,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_datadir/aclocal/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Tue Jan 22 2008 pth@suse.de
|
||||
- Define version before using it.
|
||||
- Fix Provides and Obsoletes for gettext-tools
|
||||
@ -348,7 +353,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Add site-lisp directories to package.
|
||||
* Tue Mar 20 2007 rguenther@suse.de
|
||||
- Remove unused expat BuildRequires.
|
||||
* Wed Mar 07 2007 rguenther@suse.de
|
||||
* Thu Mar 08 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
|
||||
@ -417,9 +422,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
by msgfmt.
|
||||
* Thu Apr 14 2005 kukuk@suse.de
|
||||
- Move msgfmt into main package for LSB support
|
||||
* Tue Apr 05 2005 mmj@suse.de
|
||||
* Wed Apr 06 2005 mmj@suse.de
|
||||
- Fix documentation packaging
|
||||
* Mon Apr 04 2005 schwab@suse.de
|
||||
* Tue Apr 05 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
|
||||
@ -468,7 +473,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.
|
||||
* Fri Jul 26 2002 schwab@suse.de
|
||||
* Sat Jul 27 2002 schwab@suse.de
|
||||
- Fix filelist.
|
||||
- Install missing m4 macros.
|
||||
- Remove interaction in gettextize.
|
||||
@ -624,5 +629,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
|
||||
* Wed Jan 22 1997 florian@suse.de
|
||||
* Thu Jan 23 1997 florian@suse.de
|
||||
- update to version 0.10.26
|
||||
|
Loading…
Reference in New Issue
Block a user