[packages/asymptote] - up to 2.70
baggins
baggins at pld-linux.org
Fri Dec 3 21:30:29 CET 2021
commit 0c37749f26cbcad0c9f14e0954fe3c303511c07b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Dec 3 21:30:10 2021 +0100
- up to 2.70
asymptote-no-env.patch | 2 +-
asymptote.spec | 6 ++++--
texinfo.patch | 11 +++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/asymptote.spec b/asymptote.spec
index 78e02e4..f8d885d 100644
--- a/asymptote.spec
+++ b/asymptote.spec
@@ -7,16 +7,17 @@ Summary: Asymptote is a powerful descriptive vector graphics language for techni
Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz
Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
Name: asymptote
-Version: 2.61
+Version: 2.70
Release: 1
# uses GPL libraries (gsl, readline), so final license is GPL
License: GPL v3+ (LGPL v3+ code)
Group: Applications/Science
Source0: http://downloads.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 38fa6c77881a006c1b5b22f382ac8d8b
+# Source0-md5: b57e685568a7cca69024a86c7276eb6d
Patch0: %{name}-memrchr.patch
Patch1: %{name}-info.patch
Patch2: %{name}-no-env.patch
+Patch3: texinfo.patch
URL: http://asymptote.sourceforge.net/
BuildRequires: GLM
BuildRequires: Mesa-libOSMesa-devel
@@ -174,6 +175,7 @@ Plik składni Vima dla plików asy.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# use direct shebang
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' GUI/xasy.py
diff --git a/asymptote-no-env.patch b/asymptote-no-env.patch
index 8a9ec36..c49c477 100644
--- a/asymptote-no-env.patch
+++ b/asymptote-no-env.patch
@@ -1,8 +1,8 @@
--- asymptote-2.61/Makefile.in.orig 2019-11-18 06:27:29.000000000 +0100
+++ asymptote-2.61/Makefile.in 2019-12-23 20:22:06.892642859 +0100
@@ -137,7 +137,6 @@
- echo @set VERSION $(revision) > doc/version.texi
echo @set Datadir @datadir@ >> doc/version.texi
+ echo @set Docdir @docdir@ >> doc/version.texi
- echo "#!/usr/bin/env python3" > GUI/xasyVersion.py
echo xasyVersion = \"$(revision)\" >> GUI/xasyVersion.py
diff --git a/texinfo.patch b/texinfo.patch
new file mode 100644
index 0000000..2569f05
--- /dev/null
+++ b/texinfo.patch
@@ -0,0 +1,11 @@
+--- asymptote-2.70/doc/asymptote.texi~ 2021-12-03 21:25:33.000000000 +0100
++++ asymptote-2.70/doc/asymptote.texi 2021-12-03 21:27:46.836315745 +0100
+@@ -4,8 +4,6 @@
+ @include version.texi
+ @finalout
+
+- at codequoteundirected on
+-
+ @copying
+ This file documents @code{Asymptote}, version @value{VERSION}.
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/asymptote.git/commitdiff/0c37749f26cbcad0c9f14e0954fe3c303511c07b
More information about the pld-cvs-commit
mailing list