]> git.pld-linux.org Git - packages/freealut.git/blobdiff - freealut.spec
- release 3 (by relup.sh)
[packages/freealut.git] / freealut.spec
index db764092d0a7465dda5fb2f662e6b6fe3333f7ce..b816d88ede5c443568f66552b2c2e0d8e1fc03cc 100644 (file)
@@ -1,25 +1,29 @@
 Summary:       Free implementation of OpenAL's ALUT standard
-Summary(pl):   Wolnodostêpna implementacja standardu ALUT OpenAL-a
+Summary(pl.UTF-8):     Wolnodostępna implementacja standardu ALUT OpenAL-a
 Name:          freealut
-Version:       1.0.1
-Release:       0.1
+Version:       1.1.0
+Release:       3
 License:       LGPL
 Group:         Libraries
-Source0:       http://www.openal.org/openal_webstf/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 2df161090428a77660999dd3d12ab65f
+#Source0Download: http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx?RootFolder=/openal/Downloads/ALUT
+Source0:       http://connect.creativelabs.com/openal/Downloads/ALUT/%{name}-%{version}.tar.gz
+# Source0-md5: e089b28a0267faabdb6c079ee173664a
 URL:           http://www.openal.org/
 BuildRequires: OpenAL-devel >= 0.0.8-1
+BuildRequires: autoconf >= 2.56
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Free implementation of ALUT (OpenAL Utility Toolkit) standard.
 
-%description -l pl
-Wolnodostêpna implementacja standartu ALUT (OpenAL Utility Toolkit).
+%description -l pl.UTF-8
+Wolnodostępna implementacja standartu ALUT (OpenAL Utility Toolkit).
 
 %package devel
 Summary:       Headers for freealut
-Summary(pl):   Pliki nag³ówkowe do freealuta
+Summary(pl.UTF-8):     Pliki nagłówkowe do freealuta
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      OpenAL-devel >= 0.0.8-1
@@ -27,35 +31,43 @@ Requires:   OpenAL-devel >= 0.0.8-1
 %description devel
 freealut header files.
 
-%description devel -l pl
-Pliki nag³ówkowe freealuta.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe freealuta.
 
 %package static
 Summary:       Static alut library
-Summary(pl):   Statyczna biblioteka alut
+Summary(pl.UTF-8):     Statyczna biblioteka alut
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static alut library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteka alut do konsolidacji statycznej.
 
 %prep
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I admin/autotools/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,14 +78,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libalut.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libalut.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*-config
+%doc doc/*
+%attr(755,root,root) %{_bindir}/freealut-config
 %attr(755,root,root) %{_libdir}/libalut.so
 %{_libdir}/libalut.la
-%{_includedir}/AL/*
-%{_pkgconfigdir}/*
+%{_includedir}/AL/alut.h
+%{_pkgconfigdir}/freealut.pc
+%{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
This page took 0.070156 seconds and 4 git commands to generate.