|
From: Frank V. C. <fr...@us...> - 2000-10-15 12:38:36
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv18101 Modified Files: clfw.spec.in Log Message: Fixed rpm build defect Index: clfw.spec.in =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw.spec.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** clfw.spec.in 2000/10/14 13:24:42 1.6 --- clfw.spec.in 2000/10/15 12:38:33 1.7 *************** *** 32,36 **** Group: Development/Libraries Summary: Header files, static library and manual pages for libclfw ! Requires: libclfw = %{version}, libcl++, libuuid %description dev --- 32,36 ---- Group: Development/Libraries Summary: Header files, static library and manual pages for libclfw ! Requires: libclfw = %{version} %description dev *************** *** 83,87 **** %build ./configure ! make -j 2 # create the reference manual --- 83,87 ---- %build ./configure ! make -j 1 # create the reference manual *************** *** 135,139 **** %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! %{_mandir}/man3/*.3 %doc debian/README.Redhat --- 135,139 ---- %{_libdir}/%{lib_name}.a %{_libdir}/%{lib_name}.la ! %{_mandir}/man3/*.3.gz %doc debian/README.Redhat |