Name: libdaap Version: 0.0.4 Release: 1mamba Summary: Digital Audio Access Protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://www.opendaap.org/ Source: http://downloads.sourceforge.net/daap/libdaap-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Digital Audio Access Protocol, or DAAP, is used by Apple's iTunes 4.0 digital audio player to share music across a network or the Internet. It provides capability not only to stream audio from one computer to another, but also to list the host's playlists so that they can be accessed remotely. %package devel Group: Development/Libraries Summary: Libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The Digital Audio Access Protocol, or DAAP, is used by Apple's iTunes 4.0 digital audio player to share music across a network or the Internet. It provides capability not only to stream audio from one computer to another, but also to list the host's playlists so that they can be accessed remotely. This package contains libraries and header files need for development. %package static Group: Development/Libraries Summary: Static libraries for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description static The Digital Audio Access Protocol, or DAAP, is used by Apple's iTunes 4.0 digital audio player to share music across a network or the Internet. It provides capability not only to stream audio from one computer to another, but also to list the host's playlists so that they can be accessed remotely. This package contains static DAAP library need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/*.so.* %doc AUTHORS COPYING ChangeLog NEWS README %files devel %defattr(-,root,root) %dir %{_includedir}/libdaap %{_includedir}/libdaap/*.h %{_libdir}/*.so %files static %defattr(-,root,root) %{_libdir}/*.a %{_libdir}/*.la %changelog * Sun Sep 28 2008 gil 0.0.4-1mamba - package created by autospec