]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- merged from DEVEL
authoraflinta <aflinta@pld-linux.org>
Wed, 23 Oct 2002 00:29:08 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to version 0.9.0rc4

Changed files:
    alsa-lib.spec -> 1.55

alsa-lib.spec

index f4616c261417c6ff844ece5a612b67d384215d37..472bf1b37a45d5358949b9e10f02d1fa8aca83a3 100644 (file)
@@ -3,17 +3,18 @@ Summary(pl):  Advanced Linux Sound Architecture (ALSA) - Biblioteka
 Summary(ru):   âÉÂÌÉÏÔÅËÁ API ÄÌÑ ÒÁÂÏÔÙ Ó ÄÒÁÊ×ÅÒÏÍ ALSA
 Summary(uk):   â¦Â̦ÏÔÅËÁ API ÄÌÑ ÒÏÂÏÔÉ Ú ÄÒÁÊ×ÅÒÏÍ ALSA
 Name:          alsa-lib
-Version:       0.5.10b
-Release:       2
+Version:       0.9.0rc4
+Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
-Source1:       http://www.alsa-project.org/~perex/alsa-lib/%{name}.tgz
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-driver-devel
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
 BuildRequires: flex
+BuildRequires: doxygen
+BuildRequires: libtool
 BuildConflicts:        alsa-lib <= 0.4.0
 Obsoletes:     alsa-libs
 ExcludeArch:   sparc
@@ -21,6 +22,7 @@ ExcludeArch:  sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
+%define        __prefix        /usr/share
 
 %description
 Advanced Linux Sound Architecture (ALSA) - Library
@@ -128,16 +130,27 @@ Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna.
 óÔÁÔÉÞÎÁ Â¦Â̦ÏÔÅËÁ API ÄÌÑ ÒÏÂÏÔÉ Ú ÄÒÁÊ×ÅÒÏÍ ALSA.
 
 %prep
-%setup -q -a1
+%setup -q
 
 %build
-%configure2_13
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-static 
+       
 %{__make}
+%{__make} doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_aclocaldir}
+cp utils/alsa.m4 $RPM_BUILD_ROOT/%{_aclocaldir}
 
 %post  -p /sbin/ldconfig
 %preun -p /sbin/ldconfig
@@ -148,14 +161,19 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/*
+%{__prefix}/alsa/*
 
 %files devel
 %defattr(644,root,root,755)
-%doc ChangeLog *.html *.gif
+%doc doc/doxygen/html/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_aclocaldir}/alsa.m4
 %{_includedir}/sys/*.h
+%{_includedir}/alsa/*.h
+%{_includedir}/alsa/sound/*.h
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.154667 seconds and 4 git commands to generate.