--- libgig/trunk/libgig.spec.in 2004/07/10 09:52:24 196 +++ libgig/trunk/libgig.spec.in 2004/11/26 00:14:50 310 @@ -29,12 +29,12 @@ %prep %setup +if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi %build -make -f Makefile.cvs ./configure --prefix=%{prefix} make -make doc +make docs %install if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi @@ -60,6 +60,8 @@ %{prefix}/include/* %changelog +* Wed Nov 24 2004 Rui Nuno Capela +- prepared for 1.0.0 * Sat Jul 10 2004 Christian Schoenebeck - renamed 'libgig.pc' to 'gig.pc' as well as the pkg-config lib name * Wed Jul 02 2004 Rui Nuno Capela