Jens Petersen
127159cb90
use bcond for build switches
2009-05-22 07:16:33 +00:00
Jesse Keating
b2c880848c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-24 20:44:57 +00:00
Jens Petersen
ff88f624b3
- add buildjava switch to allow turning off the java bits completely
...
- add buildcheck to allow turning off make check
- drop cvs requires for autopoint (Karl Lattimer, #469555 )
- add upstream gettext-xgettext-python-unicode-surrogate-473946.patch by
Bruno Haible to fix xgettext handling of utf16 surrogates in python
(#473946 )
2009-02-12 06:40:02 +00:00
Jens Petersen
4f7c5a5f31
add reference to bug #469555
2008-11-05 00:33:26 +00:00
Jens Petersen
bf6f87133a
move cvs Requires for autopoint to base package
2008-11-05 00:31:09 +00:00
Ding-Yi Chen
1b9456598c
Fix the build failure with koji.
2008-08-29 01:07:58 +00:00
Ding-Yi Chen
a813418cbf
- Remove the gettext-libs docs, as they are talking about autoconf,
...
libtool, which are not directly related to the gettext-libs.
- Remove unused definition and trailing space.
- Fix the build failure with mock and koji
2008-08-29 00:19:30 +00:00
Ding-Yi Chen
19de18faa5
msghack and rpath fixed
2008-08-25 00:04:09 +00:00
Jens Petersen
8aec675b91
fix autopoint messing up CVS files ( #441481 )
...
- reported by Richard W.M. Jones
- patch by Jim Meyering and Bruno Haible
2008-04-24 05:29:42 +00:00
Jens Petersen
b4e5f1d310
force removal of libintl.jar if %%buildjar is 0 ( #433210 )
2008-02-18 00:52:51 +00:00
Jens Petersen
299d11db6f
hardcode the spec file
2008-02-17 23:51:29 +00:00
Jens Petersen
c8fce20552
turn on building of libintl.jar now that we have gcc43
2008-02-17 23:43:44 +00:00
Jens Petersen
7fe879fc11
bump for gcc43 rebuild
2008-02-14 07:24:50 +00:00
Jens Petersen
52587b3f61
force removal of emacs/ so install does not fail when no emacs
2008-01-24 08:21:35 +00:00
Jens Petersen
49d7ad60bf
- update to 0.17 release
...
- update License field to GPLv3
- add gettext-0.17-open-args.patch to fix build from upstream
- gettext-tools-tests-lang-gawk-fail.patch, gettext-php-headers.patch,
gettext-php-prinf-output-237241.patch, and
gettext-xglade-define-xml-major-version-285701.patch are no longer
needed
- drop superfluous po-mode-init.el source
- no need to run autoconf and autoheader when building
- pass -findirect-dispatch to gcj to make java binaries ABI independent
(jakub,#427796)
- move autopoint, gettextize, and /usr/share/gettext/ to main package
2008-01-24 07:37:30 +00:00
Bill Nottingham
b4b8955f25
makefile update to properly grab makefile.common
2007-10-15 18:47:09 +00:00
Jens Petersen
d0b01459cc
- add a libs subpackage (suggested by Dwayne Bailey, #294891 )
...
- move preloadable_libintl.so to the devel subpackage
2007-09-21 05:11:02 +00:00
Nils Philippsen
4a37c3f149
add missing typedefs to
...
gettext-xglade-define-xml-major-version-285701.patch
2007-09-14 14:24:06 +00:00
Nils Philippsen
a4b92ea56d
AC_DEFINE([XML_MAJOR_VERSION], ...) -> AC_DEFINE_UNQUOTED(...)
2007-09-14 13:06:38 +00:00
Nils Philippsen
542a6caf85
fix changelog, take the blame for 0.16.1-11
2007-09-14 12:30:24 +00:00
Nils Philippsen
9fae6fa430
remove gettext-xglade-include-expat-285701.patch, add
...
gettext-xglade-define-xml-major-version-285701.patch to determine
XML_MAJOR_VERSION from expat.h and define it in config.h (#285701 )
2007-09-14 12:19:34 +00:00
Jens Petersen
a571464315
- buildrequire expat-devel
...
- add gettext-xglade-include-expat-285701.patch to include expat.h to get
xgettext to dl the right libexpat (Nils Philippsen, #285701 )
2007-09-12 12:49:55 +00:00
Jens Petersen
fc63d9be6f
specify license is GPL and LGPL version 2 or later
2007-08-16 04:10:48 +00:00
Jens Petersen
8456484260
fix encoding of msghack script (Dwayne Bailey, #250248 )
2007-08-01 07:28:16 +00:00
Jens Petersen
400a90cab2
- add gettext-php-prinf-output-237241.patch to workaround php test failure
...
(#237241 )
2007-04-30 08:14:47 +00:00
Jens Petersen
f13e9508a9
- add gettext-php-headers.patch to correct php test headers (Robert Scheck,
...
#232832 )
2007-03-19 04:16:15 +00:00
Jens Petersen
2de57df9e1
- set preloadable_libintl.so executable in %%install so it gets stripped
...
- force removal of infodir/dir since it is not there when /sbin is not in
path
2007-03-15 23:40:32 +00:00
Jens Petersen
ffef973515
remove ${RPM_BUILD_ROOT} from make install variables now we're using
...
DESTDIR
2007-03-13 07:22:57 +00:00
Jens Petersen
f9711b153f
bump release
2007-03-13 06:02:40 +00:00
Jens Petersen
1030a52443
- add buildjar switch for building of libintl.jar
...
- lots of spec file cleanup (Mamoru Tasaka, #225791 ):
- preserve timestamps of installed files
- disable building of static library
- use %%find_lang for .mo files
- remove examples from -devel package
- do not own en@*quot locale dirs
- set preloadable_libintl.so executable
- add ChangeLog to -devel package
- add %%check to run make check
- add gettext-tools-tests-lang-gawk-fail.patch to work around gawk test
failure
2007-03-13 06:01:42 +00:00
Karsten Hopp
2bbc47f153
- rebuild to pick up dependency on libgcj.so.8rh instead libgcj.so.7rh
2007-02-23 12:16:50 +00:00
Jens Petersen
0b06c5bf92
- protect install-info in devel %%post and %%preun too (Ville Skytta,
...
#223689 )
- forward port fix to reset of timestamp of examples ChangeLog for
brp-java-repack-jars libintl.jar multilib conflict (#205207 )
2007-02-01 03:13:20 +00:00
Jens Petersen
7792db60d6
bump release
2007-01-22 00:42:38 +00:00
Jens Petersen
cab4ad9078
- protect install-info in %%post and %%preun (Ville Skytta) Resolves:
...
#223689
2007-01-22 00:37:01 +00:00
Jens Petersen
dfb769889e
revert previous change of %{_libdir}/%{name}/ ownership back to main
...
package
2007-01-11 09:18:10 +00:00
Jens Petersen
eec73a7319
move %{_libdir}/%{name} to devel subpackage
2007-01-11 07:12:59 +00:00
Jens Petersen
4a69e9cd4c
update to 0.16.1
2006-12-22 00:19:41 +00:00
Jens Petersen
e8daad689c
re-enable openmp on ia64
2006-11-27 00:09:25 +00:00
Jens Petersen
69cb226a6c
disable openmp on ia64 ( #216988 )
2006-11-23 01:05:26 +00:00
Jens Petersen
90347ff771
update to 0.16 release
2006-11-22 23:47:37 +00:00
Jens Petersen
a764189db9
- update to 0.15 release
...
- mkinstalldirs is gone
- libintl.jar replaced by javaversion.class (#205207 )
2006-10-27 02:45:50 +00:00
Jens Petersen
7d03879706
buildrequire zip and unzip to fix libintl.jar multilib conflict ( #205207 )
2006-10-02 08:58:39 +00:00
Jens Petersen
afe3f3e810
move libgettext*.so devel files to devel package (Patrice Dumas, #203622 )
2006-08-25 08:17:25 +00:00
Jens Petersen
c5659ca2ae
- update to 0.14.6
...
- include preloadable_libintl.so again (Roozbeh Pournader, #149809 )
- remove .la files (Kjartan Maraas, #172624 )
- cleanup spec file
2006-08-07 08:02:10 +00:00
Thomas Fitzsimmons
287467318c
- Bump release number.
2006-07-25 16:18:35 +00:00
Jesse Keating
9ee234384b
bumped for rebuild
2006-07-12 05:54:45 +00:00
Karsten Hopp
8c299156ef
fix changelog
2006-02-22 10:07:50 +00:00
Karsten Hopp
9dbb5c3b8b
--disable-csharp, otherwise it'll build a dll when mono is installed in the
...
buildroot.
If mono support is desired, the filelist needs to be expanded with
%{_libdir}/GNU.Gettext.dll
2006-02-22 09:52:41 +00:00
Jesse Keating
a84bc0f8fe
bump for bug in double-long on ppc(64)
2006-02-11 03:04:50 +00:00
Jesse Keating
5764ae9bf3
bump for new gcc/glibc
2006-02-07 11:46:18 +00:00