automatic version update by autodist [release 4.1.4-1mamba;Sun Dec 13 2015]
This commit is contained in:
parent
b8732aa54d
commit
ab966d82e7
@ -1,6 +1,6 @@
|
|||||||
Name: enblend-enfuse
|
Name: enblend-enfuse
|
||||||
Version: 4.1.3
|
Version: 4.1.4
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Image Blending with Multiresolution Splines
|
Summary: Image Blending with Multiresolution Splines
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -53,13 +53,14 @@ Enfuse merges different exposures of the same scene to produce an image that loo
|
|||||||
#%patch3 -p0
|
#%patch3 -p0
|
||||||
#%patch5 -p1
|
#%patch5 -p1
|
||||||
|
|
||||||
sed -i -e 's/src:://g;s/CFG::/CFG_/g' doc/*.texi doc/define2set.pl configure.in
|
#sed -i -e 's/src:://g;s/CFG::/CFG_/g' doc/*.texi doc/define2set.pl configure.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -f -i
|
#autoreconf -f -i
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-boost-filesystem
|
--with-boost-filesystem
|
||||||
|
|
||||||
# --enable-openmp
|
# --enable-openmp
|
||||||
|
|
||||||
# Workaround: texinfo 5.1 fails to make info pages
|
# Workaround: texinfo 5.1 fails to make info pages
|
||||||
@ -73,28 +74,37 @@ sed -i -e 's/src:://g;s/CFG::/CFG_/g' doc/*.texi doc/define2set.pl configure.in
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
#% post
|
%post
|
||||||
#install_info enblend.info
|
%ifarch arm
|
||||||
#install_info enfuse.info
|
install_info enblend.info
|
||||||
#exit 0
|
install_info enfuse.info
|
||||||
|
%endif
|
||||||
|
exit 0
|
||||||
|
|
||||||
#% preun
|
%preun
|
||||||
#%uninstall_info enblend.info
|
%ifarch arm
|
||||||
#%uninstall_info enfuse.info
|
%uninstall_info enblend.info
|
||||||
#exit 0
|
%uninstall_info enfuse.info
|
||||||
|
%endif
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/enblend
|
%{_bindir}/enblend
|
||||||
%{_bindir}/enfuse
|
%{_bindir}/enfuse
|
||||||
#%{_infodir}/enblend.info.*
|
%ifarch arm
|
||||||
#%{_infodir}/enfuse.info.*
|
%{_infodir}/enblend.info.*
|
||||||
|
%{_infodir}/enfuse.info.*
|
||||||
|
%endif
|
||||||
%{_mandir}/man1/enblend.*
|
%{_mandir}/man1/enblend.*
|
||||||
%{_mandir}/man1/enfuse.*
|
%{_mandir}/man1/enfuse.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README README.txt
|
#ChangeLog NEWS README README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 13 2015 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.3-2mamba
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.3-2mamba
|
||||||
- rebuilt by autoport with build requirements: libvigra-devel>=1.10.0-1mamba
|
- rebuilt by autoport with build requirements: libvigra-devel>=1.10.0-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user