Name: libmpd Summary: Music Player Daemon access library Version: 0.01 Release: 1.n0i.1 License: GPL Group: System Environment/Libraries URL: http://download.qballcow.nl/programs/libmpd/libmpd.html Source0: http://download.qballcow.nl/programs/libmpd/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This library tries to provide a easy to use high level, callback based access to mpd. It tries to be fast and keep the data transfer with mpd to the minimum. Todo this it implement qeues for deleting and adding songs. There is extra functionallity added for the ease of the programmer. %package devel Summary: Development files for the MPD access library Group: Development/Libraries Requires: %{name} = %{version} %description devel %{description} %prep %setup %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,0755) %{_libdir}/*.so.* %doc ChangeLog %files devel %defattr(-, root, root, 0755) %{_includedir}/* %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/* %exclude %{_libdir}/*.la %changelog * Sun Sep 04 2005 Marius FERARU 0.01-1.n0i.1 - initial packaging