]> git.pld-linux.org Git - packages/aqsis.git/blob - aqsis.spec
- amd64 fix
[packages/aqsis.git] / aqsis.spec
1 Summary:        Aqsis Rendering System
2 Summary(pl):    System renderuj±cy Aqsis
3 Name:           aqsis
4 Version:        0.9.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  db643748ebfbf7e14aa7f3b0fa2c143a
10 URL:            http://aqsis.sourceforge.net/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  glut-devel
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtiff-devel
18 BuildRequires:  libtool >= 2:1.5
19 BuildRequires:  log4cpp-devel
20 BuildRequires:  zlib-devel
21 Provides:       renderman-engine
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 The Aqsis Rendering System consists of a set of libraries and
26 applications for creating high-quality computer imagery using the
27 Pixar RenderMan Interface.
28
29 %description -l pl
30 System renderuj±cy Aqsis sk³ada siê z zestawu bibliotek i programów do
31 tworzenia wysokiej jako¶ci obrazów komputerowych z u¿yciem interfejsu
32 RenderMan firmy Pixar.
33
34 %package devel
35 Summary:        Header files for Aqsis Rendering System
36 Summary(pl):    Pliki nag³ówkowe systemu renderuj±cego Aqsis
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}-%{release}
39 Requires:       libstdc++-devel
40 Requires:       libtiff-devel
41 Requires:       log4cpp-devel
42 Requires:       zlib-devel
43
44 %description devel
45 Header files for Aqsis Rendering System.
46
47 %description devel -l pl
48 Pliki nag³ówkowe systemu renderuj±cego Aqsis.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__libtoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure
60 %{__make} \
61         CFLAGS="%{rpmcflags} -fPIC"
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %files
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog README
80 %attr(755,root,root) %{_bindir}/*
81 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
82 %dir %{_libdir}/%{name}
83 %{_libdir}/%{name}/lib*.so*
84 %{_datadir}/%{name}
85 %{_mandir}/man1/aqsis.1*
86
87 %files devel
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_libdir}/lib*.so
90 %{_libdir}/lib*.la
91 %{_includedir}/%{name}
This page took 0.091307 seconds and 4 git commands to generate.