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
This commit is contained in:
@@ -8,11 +8,16 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user