]> git.pld-linux.org Git - packages/freealut.git/blob - freealut.spec
- cosmetics
[packages/freealut.git] / freealut.spec
1 Summary:        Free implementation of OpenAL's ALUT standard
2 Summary(pl):    Wolnodostêpna implementacja standardu ALUT OpenAL-a
3 Name:           freealut
4 Version:        1.0.1
5 Release:        0.1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://www.openal.org/openal_webstf/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  2df161090428a77660999dd3d12ab65f
10 URL:            http://www.openal.org/
11 BuildRequires:  OpenAL-devel >= 0.0.8-1
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Free implementation of ALUT (OpenAL Utility Toolkit) standard.
16
17 %description -l pl
18 Wolnodostêpna implementacja standartu ALUT (OpenAL Utility Toolkit).
19
20 %package devel
21 Summary:        Headers for freealut
22 Summary(pl):    Pliki nag³ówkowe do freealuta
23 Group:          Development/Libraries
24 Requires:       %{name} = %{version}-%{release}
25 Requires:       OpenAL-devel >= 0.0.8-1
26
27 %description devel
28 freealut header files.
29
30 %description devel -l pl
31 Pliki nag³ówkowe freealuta.
32
33 %package static
34 Summary:        Static alut library
35 Summary(pl):    Statyczna biblioteka alut
36 Group:          Development/Libraries
37 Requires:       %{name}-devel = %{version}-%{release}
38
39 %description static
40 Static alut library.
41
42 %description static -l pl
43 Biblioteka alut do konsolidacji statycznej.
44
45 %prep
46 %setup -q
47
48 %build
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post   -p /sbin/ldconfig
63 %postun -p /sbin/ldconfig
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README
68 %attr(755,root,root) %{_libdir}/libalut.so.*.*.*
69
70 %files devel
71 %defattr(644,root,root,755)
72 %attr(755,root,root) %{_bindir}/*-config
73 %attr(755,root,root) %{_libdir}/libalut.so
74 %{_libdir}/libalut.la
75 %{_includedir}/AL/*
76 %{_pkgconfigdir}/*
77
78 %files static
79 %defattr(644,root,root,755)
80 %{_libdir}/libalut.a
This page took 0.294867 seconds and 4 git commands to generate.