libmms-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Summary: Library for Microsoft Media Server (MMS) streaming protocol
  2. Name: libmms
  3. Version: 0.6.4
  4. Release: 1%{?_dist_release}
  5. Source0: %{name}-%{version}.tar.gz
  6. License: LGPLv2+
  7. Group: System Environment/Libraries
  8. URL: http://sourceforge.net/projects/libmms/
  9. BuildRequires: glib2-devel
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. %description
  12. LibMMS is a common library for parsing mms:// and mmsh:// type
  13. network streams. These are commonly used to stream Windows
  14. Media Video content over the web. LibMMS itself is only for
  15. receiving MMS stream, it doesn't handle sending at all.
  16. %package devel
  17. Summary: Development files for %{name}
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}-%{release}
  20. %description devel
  21. This package contains development files for %{name}.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure --disable-static
  26. %{__make} %{?_smp_mflags}
  27. %install
  28. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  29. %{__rm} $RPM_BUILD_ROOT/%{_libdir}/%{name}.la
  30. %clean
  31. %{__rm} -rf $RPM_BUILD_ROOT
  32. %post -p /sbin/ldconfig
  33. %postun -p /sbin/ldconfig
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc AUTHORS COPYING.LIB ChangeLog README*
  37. %{_libdir}/%{name}.so.*
  38. %files devel
  39. %defattr(-,root,root,-)
  40. %{_includedir}/%{name}
  41. %{_libdir}/%{name}.so
  42. %{_libdir}/pkgconfig/%{name}.pc
  43. %changelog
  44. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
  45. - new upstream release
  46. * Sun Jan 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.6.2-1
  47. - new upstream release
  48. * Wed Dec 30 2009 Kazutaka HARADA <kazutaka@vinelinux.org> 0.5-1
  49. - initial build for Vine Linux