From 3896717af881547696a1db06bf12a656bd23f718 Mon Sep 17 00:00:00 2001 From: bpostle Date: Oct 08 2008 10:27:39 +0000 Subject: Replace CVS pre-release with final release --- diff --git a/.cvsignore b/.cvsignore index b4e11f6..a5db4bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -enblend-enfuse-3.1.tar.gz +enblend-enfuse-3.2.tar.gz diff --git a/enblend.spec b/enblend.spec index c5fe7e2..a5c31df 100644 --- a/enblend.spec +++ b/enblend.spec @@ -1,22 +1,17 @@ Summary: Image Blending with Multiresolution Splines Name: enblend -Version: 3.1 -Release: 0.5.20080529cvs%{?dist} +Version: 3.2 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia -# The source for this package was pulled from upstream's CVS. Use the -# following commands to generate the tarball: -# cvs -d:pserver:anonymous@enblend.cvs.sourceforge.net:/cvsroot/enblend login -# cvs -z3 -d:pserver:anonymous@enblend.cvs.sourceforge.net:/cvsroot/enblend co -D '2008-05-29 23:00:00' -P enblend -# cd enblend && make -f Makefile.cvs && ./configure && make dist -#Source: http://downloads.sourceforge.net/enblend/enblend-enfuse-%{version}.tar.gz -Source: enblend-enfuse-%{version}.tar.gz - +Source: http://downloads.sourceforge.net/enblend/enblend-enfuse-%{version}.tar.gz URL: http://enblend.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtiff-devel boost-devel lcms-devel plotutils-devel BuildRequires: freeglut-devel glew-devel libjpeg-devel libpng-devel OpenEXR-devel BuildRequires: libXmu-devel libXi-devel +Requires(post): info +Requires(preun): info %description Enblend is a tool for compositing images. Given a set of images that overlap in @@ -38,6 +33,18 @@ make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} +%post +/sbin/install-info %{_infodir}/enblend.info %{_infodir}/dir || : +/sbin/install-info %{_infodir}/enfuse-focus-stacking.info %{_infodir}/dir || : +/sbin/install-info %{_infodir}/enfuse.info %{_infodir}/dir || : + +%preun +if [ $1 = 0 ] ; then + /sbin/install-info --delete %{_infodir}/enblend.info %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/enfuse-focus-stacking.info %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/enfuse.info %{_infodir}/dir || : +fi + %files %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO VIGRA_LICENSE @@ -45,8 +52,13 @@ rm -rf %{buildroot} %{_bindir}/enfuse %{_mandir}/man1/enblend.1.gz %{_mandir}/man1/enfuse.1.gz +%{_infodir}/*.info.gz %changelog + +* Tue Sep 23 2008 Bruno Postle - 3.2-1 +- upstream release + * Thu Jun 5 2008 Bruno Postle - 3.1-0.5.20080529cvs - Add OpenEXR-devel build dependency diff --git a/sources b/sources index 37adb45..5e6208c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60aa42c6f84fdfb8708560cbc26d4b55 enblend-enfuse-3.1.tar.gz +9b6ebaf672f5103c633a53c9723d99c3 enblend-enfuse-3.2.tar.gz