automatic version update by autodist [release 0.4.34-1mamba;Mon Dec 20 2021]
This commit is contained in:
parent
ac08533dde
commit
5669c0252a
10
libgegl.spec
10
libgegl.spec
@ -2,7 +2,7 @@
|
|||||||
%define apiver %{majver}
|
%define apiver %{majver}
|
||||||
|
|
||||||
Name: libgegl
|
Name: libgegl
|
||||||
Version: 0.4.32
|
Version: 0.4.34
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GEGL (Generic Graphics Library) is a graph based image processing framework.
|
Summary: GEGL (Generic Graphics Library) is a graph based image processing framework.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -88,12 +88,15 @@ Obsoletes: %{name}-api < 0.4.30
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gegl-%{version}
|
%setup -q -n gegl-%{version}
|
||||||
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
#%patch5 -p1
|
#%patch5 -p1
|
||||||
|
|
||||||
# workaround for a libtool error
|
# workaround for a libtool error
|
||||||
mkdir -p operations/workshop/external/lib
|
mkdir -p operations/workshop/external/lib
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
#export CAIRO_CFLAGS=-I/usr/include/cairo
|
#export CAIRO_CFLAGS=-I/usr/include/cairo
|
||||||
export CFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
export CFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
||||||
export CXXFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
export CXXFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
||||||
@ -103,7 +106,7 @@ export CXXFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
|||||||
-Ddocs=true \
|
-Ddocs=true \
|
||||||
-Dgtk-doc=true \
|
-Dgtk-doc=true \
|
||||||
%endif
|
%endif
|
||||||
%ifarch arm
|
%ifarch arm %{ix86}
|
||||||
-Ddocs=false \
|
-Ddocs=false \
|
||||||
-Dgtk-doc=false \
|
-Dgtk-doc=false \
|
||||||
-Dumfpack=disabled \
|
-Dumfpack=disabled \
|
||||||
@ -199,6 +202,9 @@ install -d %{buildroot}%{_datadir}/pixmaps
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 20 2021 Automatic Build System <autodist@mambasoft.it> 0.4.34-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Sep 24 2021 Automatic Build System <autodist@mambasoft.it> 0.4.32-1mamba
|
* Fri Sep 24 2021 Automatic Build System <autodist@mambasoft.it> 0.4.32-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user