[packages/flowcanvas] Rel 3
arekm
arekm at pld-linux.org
Thu May 21 15:54:57 CEST 2026
commit aa2679158c3c68557d4ae5c0ace16246ce3b7598
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:54:39 2026 +0200
Rel 3
flowcanvas.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/flowcanvas.spec b/flowcanvas.spec
index bc5bac2..8839e39 100644
--- a/flowcanvas.spec
+++ b/flowcanvas.spec
@@ -2,7 +2,7 @@ Summary: Interactive Gtkmm/Gnomecanvasmm widget for graph-based interfaces
Summary(pl.UTF-8): Interaktywny widget Gtkmm/Gnomecanvasmm do interfejsów opartych na rysunkach
Name: flowcanvas
Version: 0.7.1
-Release: 2
+Release: 3
License: GPL v2+
Group: Libraries
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
@@ -53,18 +53,19 @@ Pliki nagłówkowe biblioteki flowcanvas.
%build
CXX="%{__cxx}" \
+CPPFLAGS="%{rpmcppflags}" \
CXXFLAGS="%{rpmcxxflags}" \
-./waf configure \
+LDFLAGS="%{rpmldflags}" \
+%{__python} ./waf configure \
--prefix=%{_prefix} \
- --libdir=%{_libdir} \
- --strict
+ --libdir=%{_libdir}
-./waf -v
+%{__python} ./waf -v
%install
rm -rf $RPM_BUILD_ROOT
-./waf install \
+%{__python} ./waf install \
--destdir=$RPM_BUILD_ROOT
# let rpm autogenerate dependencies
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/flowcanvas.git/commitdiff/aa2679158c3c68557d4ae5c0ace16246ce3b7598
More information about the pld-cvs-commit
mailing list