diff --git a/harbour.spec b/harbour.spec index 70ce73a..7876f50 100644 --- a/harbour.spec +++ b/harbour.spec @@ -610,6 +610,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/libhbsms.a %{_libdir}/%{name}/libhbtpathy.a %{_libdir}/%{name}/libhbziparc.a +%{_libdir}/%{name}/libhbpcre.a +%{_libdir}/%{name}/libhbzlib.a %files lib %defattr(755,root,root,755) @@ -670,110 +672,3 @@ rm -rf $RPM_BUILD_ROOT ###################################################################### %changelog -* Thu Aug 05 2008 Viktor Szakats (harbour.01 syenar hu) -- removed hbdot, hbverfix, hbpptest -- hbrun now fully replaces hbdot. - -* Thu Aug 23 2007 Przemyslaw Czerpak -+ added hbdot -- removed PP package - -* Fri Mar 23 2005 Przemyslaw Czerpak -- removed bison and flex from dependences list - -* Sat Aug 09 2003 Przemyslaw Czerpak -- removed ${RPM_OPT_FLAGS} from HB_USER_CFLAGS - -* Wed Jul 23 2003 Przemyslaw Czerpak -- fixed file (user and group) owner for RPMs builded from non root account -- shared lib names changed from [x]harbour{mt,}.so to - [x]harbour{mt,}-.so and soft links with short names created -- 0.82 version set - -* Wed Apr 30 2003 Przemyslaw Czerpak -- new tool "%{hb_pref}-build" (%{hb_pref}cmp, %{hb_pref}lnk, %{hb_pref}mk) added - - compiler/linker wrapper. -- new tool "hb-mkslib" (build shared libraries from static ones and object - files). -- shared libraries added. -- binary package divided. - -* Fri Mar 08 2002 Dave Pearson -- Fixed gharbour so that it should work no matter the case of the name of - the PRG file. - -* Wed Feb 13 2002 Dave Pearson -- Fixed a bug in harbour-link which meant that, since the environment - changes of Jan 17 2002, users could not specify which GT library they - wanted their application linked against. - -* Tue Jan 22 2002 Dave Pearson -- Used the "name" macro a lot more, especially in some paths. - -* Thu Jan 17 2002 Dave Pearson -- Removed the use of the /etc/profile.d scripts for setting the - harbour environment variables. The settings are now placed - directly in gharbour and harbour-link. This means that this .spec - file should be more useful on RPM using platforms other than RedHat. - -* Wed Dec 19 2001 Dave Pearson -- Added a platform ID to the name of the RPM. - -* Mon Dec 17 2001 Dave Pearson -- todo.txt is now called TODO. - -* Tue Aug 21 2001 Dave Pearson -- Added todo.txt as a doc file. - -* Sun Jul 22 2001 Dave Pearson -- harbour-link now fully respects the setting of $HB_GT_LIB. -- HB_GT_LIB wasn't set in the csh startup script. Fixed. - -* Fri Jul 20 2001 Dave Pearson -- Added the setting of $HB_GT_LIB to the environment (ncurses is used). -- Added support for installing hbmake. - -* Mon Jun 28 2001 Dave Pearson -- Changed the gharbour script so that it only invokes the C compiler if a C - file was output. This stops any error messages when someone is using the - -g option to output other target types. - -* Mon Mar 19 2001 Dave Pearson -- Reinstated hbrun in the files section. - -* Tue Feb 20 2001 Dave Pearson -- Added README.RPM to the documentation directory. - -* Sat Jan 06 2001 Dave Pearson -- The gharbour script now passes the harbour include directory, using -I, - to harbour. - -* Thu Aug 24 2000 Dave Pearson -- Changed the files section so that hbrun doesn't get installed. It isn't - useful on GNU/Linux systems. - -* Tue Aug 22 2000 Dave Pearson -- Changed the 'egcs' requirement to 'gcc'. - -* Mon Aug 21 2000 Przemyslaw Czerpak -- Polish translation added -- BuildRoot marco added. Now you can build the package from normal user - account. -- bison and flex added to BuildPrereq list -- Debug information is stripped from installed files. - -* Wed Aug 02 2000 Dave Pearson -- Removed hbtest from the list of files installed into the bin directory. -- Added 'bash' and 'sh-utils' to the list of required packages. - -* Tue Aug 01 2000 Dave Pearson -- Added harbour environment scripts to /etc/profile.d. -- Added generation of gharbour and harbour-link commands. - -* Mon Jul 31 2000 Dave Pearson -- Re-worked the layout of the spec file to make it cleaner and easier to - read and maintain. -- The latest harbour ChangeLog is now installed into the RPM's doc - directory. -- The content of the RPM's doc directory reflects the layout and content of - the harbour source's doc directory.