[packages/boolstuff] Up to 0.1.17
arekm
arekm at pld-linux.org
Wed May 20 13:32:30 CEST 2026
commit 387bfa0984ee5ce0be428a0f727c72106463c699
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed May 20 13:32:13 2026 +0200
Up to 0.1.17
boolstuff.spec | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/boolstuff.spec b/boolstuff.spec
index 757d685..b2494cb 100644
--- a/boolstuff.spec
+++ b/boolstuff.spec
@@ -1,12 +1,12 @@
Summary: BoolStuff is a C++ library that supports a few operations on boolean expression binary trees
Name: boolstuff
-Version: 0.1.13
-Release: 2
+Version: 0.1.17
+Release: 1
License: GPL
Group: Libraries
-Source0: http://perso.b2b2c.ca/sarrazip/dev/%{name}-%{version}.tar.gz
-# Source0-md5: 084a834f8b4c59f690f1dcf2f385d404
-URL: http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html
+Source0: https://sarrazip.com/dev/%{name}-%{version}.tar.gz
+# Source0-md5: 8c59e2023c1d90e860ca63e79e356774
+URL: https://sarrazip.com/dev/boolstuff.html
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libstdc++-devel
@@ -47,7 +47,9 @@ echo "AC_CONFIG_MACRO_DIR([macros])" >> configure.ac
%{__aclocal} -I macros
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ CPPFLAGS="%{rpmcppflags}" \
+ CXXFLAGS="%{rpmcxxflags}"
%{__make}
%install
@@ -56,8 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
+
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
-install examples/{*.cpp,*.pl} $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install examples/{*.cpp,*.c,*.pl} $RPM_BUILD_ROOT%{_examplesdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boolstuff.git/commitdiff/387bfa0984ee5ce0be428a0f727c72106463c699
More information about the pld-cvs-commit
mailing list