|
From: Frank V. C. <fr...@us...> - 2000-11-23 15:41:36
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv22251 Modified Files: clfw.spec.in Log Message: 122583 release 0.2.6 Index: clfw.spec.in =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw.spec.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** clfw.spec.in 2000/11/20 05:22:33 1.9 --- clfw.spec.in 2000/11/23 15:41:31 1.10 *************** *** 17,21 **** License: LGPL BuildRoot: /var/tmp/%{name}-buildroot ! Requires: libcorelinux %description --- 17,21 ---- License: LGPL BuildRoot: /var/tmp/%{name}-buildroot ! Requires: libcorelinux >= 0.4.30 %description *************** *** 32,36 **** Group: Development/Libraries Summary: Header files, static library and manual pages for libclfw ! Requires: libclfw = %{version} %description dev --- 32,36 ---- Group: Development/Libraries Summary: Header files, static library and manual pages for libclfw ! Requires: libclfw = %{version}, libcorelinux-dev >= 0.4.30 %description dev *************** *** 45,51 **** %package doc ! Group: Development/Libraries ! Summary: Reference manual for libclfw ! Requires: libclfw = %{version} %description doc --- 45,51 ---- %package doc ! Group: Development/Documentation/CoreLinux ! Summary: Reference manuals for libclfw ! #Requires: libclfw %description doc *************** *** 86,89 **** --- 86,90 ---- # create the reference manual + (rm -rf doc/html doc/latex doc/man && cd doc && doxygen clfw.cfg) (cd doc/latex && for i in *.eps; do epstopdf $i; done) *************** *** 94,100 **** (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 --- 95,105 ---- (gzip doc/pdf/clfrmwkr-ref.pdf) + # zip up the man pages + + (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 *************** *** 132,139 **** %defattr(-,root,root) %{_includedir}/clfw/* - #%{_includedir}/clfw/LibLoad/* %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! #%{_mandir}/man3/*.3.gz %doc debian/README.Redhat --- 137,143 ---- %defattr(-,root,root) %{_includedir}/clfw/* %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! %doc doc/man %doc debian/README.Redhat |