Name: libmms Version: 0.1 Release: 0.gst.1 Summary: Library for Microsoft Media Server (MMS) streaming protocol License: LGPL Group: System Environment/Libraries URL: http://libmms.sourceforge.net Source: http://download.sf.net/libmms/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel # sigh, libtool BuildRequires: gcc-c++ %description MMS is a proprietary streaming protocol used in Microsoft server products, commonly used to stream WMV data. You can encounter mms:// style URLs all over the net, especially on news sites and other content-serving sites. Libmms allows you to download content from such sites, making it easy to add MMS support to your media applications. %package devel Summary: Development package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains development files for %{name}. %prep %setup -q %build %configure make %{?_smp_mflags} %install %makeinstall find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \; %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS README ChangeLog TODO %{_libdir}/libmms.so.* %files devel %defattr(-,root,root,-) %{_includedir}/libmms %{_libdir}/libmms.a %{_libdir}/libmms.so %{_libdir}/pkgconfig/libmms.pc %changelog * Wed Jan 05 2005 Thomas Vander Stichele - 0.1-0.fdr.1 - initial package