]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
07218866607f1385d175cca620b85f8cb3842698
[packages/OpenEXR.git] / OpenEXR.spec
1
2 Summary:        High dynamic-range (HDR) image file format 
3 Summary(pl):    TODO
4 Name:           OpenEXR
5 Version:        1.1.0
6 Release:        0.1
7 License:        Industrial Light & Magic
8 Group:          Libraries
9 Source0:        http://www.openexr.com/downloads/%{name}-%{version}.tar.gz
10 # Source0-md5:  716e74c740ef23433ef24bb515afb14f
11 URL:            http://www.openexr.com/
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 Stone,
21 Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
22 ILM's main image file format. 
23
24 %description -l pl
25 TODO.
26
27 %package devel
28 Summary:        TODO
29 Summary(pl):    TODO
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32
33 %description devel
34 TODO.
35
36 %description devel -l pl
37 TODO
38
39 %package static
40 Summary:        TODO
41 Summary(pl):    TODO
42 Group:          Development/Libraries
43 Requires:       %{name}-devel = %{version}-%{release}
44
45 %description static
46 TODO.
47
48 %description static
49 TODO
50
51 %package progs
52 Summary:        TODO
53 Summary(pl):    TODO
54 Group:          Development/Libraries
55 Requires:       %{name} = %{version}-%{release}
56
57 %description progs
58 TODO.
59
60 %description progs
61 TODO
62
63 %prep
64 %setup -q
65
66 %build
67 cp /usr/share/automake/config.sub admin
68
69 %{__aclocal}
70 %{__libtoolize}
71 %{__autoconf}
72 %{__automake}
73
74 %configure
75
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post   -p /sbin/ldconfig
88 %postun -p /sbin/ldconfig
89
90 %files
91 %defattr(644,root,root,755)
92 %doc AUTHORS COPYING ChangeLog NEWS README ReleaseNotes
93 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
94 %attr(755,root,root) %{_libdir}/libIex.so.*.*.*
95 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
96 %attr(755,root,root) %{_libdir}/libImath.so.*.*.*
97
98 %files devel
99 %defattr(644,root,root,755)
100 %{_includedir}/%{name}
101 %{_libdir}/lib*.la
102 %{_libdir}/lib*.so
103 %{_aclocaldir}/*
104 %{_pkgconfigdir}/*
105
106 %files static
107 %defattr(644,root,root,755)
108 %{_libdir}/lib*.a
109
110 %files progs
111 %defattr(644,root,root,755)
112 %attr(755,root,root) %{_bindir}/exrdisplay
113 %attr(755,root,root) %{_bindir}/exrenvmap
114 %attr(755,root,root) %{_bindir}/exrheader
115 %attr(755,root,root) %{_bindir}/exrmakepreview
116 %attr(755,root,root) %{_bindir}/exrmaketiled
117 %attr(755,root,root) %{_bindir}/exrstdattr
118
119 %changelog
120 * %{date} PLD Team <feedback@pld-linux.org>
121 All persons listed below can be reached at <cvs_login>@pld-linux.org
122
123 $Log: OpenEXR.spec,v $
124 Revision 1.1  2004-03-15 19:56:59  adgor
125 - Initial
This page took 0.063333 seconds and 2 git commands to generate.