rpms/OpenEXR/F-8 openexr-1.6.0-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 OpenEXR.spec, 1.15, 1.16 sources, 1.3, 1.4 openexr-1.4.0-no_undefined.patch, 1.2, NONE openexr-1.4.0-pkgconfig.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Oct 15 13:06:06 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/OpenEXR/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13269

Modified Files:
	.cvsignore OpenEXR.spec sources 
Added Files:
	openexr-1.6.0-pkgconfig.patch 
Removed Files:
	openexr-1.4.0-no_undefined.patch openexr-1.4.0-pkgconfig.patch 
Log Message:
openexr-1.6.0


openexr-1.6.0-pkgconfig.patch:

--- NEW FILE openexr-1.6.0-pkgconfig.patch ---
--- openexr-1.6.0/OpenEXR.pc.in.pkgconfig	2007-03-30 12:14:05.000000000 -0500
+++ openexr-1.6.0/OpenEXR.pc.in	2007-08-09 08:38:48.000000000 -0500
@@ -7,5 +7,6 @@ OpenEXR_includedir=@includedir@/OpenEXR
 Name: OpenEXR
 Description: OpenEXR image library
 Version: @OPENEXR_VERSION@
-Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmImf -lz @ILMBASE_LIBS@
+Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmImf @ILMBASE_LIBS@
+Libs.private: -lz
 Cflags: @ILMBASE_CXXFLAGS@ -I${OpenEXR_includedir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/OpenEXR/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	11 Sep 2006 00:22:37 -0000	1.3
+++ .cvsignore	15 Oct 2007 13:05:32 -0000	1.4
@@ -1,2 +1,3 @@
-OpenEXR-1.2.2.tar.gz
 openexr-1.4.0a.tar.gz
+openexr-1.6.0.tar.gz
+openexr-1.6.0.tar.gz.sig


Index: OpenEXR.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenEXR/F-8/OpenEXR.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- OpenEXR.spec	17 Sep 2007 18:23:07 -0000	1.15
+++ OpenEXR.spec	15 Oct 2007 13:05:32 -0000	1.16
@@ -1,32 +1,30 @@
 
-%define ver 1.4.0
-%define beta a
-
 Name:	 OpenEXR
-Version: %{ver}%{?beta} 
-Release: 6%{?dist}
+Version: 1.6.0 
+Release: 4%{?dist}
 Summary: A high dynamic-range (HDR) image file format
 
 Group:	 System Environment/Libraries
 License: BSD
 URL:	 http://www.openexr.com/
 Source0: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
+Source1: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz.sig
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Obsoletes: openexr < %{version}-%{release}
 Provides:  openexr = %{version}-%{release}
 
-# FIXME: IlmThread contains undefined references to stuff in -lpthread
-Patch1: openexr-1.4.0-no_undefined.patch
 # Use Libs.private
-Patch2: openexr-1.4.0-pkgconfig.patch
+Patch2: openexr-1.6.0-pkgconfig.patch
 
-BuildRequires:  fltk-devel >= 1.1
+BuildRequires:  ilmbase-devel
 BuildRequires:  zlib-devel
-BuildRequires:  automake libtool
 
 Requires: %{name}-libs = %{version}-%{release}
 
+# until when/if openexr_viewers gets build for fedora
+Obsoletes: %{name}-utils < %{version}-%{release}
+
 %description
 OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
 Light & Magic for use in computer imaging applications. This package contains
@@ -38,33 +36,23 @@
 Obsoletes: openexr-devel < %{version}-%{release}
 Provides:  openexr-devel = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
+Requires: ilmbase-devel
 Requires: pkgconfig
 %description devel
 %{summary}.
 
 %package libs
 Summary: %{name} runtime libraries
-Group:   Development/Libraries
+Group:   System Environment/Libraries
 %description libs
 %{summary}.
 
-%package utils
-Summary: Nonessential %{name} utilities
-Group:   Development/Libraries
-Requires: %{name} = %{version}-%{release}
-%description utils
-%{summary}, including exrdisplay 
-
 
 %prep
-%setup -q -n openexr-%{ver}
+%setup -q -n openexr-%{version}
 
-%patch1 -p1 -b .no_undefined
 %patch2 -p1 -b .pkgconfig
 
-# for patch1
-./bootstrap
-
 
 %build
 %configure --disable-static
@@ -77,8 +65,7 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# unpackaged files
-rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{ver}
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 rm -f  $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 # prepare docs
@@ -96,15 +83,14 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/*
-%exclude %{_bindir}/exrdisplay
 
 %files devel
 %defattr(-,root,root,-)
@@ -119,12 +105,14 @@
 %doc AUTHORS ChangeLog LICENSE NEWS README
 %{_libdir}/lib*.so.*
 
-%files utils
-%defattr(-,root,root,-)
-%{_bindir}/exrdisplay
-
 
 %changelog
+* Mon Oct 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.6.0-4
+- -libs: %%post/%%postun -p /sbin/ldconfig
+
+* Fri Oct 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.6.0-2
+- openexr-1.6.0
+
 * Mon Sep 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.0a-6
 - libs: -Requires: %%name
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/OpenEXR/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Sep 2006 00:22:37 -0000	1.3
+++ sources	15 Oct 2007 13:05:32 -0000	1.4
@@ -1 +1,2 @@
-d0a4b9a930c766fa51561b05fb204afe  openexr-1.4.0a.tar.gz
+2a5cd9002f8ec6055bf5ba13b6d57668  openexr-1.6.0.tar.gz
+c8d2c77d74f6191d0b72475061051cba  openexr-1.6.0.tar.gz.sig


--- openexr-1.4.0-no_undefined.patch DELETED ---


--- openexr-1.4.0-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list