Browse Source

upgrading package: asymptote 1.43 -> 1.44

master
parent
commit
aa8e6054ff
  1. 20
      asymptote/asymptote.patch
  2. 4
      asymptote/asymptote.spec

20
asymptote/asymptote.patch

@ -1,7 +1,7 @@
Index: Makefile.in
--- Makefile.in.orig 2007-10-11 19:39:28 +0200
+++ Makefile.in 2007-10-12 08:42:01 +0200
@@ -34,8 +34,8 @@
--- Makefile.in.orig 2008-10-06 12:16:51 +0200
+++ Makefile.in 2008-10-06 18:59:12 +0200
@@ -38,8 +38,8 @@
OPTS = $(DEFS) $(CFLAGS)
INCL = -I . @INCL@
@ -12,7 +12,7 @@ Index: Makefile.in
MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND
BISON = bison
LEX = @LEX@
@@ -117,16 +117,16 @@
@@ -145,16 +145,16 @@
install: install-asy install-man
@ -29,14 +29,14 @@ Index: Makefile.in
${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
+ ln $(datadir)/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/*.asy \
doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/pixel.pdf \
doc/*.asy doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex \
$(exampledir)
Index: doc/Makefile
--- doc/Makefile.orig 2007-10-11 19:40:04 +0200
+++ doc/Makefile 2007-10-12 08:36:21 +0200
--- doc/Makefile.orig 2008-10-06 12:23:49 +0200
+++ doc/Makefile 2008-10-06 18:58:06 +0200
@@ -4,10 +4,10 @@
ASY = ../asy -dir ../base -config ""
ASY = ../asy -dir ../base -config "" -render=0
DOCFILES = asymptote.pdf CAD.pdf
-docdir = $(DESTDIR)/usr/local/share/doc/asymptote

4
asymptote/asymptote.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Diagram
License: GPL
Version: 1.43
Release: 20080612
Version: 1.44
Release: 20081006
# list of sources
Source0: http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.src.tgz

Loading…
Cancel
Save