diff --git a/.cvsignore b/.cvsignore index 1758ffe..8f8fb73 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -asymptote-1.83.src.tgz +asymptote-1.84.src.tgz diff --git a/asymptote.spec b/asymptote.spec index fdae9ba..4c83bfc 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.83 +Version: 1.84 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -60,14 +60,17 @@ mv examples/interpolate1.asy{.utf8,} %build %configure --enable-gc=system --with-docdir=%{_defaultdocdir}/%{name}-%{version}/ --with-latex=%{_texmf}/tex/latex --with-context=%{_texmf}/tex/context/ make %{?_smp_mflags} -# cd doc/ -# This isn't working in rawhide at the moment. -# make asymptote.pdf +cd doc/ +make all %install rm -rf $RPM_BUILD_ROOT make install-asy DESTDIR=$RPM_BUILD_ROOT +pushd doc +make install DESTDIR=$RPM_BUILD_ROOT mandir=$RPM_BUILD_ROOT%{_mandir} +popd + install -p -m 644 BUGS ChangeLog LICENSE README ReleaseNotes TODO \ $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/ @@ -92,6 +95,9 @@ for vimver in 63 64 70 71 ; do ln -s ../../../%{name}/asy.vim . done +# Move info file +mv $RPM_BUILD_ROOT%{_infodir}/asymptote/asymptote.info $RPM_BUILD_ROOT%{_infodir}/asymptote.info + # copy icon to pixmaps dir mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ @@ -131,9 +137,8 @@ fi %{_datadir}/%{name}/ %{texpkgdir}/ %{_texmf}/tex/context/ -# Doc generation is broken -# %%{_mandir}/man1/*.1* -# %%{_infodir}/*.info* +%{_mandir}/man1/*.1* +%{_infodir}/*.info* %{_datadir}/vim/vim*/syntax/asy.vim # Strictly speaking, we shouldn't own these dirs. # However, we don't require emacs/xemacs, we just enhance them. @@ -145,6 +150,9 @@ fi %changelog +* Thu Aug 20 2009 Tom "spot" Callaway - 1.84-1 +- update to 1.84 + * Mon Aug 17 2009 Tom "spot" Callaway - 1.83-1 - update to 1.83 diff --git a/sources b/sources index 56d80cf..2f74450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f3f0d25cb3ac31313115aee35af6190 asymptote-1.83.src.tgz +046be32c5d1f84fb3d34e044f0d95e7e asymptote-1.84.src.tgz