rpms/enblend/devel enblend.spec,1.2,1.3

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Mon Aug 20 20:58:43 UTC 2007


Author: bpostle

Update of /cvs/pkgs/rpms/enblend/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11908

Modified Files:
	enblend.spec 
Log Message:
update licence, GPL -> GPLv2+
remove build-without-glew patch as glew is now in fedora



Index: enblend.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enblend/devel/enblend.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enblend.spec	26 Mar 2007 20:42:15 -0000	1.2
+++ enblend.spec	20 Aug 2007 20:58:11 -0000	1.3
@@ -1,15 +1,14 @@
 Summary: Image Blending with Multiresolution Splines
 Name: enblend
 Version: 3.0
-Release: 4%{?dist}
-License: GPL
+Release: 5%{?dist}
+License: GPLv2+
 Group: Applications/Multimedia
 Source: http://prdownloads.sourceforge.net/enblend/%{name}-%{version}.tar.gz
-Patch0: enblend-without-glew.patch
 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
+BuildRequires: freeglut-devel glew-devel
 
 %description
 Enblend is a tool for compositing images. Given a set of images that overlap in
@@ -19,7 +18,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 # one line fix for 64bit build
@@ -41,6 +39,10 @@
 %{_mandir}/man1/enblend.1.gz
 
 %changelog
+* Mon Aug 20 2007 Bruno Postle <bruno at postle.net> 3.0-5
+  - glew is now in fedora, remove build-without-glew patch
+  - update licence tag, GPL -> GPLv2+
+
 * Tue Mar 20 2007 Bruno Postle <bruno at postle.net> 3.0-4
   - patch to build without glew library
 




More information about the fedora-extras-commits mailing list