|
From: Frank V. C. <fr...@us...> - 2000-11-23 15:42:42
|
Update of /cvsroot/corelinux/clfll In directory slayer.i.sourceforge.net:/tmp/cvs-serv22416 Modified Files: README clfll.spec.in configure.in Log Message: Touching up for release, code out of sync with clfw at the moment Index: README =================================================================== RCS file: /cvsroot/corelinux/clfll/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** README 2000/11/21 16:29:27 1.2 --- README 2000/11/23 15:42:39 1.3 *************** *** 1,4 **** ============================================== ! CoreLinux++ Function Library Loader Beta 0.0.1 ============================================== --- 1,4 ---- ============================================== ! CoreLinux++ Function Library Loader Beta 0.1.0 ============================================== Index: clfll.spec.in =================================================================== RCS file: /cvsroot/corelinux/clfll/clfll.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** clfll.spec.in 2000/11/03 12:35:02 1.2 --- clfll.spec.in 2000/11/23 15:42:39 1.3 *************** *** 17,27 **** License: LGPL BuildRoot: /var/tmp/%{name}-buildroot ! Requires: libcorelinux, libclfw %description OOA and OOD for Linux dynamic libraries. ! This package provides the shared libraries for corelinux abstract frameworks ! so that you can run any corelinux framework based extension code on the machine. OOA: Object Oriented Analysis --- 17,27 ---- License: LGPL BuildRoot: /var/tmp/%{name}-buildroot ! Requires: libcorelinux >= 0.4.30, libclfw >= 0.2.6 %description OOA and OOD for Linux dynamic libraries. ! This package provides the shared libraries FunctionLibraryLoader implementation which ! is defined by the CoreLinux++ Framework LibraryLoad abstraction. OOA: Object Oriented Analysis *************** *** 32,36 **** Group: Development/Libraries Summary: Header files, static library and manual pages for libclfll ! Requires: libclfll = %{version} %description dev --- 32,36 ---- Group: Development/Libraries Summary: Header files, static library and manual pages for libclfll ! Requires: libclfll = %{version} libclfw-dev >= 0.2.6 %description dev *************** *** 38,42 **** This package provides the include files, the manpages ! and the static library for development of corelinux.abstract frameworks OOA: Object Oriented Analysis --- 38,42 ---- This package provides the include files, the manpages ! and the static library for development efforts using libclfll++ OOA: Object Oriented Analysis *************** *** 45,61 **** %package doc ! Group: Development/Libraries ! Summary: Reference manual for libclfll ! Requires: libclfll = %{version} %description doc OOA and OOD for Linux: reference manual. ! This package provides the full reference manual in HTML, PS and PDF format. HTML: /usr/doc/%{name}-doc-%{version}/html/index.html ! PS: /usr/doc/%{name}-doc-%{version}/clfrmwkr-ref.ps.gz ! PDF: /usr/doc/%{name}-doc-%{version}/clfrmwkr-ref.pdf.gz OOA: Object Oriented Analysis --- 45,61 ---- %package doc ! Group: Development/Documentation/CoreLinux ! Summary: Reference manuals for libclfll ! #Requires: libclfll = %{version} %description doc OOA and OOD for Linux: reference manual. ! This package provides the full reference manual for libclfll in HTML, PS and PDF format. HTML: /usr/doc/%{name}-doc-%{version}/html/index.html ! PS: /usr/doc/%{name}-doc-%{version}/clfll-ref.ps.gz ! PDF: /usr/doc/%{name}-doc-%{version}/clfll-ref.pdf.gz OOA: Object Oriented Analysis *************** *** 90,100 **** (mkdir doc/ps) (mkdir doc/pdf) ! (cd doc/latex && make pdf && mv refman.pdf ../pdf/clfrmwkr-ref.pdf && mv refman.ps ../ps/clfrmwkr-ref.ps) ! (gzip doc/ps/clfrmwkr-ref.ps) ! (gzip doc/pdf/clfrmwkr-ref.pdf) # the manual pages ! (mkdir -p $RPM_BUILD_ROOT%{prefix}/man/man3) ! (cp -r doc/man/* $RPM_BUILD_ROOT%{prefix}/man/man3) # the examples --- 90,101 ---- (mkdir doc/ps) (mkdir doc/pdf) ! (cd doc/latex && make pdf && mv refman.pdf ../pdf/clfll-ref.pdf && mv refman.ps ../ps/clfll-ref.ps) ! (gzip doc/ps/clfll-ref.ps) ! (gzip doc/pdf/clfll-ref.pdf) ! (cd doc/man/man3 && for h in *.3; do gzip $h; done) # the manual pages ! #(mkdir -p $RPM_BUILD_ROOT%{prefix}/man/man3) ! #(cp -r doc/man/* $RPM_BUILD_ROOT%{prefix}/man/man3) # the examples *************** *** 109,115 **** (cd clfll && make install-includeHEADERS prefix=$RPM_BUILD_ROOT%{prefix} includedir=$RPM_BUILD_ROOT%{prefix}/include/clfll) ! (cd src/libs && make install prefix=$RPM_BUILD_ROOT%{prefix} includedir=$RPM_BUILD_ROOT%{prefix}/include/clfll) ! (/bin/sh admin/mkinstalldirs $RPM_BUILD_ROOT%{prefix}/man/man3 ) ! (cd doc/man/man3 && cp *.3 $RPM_BUILD_ROOT%{prefix}/man/man3/) %post -p /sbin/ldconfig --- 110,116 ---- (cd clfll && make install-includeHEADERS prefix=$RPM_BUILD_ROOT%{prefix} includedir=$RPM_BUILD_ROOT%{prefix}/include/clfll) ! (cd src/clfll && make install prefix=$RPM_BUILD_ROOT%{prefix} includedir=$RPM_BUILD_ROOT%{prefix}/include/clfll) ! #(/bin/sh admin/mkinstalldirs $RPM_BUILD_ROOT%{prefix}/man/man3 ) ! #(cd doc/man/man3 && cp *.3 $RPM_BUILD_ROOT%{prefix}/man/man3/) %post -p /sbin/ldconfig *************** *** 133,137 **** %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! %{_mandir}/man3/*.3.gz %doc debian/README.Redhat --- 134,138 ---- %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! %doc doc/man %doc debian/README.Redhat Index: configure.in =================================================================== RCS file: /cvsroot/corelinux/clfll/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** configure.in 2000/11/21 16:26:02 1.5 --- configure.in 2000/11/23 15:42:39 1.6 *************** *** 9,14 **** CLFLL_MAJOR_VERSION=0 ! CLFLL_MINOR_VERSION=0 ! CLFLL_MICRO_VERSION=1 dnl --- 9,14 ---- CLFLL_MAJOR_VERSION=0 ! CLFLL_MINOR_VERSION=1 ! CLFLL_MICRO_VERSION=0 dnl |