Author: hunter Date: Sat Feb 26 21:29:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: -added contrib sources. -tested build w/ pgsql
---- Files affected: SPECS: xharbour.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/xharbour.spec diff -u SPECS/xharbour.spec:1.3 SPECS/xharbour.spec:1.4 --- SPECS/xharbour.spec:1.3 Fri Feb 25 23:28:15 2005 +++ SPECS/xharbour.spec Sat Feb 26 22:29:33 2005 @@ -30,6 +30,7 @@ #Icon: - Source0: http://files.xharbour.org/source/%{name}-%{version}.src.tar.gz # Source0-md5: 7e660044656df06d98589da25285fc20 +Source1: http://files.xharbour.org/source/xharbour-0.99.3.src.contrib.tar.gz URL: http://www.xharbour.org BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -196,7 +197,7 @@ #!/usr/bin/pprun %prep -%setup -q +%setup -q -b 1 %build # if ac/am/* rebuilding is necessary, do it in this order and add @@ -263,19 +264,24 @@ mkdir -p $HB_LIB_INSTALL +#./contrib/pgsql/linux/gcc/libhbpg.a +for l in %{hb_ctrb} +do + (cd "contrib/$l" + %{__make} install ) +done -%{__make} -r -i install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO %doc ChangeLog %doc doc/*.txt -%doc doc/%{readme} +#%doc doc/%{readme} %doc doc/en/ %doc doc/es/ @@ -293,20 +299,19 @@ %{prefix}/bin/%{hb_pref}mk %{prefix}/bin/gharbour %{prefix}/bin/harbour-link -#%{prefix}/bin/hbtest +%{prefix}/bin/hbtest %{prefix}/bin/hbrun %{prefix}/bin/hbpp %{prefix}/bin/hbmake +%{prefix}/bin/hbdict +%{prefix}/bin/hbdict_es_MX.hit +%{prefix}/bin/hbdict_it_IT.hit +%{prefix}/bin/hbdict_pl_PL.hit +%{prefix}/bin/hbdoc + %dir %{prefix}/include/%{name} %{prefix}/include/%{name}/* -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* - -%attr(755,root,root) %{_bindir}/* - -#%{_datadir}/%{name} - -: %files static %defattr(-,root,root,755) %dir %{prefix}/lib/%{name} @@ -327,11 +332,13 @@ %{prefix}/lib/%{name}/librtl*.a %{prefix}/lib/%{name}/libsamples.a %{prefix}/lib/%{name}/libvm*.a +%{prefix}/lib/%{name}/libmain*.a +%{prefix}/lib/%{name}/libopt*.a %files contrib %defattr(-,root,root,755) %dir %{prefix}/lib/%{name} -#%{!?_without_nf: %{prefix}/lib/%{name}/libnf*.a} +%{!?_without_nf: %{prefix}/lib/%{name}/libnf*.a} %{?_with_adsrdd: %{prefix}/lib/%{name}/librddads*.a} %{?_with_mysql: %{prefix}/lib/%{name}/libmysql*.a} %{?_with_pgsql: %{prefix}/lib/%{name}/libhbpg*.a} @@ -347,7 +354,7 @@ %doc utils/xbscript/xbscript.txt %{prefix}/bin/xbscript #%{prefix}/bin/pprun -%{prefix}/bin/xprompt +#%{prefix}/bin/xprompt %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -355,6 +362,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/02/26 21:29:33 hunter +-added contrib sources. +-tested build w/ pgsql + Revision 1.3 2005/02/25 22:28:15 hunter -stbr svp. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xharbour.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
