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