]> git.pld-linux.org Git - packages/freealut.git/blame - freealut.spec
- release 3 (by relup.sh)
[packages/freealut.git] / freealut.spec
CommitLineData
50310dd2 1Summary: Free implementation of OpenAL's ALUT standard
483f9bad 2Summary(pl.UTF-8): Wolnodostępna implementacja standardu ALUT OpenAL-a
50310dd2 3Name: freealut
0999b5da 4Version: 1.1.0
7958a598 5Release: 3
50310dd2 6License: LGPL
7Group: Libraries
0feec3ff
JB
8#Source0Download: http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx?RootFolder=/openal/Downloads/ALUT
9Source0: http://connect.creativelabs.com/openal/Downloads/ALUT/%{name}-%{version}.tar.gz
0999b5da 10# Source0-md5: e089b28a0267faabdb6c079ee173664a
50310dd2 11URL: http://www.openal.org/
12BuildRequires: OpenAL-devel >= 0.0.8-1
75a1346e 13BuildRequires: autoconf >= 2.56
ea4b2046 14BuildRequires: automake
15BuildRequires: libtool
50310dd2 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
5729f70b 19Free implementation of ALUT (OpenAL Utility Toolkit) standard.
50310dd2 20
c1333115
JR
21%description -l pl.UTF-8
22Wolnodostępna implementacja standartu ALUT (OpenAL Utility Toolkit).
50310dd2 23
24%package devel
25Summary: Headers for freealut
483f9bad 26Summary(pl.UTF-8): Pliki nagłówkowe do freealuta
50310dd2 27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: OpenAL-devel >= 0.0.8-1
30
31%description devel
32freealut header files.
33
c1333115
JR
34%description devel -l pl.UTF-8
35Pliki nagłówkowe freealuta.
50310dd2 36
37%package static
38Summary: Static alut library
483f9bad 39Summary(pl.UTF-8): Statyczna biblioteka alut
50310dd2 40Group: Development/Libraries
41Requires: %{name}-devel = %{version}-%{release}
42
43%description static
44Static alut library.
45
c1333115 46%description static -l pl.UTF-8
50310dd2 47Biblioteka alut do konsolidacji statycznej.
48
49%prep
50%setup -q
51
52%build
ea4b2046 53%{__libtoolize}
54%{__aclocal} -I admin/autotools/m4
55%{__autoconf}
56%{__autoheader}
75a1346e 57%{__automake}
50310dd2 58%configure
59
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
769ff5ae 64install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
50310dd2 65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
769ff5ae
MB
69install examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
70
50310dd2 71%clean
72rm -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 NEWS README
80%attr(755,root,root) %{_libdir}/libalut.so.*.*.*
0feec3ff 81%attr(755,root,root) %ghost %{_libdir}/libalut.so.0
50310dd2 82
83%files devel
84%defattr(644,root,root,755)
769ff5ae 85%doc doc/*
0feec3ff 86%attr(755,root,root) %{_bindir}/freealut-config
50310dd2 87%attr(755,root,root) %{_libdir}/libalut.so
5729f70b 88%{_libdir}/libalut.la
0feec3ff
JB
89%{_includedir}/AL/alut.h
90%{_pkgconfigdir}/freealut.pc
769ff5ae 91%{_examplesdir}/%{name}-%{version}
50310dd2 92
93%files static
94%defattr(644,root,root,755)
5729f70b 95%{_libdir}/libalut.a
This page took 0.076801 seconds and 4 git commands to generate.