rpms/asymptote/devel asymptote-1.80-settings.patch, NONE, 1.1 .cvsignore, 1.50, 1.51 asymptote.spec, 1.63, 1.64 sources, 1.50, 1.51

Tom Callaway spot at fedoraproject.org
Fri Jul 10 21:32:59 UTC 2009


Author: spot

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

Modified Files:
	.cvsignore asymptote.spec sources 
Added Files:
	asymptote-1.80-settings.patch 
Log Message:
update to 1.80

asymptote-1.80-settings.patch:

--- NEW FILE asymptote-1.80-settings.patch ---
diff -up asymptote-1.80/settings.cc.BAD asymptote-1.80/settings.cc
--- asymptote-1.80/settings.cc.BAD	2009-07-10 17:27:43.824929320 -0400
+++ asymptote-1.80/settings.cc	2009-07-10 17:28:18.505949915 -0400
@@ -81,11 +81,11 @@ const bool haveglut=false;
 bool msdos=false;
 string HOME="HOME";
 const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="evince";
 #ifdef __APPLE__
 string defaultPDFViewer="open";
 #else  
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="evince";
 #endif  
 string defaultGhostscript="gs";
 string defaultPython;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- .cvsignore	1 Jul 2009 19:50:18 -0000	1.50
+++ .cvsignore	10 Jul 2009 21:32:28 -0000	1.51
@@ -1 +1 @@
-asymptote-1.78.src.tgz
+asymptote-1.80.src.tgz


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- asymptote.spec	1 Jul 2009 19:50:18 -0000	1.63
+++ asymptote.spec	10 Jul 2009 21:32:29 -0000	1.64
@@ -4,7 +4,7 @@
 %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp
 
 Name:           asymptote
-Version:        1.78
+Version:        1.80
 Release:        1%{?dist}
 Summary:        Descriptive vector graphics language
 
@@ -14,7 +14,7 @@ URL:            http://asymptote.sourcef
 Source0:        http://dl.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.src.tgz
 Source1:	asy.gif
 Source2:	xasy.desktop
-Patch0:         asymptote-1.29-settings.patch
+Patch0:         asymptote-1.80-settings.patch
 Patch1:		asymptote-1.63-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -58,14 +58,15 @@ iconv -f iso-8859-1 -t utf-8 -o examples
 mv examples/interpolate1.asy{.utf8,}
 
 %build
-%configure --enable-gc=system --with-docdir=%{_defaultdocdir}/%{name}-%{version}/ --with-latex=%{_texmf}/tex/latex
+%configure --enable-gc=system --with-docdir=%{_defaultdocdir}/%{name}-%{version}/ --with-latex=%{_texmf}/tex/latex --with-context=%{_texmf}/tex/context/
 make %{?_smp_mflags}
-cd doc/
-make asymptote.pdf
+# cd doc/
+# This isn't working in rawhide at the moment.
+# make asymptote.pdf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install-all DESTDIR=$RPM_BUILD_ROOT
+make install-asy DESTDIR=$RPM_BUILD_ROOT
 
 install -p -m 644 BUGS ChangeLog LICENSE README ReleaseNotes TODO \
     $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/
@@ -129,8 +130,10 @@ fi
 %{_bindir}/*
 %{_datadir}/%{name}/
 %{texpkgdir}/
-%{_mandir}/man1/*.1*
-%{_infodir}/*.info*
+%{_texmf}/tex/context/
+# Doc generation is broken
+# %%{_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.
@@ -142,6 +145,12 @@ fi
 
 
 %changelog
+* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.80-1
+- update to 1.80
+
+* Wed Jul  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.78-2
+- disable pdf generation in rawhide
+
 * Wed Jul  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.78-1
 - update to 1.78
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sources	1 Jul 2009 19:50:18 -0000	1.50
+++ sources	10 Jul 2009 21:32:29 -0000	1.51
@@ -1 +1 @@
-e0b1f2ace3db7444aceb1bd09a2b1b21  asymptote-1.78.src.tgz
+1657cf5434a36e28ee192a5c984cbc94  asymptote-1.80.src.tgz




More information about the fedora-extras-commits mailing list