]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
- full complaint with gcc33.
[packages/OpenEXR.git] / OpenEXR.spec
1 Summary:        High dynamic-range (HDR) image file format support libraries
2 Summary(pl):    Biblioteki obs³uguj±ce format plików obrazu o wysokiej dynamice (HDR)
3 Name:           OpenEXR
4 Version:        1.1.0
5 Release:        0.2
6 License:        Industrial Light & Magic
7 Group:          Libraries
8 Source0:        http://www.openexr.com/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  716e74c740ef23433ef24bb515afb14f
10 Patch0:         %{name}-gcc34.patch
11 URL:            http://www.openexr.com/
12 BuildRequires:  automake
13 BuildRequires:  fltk-gl-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  pkgconfig
16 BuildRequires:  zlib-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 OpenEXR is a high dynamic-range (HDR) image file format developed by
21 Industrial Light & Magic for use in computer imaging applications.
22 OpenEXR is used by ILM on all motion pictures currently in production.
23 The first movies to employ OpenEXR were Harry Potter and the Sorcerers
24 Stone, Men in Black II, Gangs of New York, and Signs. Since then,
25 OpenEXR has become ILM's main image file format. 
26
27 %description -l pl
28 OpenEXR to format plików obrazu o wysokiej dynamice (HDR - High
29 Dynamic-Range) stworzony przez Industrial Light & Magic do u¿ywania w
30 aplikacjach do grafiki komputerowej. OpenEXR jest u¿ywany przez ILM do
31 wszystkich aktualnie produkowanych obrazów ruchomych. Pierwszymi
32 filmami wykorzystuj±cymi OpenEXR by³y Harry Potter and the Sorcerers
33 Stone, Men in Black II, Gangs of New York oraz Signs. Od tamtego czasu
34 OpenEXR sta³ siê g³ównym formatem obrazu ILM.
35
36 %package devel
37 Summary:        Header files for OpenEXR libraries
38 Summary(pl):    Pliki nag³ówkowe bibliotek OpenEXR
39 Group:          Development/Libraries
40 Requires:       %{name} = %{version}-%{release}
41 Requires:       libstdc++-devel
42
43 %description devel
44 Header files for OpenEXR libraries.
45
46 %description devel -l pl
47 Pliki nag³ówkowe bibliotek OpenEXR.
48
49 %package static
50 Summary:        Static OpenEXR libraries
51 Summary(pl):    Statyczne biblioteki OpenEXR
52 Group:          Development/Libraries
53 Requires:       %{name}-devel = %{version}-%{release}
54
55 %description static
56 Static OpenEXR libraries.
57
58 %description static
59 Statyczne biblioteki OpenEXR.
60
61 %package progs
62 Summary:        OpenEXR utilities
63 Summary(pl):    Narzêdzia do obrazów OpenEXR
64 Group:          Applications/Graphics
65 Requires:       %{name} = %{version}-%{release}
66
67 %description progs
68 OpenEXR utilities.
69
70 %description progs
71 Narzêdzia do obrazów OpenEXR.
72
73 %prep
74 %setup -q
75 %patch0 -p1
76
77 %build
78 cp -f /usr/share/automake/config.sub admin
79 %{__aclocal}
80 %{__libtoolize}
81 %{__autoconf}
82 %{__automake}
83
84 %configure
85
86 %{__make}
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90
91 %{__make} install \
92         DESTDIR=$RPM_BUILD_ROOT
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %post   -p /sbin/ldconfig
98 %postun -p /sbin/ldconfig
99
100 %files
101 %defattr(644,root,root,755)
102 %doc AUTHORS COPYING ChangeLog NEWS README ReleaseNotes
103 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
104 %attr(755,root,root) %{_libdir}/libIex.so.*.*.*
105 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
106 %attr(755,root,root) %{_libdir}/libImath.so.*.*.*
107
108 %files devel
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/lib*.so
111 %{_libdir}/lib*.la
112 %{_includedir}/%{name}
113 %{_aclocaldir}/*
114 %{_pkgconfigdir}/*
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/lib*.a
119
120 %files progs
121 %defattr(644,root,root,755)
122 %attr(755,root,root) %{_bindir}/exrdisplay
123 %attr(755,root,root) %{_bindir}/exrenvmap
124 %attr(755,root,root) %{_bindir}/exrheader
125 %attr(755,root,root) %{_bindir}/exrmakepreview
126 %attr(755,root,root) %{_bindir}/exrmaketiled
127 %attr(755,root,root) %{_bindir}/exrstdattr
128
129 %changelog
130 * %{date} PLD Team <feedback@pld-linux.org>
131 All persons listed below can be reached at <cvs_login>@pld-linux.org
132
133 $Log: OpenEXR.spec,v $
134 Revision 1.4  2004-04-01 21:06:16  pluto
135 - gcc 3.4 fixes.
136 - release 0.2.
137
138 Revision 1.3  2004/03/16 10:44:42  qboosh
139 - more deps
140
141 Revision 1.2  2004/03/15 20:28:19  qboosh
142 - pl, cosmetics
143
144 Revision 1.1  2004/03/15 19:56:59  adgor
145 - Initial
This page took 0.063077 seconds and 3 git commands to generate.