From b6a545dd71074daa52ea912407924cc14af9284e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:54:24 +0000 Subject: auto-import changelog data from alsa-lib-1.0.2-1.src.rpm Wed Jan 28 2004 Bill Nottingham 1.0.2-1 - update to 1.0.2 Thu Dec 11 2003 Bill Nottingham 1.0.0rc2-1 - update to 1.0.0rc2 Mon Dec 01 2003 Bill Nottingham 0.9.8-3 - fix various specfile issues, including License: tag (#111153) Wed Nov 26 2003 Than Ngo 0.9.8-2 - fixed dependant libraries check on x86_64 Tue Nov 04 2003 Bill Nottingham - 0.9.8-1 - initial build, modify spec file from Matthias Saou --- diff --git a/.cvsignore b/.cvsignore index e69de29..62ec502 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +alsa-lib-1.0.2.tar.bz2 diff --git a/alsa-lib.spec b/alsa-lib.spec new file mode 100644 index 0000000..22a3e8b --- /dev/null +++ b/alsa-lib.spec @@ -0,0 +1,90 @@ +Summary: The Advanced Linux Sound Architecture (ALSA) library. +Name: alsa-lib +Version: 1.0.2 +Release: 1%{?prever:.%{prever}} +License: LGPL +Group: System Environment/Libraries +Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2 +Patch: alsa-lib-0.9.8-x86_64.patch +URL: http://www.alsa-project.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: doxygen +Prereq: /sbin/ldconfig + +%description +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +This package includes the ALSA runtime libraries to simplify application +programming and provide higher level functionality as well as support for +the older OSS API, providing binary compatibility for most OSS programs. + +%package devel +Summary: Static libraries and header files from the ALSA library. +Group: Development/Libraries +Requires: %{name} = %{version} +Requires: pkgconfig + +%description devel +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +This package includes the ALSA development libraries for developing +against the ALSA libraries and interfaces. + +%prep +%setup -q -n %{name}-%{version}%{?prever} +%patch -p1 -b x86_64 + +%build +%configure \ + --enable-static=yes \ + --program-prefix=%{?_program_prefix} +make %{?_smp_mflags} +make doc + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%doc COPYING ChangeLog TODO doc/asoundrc.txt +%{_bindir}/alsalisp +%{_bindir}/aserver +%{_libdir}/libasound.so.* +%{_datadir}/alsa + +%files devel +%defattr(-, root, root) +%doc doc/doxygen +%{_includedir}/alsa +%{_includedir}/sys/asoundlib.h +%{_libdir}/libasound.so +%{_libdir}/libasound.a +%exclude %{_libdir}/libasound.la +%{_libdir}/pkgconfig/alsa.pc +%{_datadir}/aclocal/alsa.m4 + +%changelog +* Wed Jan 28 2004 Bill Nottingham 1.0.2-1 +- update to 1.0.2 + +* Thu Dec 11 2003 Bill Nottingham 1.0.0rc2-1 +- update to 1.0.0rc2 + +* Mon Dec 1 2003 Bill Nottingham 0.9.8-3 +- fix various specfile issues, including License: tag (#111153) + +* Wed Nov 26 2003 Than Ngo 0.9.8-2 +- fixed dependant libraries check on x86_64 + +* Mon Nov 4 2003 Bill Nottingham - 0.9.8-1 +- initial build, modify spec file from Matthias Saou diff --git a/sources b/sources index e69de29..da5f364 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b2a0d5d46e0d67e48594e98215ecfd73 alsa-lib-1.0.2.tar.bz2