rpms/enblend/devel .cvsignore, 1.4, 1.5 enblend.spec, 1.9, 1.10 sources, 1.5, 1.6

Bruno Postle bpostle at fedoraproject.org
Wed Oct 8 10:28:10 UTC 2008


Author: bpostle

Update of /cvs/pkgs/rpms/enblend/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1935

Modified Files:
	.cvsignore enblend.spec sources 
Log Message:
Replace CVS pre-release with final release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/enblend/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Feb 2008 22:11:37 -0000	1.4
+++ .cvsignore	8 Oct 2008 10:27:39 -0000	1.5
@@ -1 +1 @@
-enblend-enfuse-3.1.tar.gz
+enblend-enfuse-3.2.tar.gz


Index: enblend.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enblend/devel/enblend.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- enblend.spec	7 Jun 2008 09:32:00 -0000	1.9
+++ enblend.spec	8 Oct 2008 10:27:39 -0000	1.10
@@ -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 at enblend.cvs.sourceforge.net:/cvsroot/enblend login 
-#  cvs -z3 -d:pserver:anonymous at 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 @@
 %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 @@
 %{_bindir}/enfuse
 %{_mandir}/man1/enblend.1.gz
 %{_mandir}/man1/enfuse.1.gz
+%{_infodir}/*.info.gz
 
 %changelog
+
+* Tue Sep 23 2008 Bruno Postle <bruno at postle.net> - 3.2-1
+- upstream release
+
 * Thu Jun 5 2008 Bruno Postle <bruno at postle.net> - 3.1-0.5.20080529cvs
 - Add OpenEXR-devel build dependency
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/enblend/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 Jun 2008 09:32:00 -0000	1.5
+++ sources	8 Oct 2008 10:27:39 -0000	1.6
@@ -1 +1 @@
-60aa42c6f84fdfb8708560cbc26d4b55  enblend-enfuse-3.1.tar.gz
+9b6ebaf672f5103c633a53c9723d99c3  enblend-enfuse-3.2.tar.gz




More information about the scm-commits mailing list