|
@@ -1,19 +1,16 @@
|
|
-Summary: A high dynamic-range (HDR) image file format
|
|
|
|
-Summary(ja): 高ダイナミックレンジ(HDR)画像ファイルフォーマット
|
|
|
|
|
|
|
|
Name: OpenEXR
|
|
Name: OpenEXR
|
|
|
|
+Summary: A high dynamic-range (HDR) image file format
|
|
|
|
+Summary(ja): 高ダイナミックレンジ(HDR)画像ファイルフォーマット
|
|
Version: 1.6.1
|
|
Version: 1.6.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://www.openexr.com/
|
|
URL: http://www.openexr.com/
|
|
|
|
+
|
|
Source0: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
|
|
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
|
|
Source1: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz.sig
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
-
|
|
|
|
-Obsoletes: openexr < %{version}-%{release}
|
|
|
|
-Provides: openexr = %{version}-%{release}
|
|
|
|
|
|
|
|
Patch1: OpenEXR-1.6.1-pkgconfig.patch
|
|
Patch1: OpenEXR-1.6.1-pkgconfig.patch
|
|
Patch2: openexr-1.6.1-gcc43.patch
|
|
Patch2: openexr-1.6.1-gcc43.patch
|
|
@@ -23,37 +20,40 @@ Patch100: openexr-1.6.1-CVE-2009-1720-1.patch
|
|
Patch101: openexr-1.6.1-CVE-2009-1720-2.patch
|
|
Patch101: openexr-1.6.1-CVE-2009-1720-2.patch
|
|
Patch102: openexr-1.6.1-CVE-2009-1721.patch
|
|
Patch102: openexr-1.6.1-CVE-2009-1721.patch
|
|
|
|
|
|
-BuildRequires: automake libtool
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-BuildRequires: ilmbase-devel
|
|
+BuildRequires: automake libtool
|
|
-BuildRequires: zlib-devel
|
|
+BuildRequires: ilmbase-devel
|
|
-
|
|
+BuildRequires: zlib-devel
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
+Obsoletes: openexr < %{version}-%{release}
|
|
|
|
+Provides: openexr = %{version}-%{release}
|
|
|
|
+
|
|
%description
|
|
%description
|
|
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
|
|
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
|
|
Light & Magic for use in computer imaging applications. This package contains
|
|
Light & Magic for use in computer imaging applications. This package contains
|
|
libraries and sample applications for handling the format.
|
|
libraries and sample applications for handling the format.
|
|
|
|
|
|
|
|
+%package libs
|
|
|
|
+Summary: %{name} runtime libraries
|
|
|
|
+Summary(ja): %{name} runtime libraries
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
+
|
|
|
|
+%description libs
|
|
|
|
+%{summary}.
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
Summary(ja): %{name} の開発ファイル
|
|
Summary(ja): %{name} の開発ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Obsoletes: openexr-devel < %{version}-%{release}
|
|
|
|
-Provides: openexr-devel = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: ilmbase-devel
|
|
Requires: ilmbase-devel
|
|
-Requires: pkgconfig
|
|
+Obsoletes: openexr-devel < %{version}-%{release}
|
|
-%description devel
|
|
+Provides: openexr-devel = %{version}-%{release}
|
|
-%{summary}.
|
|
|
|
|
|
|
|
-%package libs
|
|
+%description devel
|
|
-Summary: %{name} runtime libraries
|
|
|
|
-Summary(ja): %{name} runtime libraries
|
|
|
|
-Group: System Environment/Libraries
|
|
|
|
-%description libs
|
|
|
|
%{summary}.
|
|
%{summary}.
|
|
|
|
|
|
-
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n openexr-%{version}
|
|
%setup -q -n openexr-%{version}
|
|
|
|
|
|
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-3
|
|
|
|
+- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
+
|
|
* Wed Aug 5 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.1-2
|
|
* Wed Aug 5 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.1-2
|
|
- add Patch100,101 for fix CVE-2009-1720 (Integer BOF)
|
|
- add Patch100,101 for fix CVE-2009-1720 (Integer BOF)
|
|
- add Patch102 for fix CVE-2009-1721
|
|
- add Patch102 for fix CVE-2009-1721
|