[packages/libbrahe] Up to 1.3.2
arekm
arekm at pld-linux.org
Tue Mar 10 16:13:52 CET 2026
commit ab2331903ef84c8ab3a012436037e929657966ea
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 10 16:13:45 2026 +0100
Up to 1.3.2
libbrahe-missing_libs.patch | 7 -------
libbrahe.spec | 12 ++++++------
link-libm.patch | 12 ++++++++++++
3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/libbrahe.spec b/libbrahe.spec
index a425f8f..fa0755b 100644
--- a/libbrahe.spec
+++ b/libbrahe.spec
@@ -1,13 +1,13 @@
Summary: A Heterogenous C Library of Numeric Functions
Name: libbrahe
-Version: 1.1.0
+Version: 1.3.2
Release: 1
License: GPL
Group: Libraries
-URL: http://www.coyotegulch.com/products/brahe/
-Source0: http://www.coyotegulch.com/distfiles/%{name}-%{version}.tar.gz
-# Source0-md5: 6b02428844db18f8c51e2857346fe132
-Patch0: %{name}-missing_libs.patch
+URL: https://web.archive.org/web/20191102085924/http://coyotegulch.scottrobertladd.net:80/products/brahe/index.html
+Source0: https://deb.debian.org/debian/pool/main/libb/libbrahe/%{name}_%{version}.orig.tar.gz
+# Source0-md5: 63723150766c72ce439ccd9f5ae08177
+Patch0: link-libm.patch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -41,7 +41,7 @@ libbrahe static libraries
%prep
%setup -q
-%patch -p0
+%patch 0 -p1
%build
%{__libtoolize}
diff --git a/libbrahe-missing_libs.patch b/libbrahe-missing_libs.patch
deleted file mode 100644
index 7466f91..0000000
--- a/libbrahe-missing_libs.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/Makefile.am.orig 2008-05-01 02:21:34.000000000 +0200
-+++ src/Makefile.am 2008-05-01 02:21:47.000000000 +0200
-@@ -14,3 +14,4 @@
-
- AM_CFLAGS = -std=gnu99 -pedantic -Wall -Wno-format
- DEFS = -I. -I$(srcdir)
-+LIBS = -lm
diff --git a/link-libm.patch b/link-libm.patch
new file mode 100644
index 0000000..8de625c
--- /dev/null
+++ b/link-libm.patch
@@ -0,0 +1,12 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index f007a7f..b72db4f 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -8,6 +8,7 @@ lib_LTLIBRARIES = libbrahe.la
+
+ libbrahe_la_SOURCES = $(h_sources) $(c_sources)
+ libbrahe_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) -release $(GENERIC_RELEASE)
++libbrahe_la_LIBADD = -lm
+
+ library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)
+ library_include_HEADERS = $(h_sources)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libbrahe.git/commitdiff/ab2331903ef84c8ab3a012436037e929657966ea
More information about the pld-cvs-commit
mailing list