rpms/asymptote/devel .cvsignore, 1.53, 1.54 asymptote.spec, 1.67, 1.68 sources, 1.53, 1.54

Tom Callaway spot at fedoraproject.org
Thu Aug 20 14:37:46 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/asymptote/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26784

Modified Files:
	.cvsignore asymptote.spec sources 
Log Message:
1.84


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- .cvsignore	17 Aug 2009 18:14:48 -0000	1.53
+++ .cvsignore	20 Aug 2009 14:37:46 -0000	1.54
@@ -1 +1 @@
-asymptote-1.83.src.tgz
+asymptote-1.84.src.tgz


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- asymptote.spec	17 Aug 2009 18:14:49 -0000	1.67
+++ asymptote.spec	20 Aug 2009 14:37:46 -0000	1.68
@@ -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 <tcallawa at redhat.com> - 1.84-1
+- update to 1.84
+
 * Mon Aug 17 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.83-1
 - update to 1.83
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- sources	17 Aug 2009 18:14:49 -0000	1.53
+++ sources	20 Aug 2009 14:37:46 -0000	1.54
@@ -1 +1 @@
-1f3f0d25cb3ac31313115aee35af6190  asymptote-1.83.src.tgz
+046be32c5d1f84fb3d34e044f0d95e7e  asymptote-1.84.src.tgz




More information about the scm-commits mailing list