From 2ac296b4bc00f89204fc442401c5b8596011f2cd Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 31 May 2007 22:16:46 +0000 Subject: [PATCH] 2007-06-01 00:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec * harbour/bin/pack_src.sh + added hbpcre library --- harbour/ChangeLog | 7 ++++++- harbour/bin/pack_src.sh | 5 +++++ harbour/harbour.spec | 19 ++++++++++--------- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 04c9050327..482e1b382e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,11 +8,16 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-06-01 00:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/harbour.spec + * harbour/bin/pack_src.sh + + added hbpcre library + 2007-05-31 23:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/harbour.yyc * synced with recent modifications in harbour.y - I missed it. * harbour/source/hbpcre/pcrecomp.c - * cleaned some waning reported by Lorenzo + * cleaned some warnings reported by Lorenzo 2007-05-31 21:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak diff --git a/harbour/bin/pack_src.sh b/harbour/bin/pack_src.sh index 8f529c8d22..3b5f4b2910 100644 --- a/harbour/bin/pack_src.sh +++ b/harbour/bin/pack_src.sh @@ -108,6 +108,11 @@ $hb_collect source/macro/Makefile $hb_collect source/macro/*.[cylh] $hb_collect source/macro/*.yy[ch] +# SOURCE\HBPCRE +$hb_collect source/hbpcre/Makefile +$hb_collect source/hbpcre/ChangeLog* +$hb_collect source/hbpcre/*.[ch] + # SOURCE\RDD $hb_collect source/rdd/Makefile $hb_collect source/rdd/*.[ch] diff --git a/harbour/harbour.spec b/harbour/harbour.spec index c8a02c9666..66a0fa9561 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -539,20 +539,21 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/libcodepage.a %{_libdir}/%{name}/libcommon.a %{_libdir}/%{name}/libcompiler.a -%{_libdir}/%{name}/libdb*.a %{_libdir}/%{name}/libdebug.a -%{_libdir}/%{name}/libfm*.a +%{_libdir}/%{name}/libfm.a +%{_libdir}/%{name}/libdb*.a %{_libdir}/%{name}/libgt*.a %{_libdir}/%{name}/liblang.a %{_libdir}/%{name}/libmacro*.a -%{_libdir}/%{name}/libnulsys*.a -%{_libdir}/%{name}/libpp*.a -%{_libdir}/%{name}/librdd*.a -%{_libdir}/%{name}/libhsx*.a -%{_libdir}/%{name}/libhbsix*.a -%{_libdir}/%{name}/librtl*.a +%{_libdir}/%{name}/libhbpcre.a +%{_libdir}/%{name}/libnulsys.a +%{_libdir}/%{name}/libpp.a +%{_libdir}/%{name}/librdd.a +%{_libdir}/%{name}/libhsx.a +%{_libdir}/%{name}/libhbsix.a +%{_libdir}/%{name}/librtl.a %{_libdir}/%{name}/libsamples.a -%{_libdir}/%{name}/libvm*.a +%{_libdir}/%{name}/libvm.a %{_libdir}/%{name}/libusrrdd.a %files contrib