Browse Source

upgrading package: asymptote 1.59 -> 1.60

master
parent
commit
9801e533af
  1. 22
      asymptote/asymptote.patch
  2. 6
      asymptote/asymptote.spec

22
asymptote/asymptote.patch

@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2009-01-12 06:41:53 +0100
+++ Makefile.in 2009-01-12 12:51:41 +0100
--- Makefile.in.orig 2009-01-27 05:02:57 +0100
+++ Makefile.in 2009-01-28 08:49:46 +0100
@@ -39,8 +39,8 @@
OPTS = $(DEFS) $(CFLAGS)
INCL = -I . @INCL@
@ -12,15 +12,17 @@ Index: Makefile.in
MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND
BISON = bison
LEX = @LEX@
@@ -148,16 +148,16 @@
@@ -146,18 +146,18 @@
asy-keywords.el: asy.list
ln -sf ../asy-keywords.el base/
install: install-asy install-man
-install: asy-keywords.el install-asy install-man
+install: asy-keywords.el install-asy
-install-all: install-asy install-doc
+install-all: install-asy
install-all: asy-keywords.el install-asy install-doc
-install-asy: asy asy-keywords.el
+install-asy: asy-keywords.el
-install-asy: asy
+install-asy:
${INSTALL} -d $(bindir) $(asydir) $(GUIdir) $(exampledir) \
$(animationsdir)
-${INSTALL} -d $(latexdir)
@ -33,8 +35,8 @@ Index: Makefile.in
doc/extra/*.asy $(addprefix doc/,$(DOCEXTRA)) $(exampledir)
${INSTALL} -p -m 644 examples/animations/*.asy \
Index: doc/Makefile.in
--- doc/Makefile.in.orig 2009-01-12 06:41:06 +0100
+++ doc/Makefile.in 2009-01-12 12:52:31 +0100
--- doc/Makefile.in.orig 2009-01-27 05:02:08 +0100
+++ doc/Makefile.in 2009-01-27 22:20:51 +0100
@@ -4,10 +4,10 @@
ASY = ../asy -dir ../base -config "" -render=0
DOCFILES = asymptote.pdf CAD.pdf

6
asymptote/asymptote.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Diagram
License: GPL
Version: 1.59
Release: 20090119
Version: 1.60
Release: 20090128
# list of sources
Source0: http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.src.tgz
@ -90,8 +90,6 @@ AutoReqProv: no
mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
latexdir=$RPM_BUILD_ROOT%{l_prefix}/share/texmf \
docdir=$RPM_BUILD_ROOT%{l_prefix}/share/doc/asymptote
mv $RPM_BUILD_ROOT%{l_prefix}/man/man1/xasy.1x \
$RPM_BUILD_ROOT%{l_prefix}/man/man1/xasy.1
mv $RPM_BUILD_ROOT%{l_prefix}/share/doc/asymptote \
$RPM_BUILD_ROOT%{l_prefix}/share/asymptote/doc
rmdir $RPM_BUILD_ROOT%{l_prefix}/share/doc

Loading…
Cancel
Save