]> git.pld-linux.org Git - packages/OpenEXR.git/blame - OpenEXR.spec
- Initial
[packages/OpenEXR.git] / OpenEXR.spec
CommitLineData
be48515c 1
2Summary: High dynamic-range (HDR) image file format
3Summary(pl): TODO
4Name: OpenEXR
5Version: 1.1.0
6Release: 0.1
7License: Industrial Light & Magic
8Group: Libraries
9Source0: http://www.openexr.com/downloads/%{name}-%{version}.tar.gz
10# Source0-md5: 716e74c740ef23433ef24bb515afb14f
11URL: http://www.openexr.com/
12BuildRequires: fltk-gl-devel
13BuildRequires: pkgconfig
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17OpenEXR is a high dynamic-range (HDR) image file format developed by
18Industrial Light & Magic for use in computer imaging applications.
19OpenEXR is used by ILM on all motion pictures currently in production.
20The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
21Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
22ILM's main image file format.
23
24%description -l pl
25TODO.
26
27%package devel
28Summary: TODO
29Summary(pl): TODO
30Group: Development/Libraries
31Requires: %{name} = %{version}-%{release}
32
33%description devel
34TODO.
35
36%description devel -l pl
37TODO
38
39%package static
40Summary: TODO
41Summary(pl): TODO
42Group: Development/Libraries
43Requires: %{name}-devel = %{version}-%{release}
44
45%description static
46TODO.
47
48%description static
49TODO
50
51%package progs
52Summary: TODO
53Summary(pl): TODO
54Group: Development/Libraries
55Requires: %{name} = %{version}-%{release}
56
57%description progs
58TODO.
59
60%description progs
61TODO
62
63%prep
64%setup -q
65
66%build
67cp /usr/share/automake/config.sub admin
68
69%{__aclocal}
70%{__libtoolize}
71%{__autoconf}
72%{__automake}
73
74%configure
75
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT
83
84%clean
85rm -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>
121All persons listed below can be reached at <cvs_login>@pld-linux.org
122
123$Log: OpenEXR.spec,v $
124Revision 1.1 2004-03-15 19:56:59 adgor
125- Initial
This page took 2.559859 seconds and 4 git commands to generate.