msdl-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Summary: multi-protocol CUI stream downloader for various streaming protocols
  2. Summary(ja): 様々なストリーミングプロトコルに対応した CUI ストリームダウンローダ
  3. Name: msdl
  4. Version: 1.2.7
  5. Release: 2.r2%{?_dist_release}
  6. URL: http://msdl.sourceforge.net/
  7. Source: %{name}-1.2.7-r2.tar.gz
  8. License: GPLv3
  9. Group: Applications/Internet
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: autoconf
  12. %description
  13. msdl is a multi-protocol CUI stream downloader for various streaming protocols.
  14. This program support many protocols, such as
  15. * mms
  16. * mmsh
  17. * wms-rtsp
  18. * real-rtsp
  19. * ftp
  20. * http
  21. and so on.
  22. %description -l ja
  23. msdl は様々なストリーミングプロトコルに対応した CUI ストリームダウンローダです。
  24. このプログラムは多くのプロトコル、例えば
  25. * mms
  26. * mmsh
  27. * wms-rtsp
  28. * real-rtsp
  29. * ftp
  30. * http
  31. などをサポートしています。
  32. %prep
  33. %setup -q -n %{name}-1.2.7-r2
  34. %configure
  35. %build
  36. make %{?_smp_mflags}
  37. %install
  38. %{__rm} -rf %{buildroot}
  39. %makeinstall
  40. %clean
  41. rm -rf %{buildroot}
  42. %files
  43. %defattr(-,root,root)
  44. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
  45. %{_bindir}/%{name}
  46. %{_datadir}/man/*
  47. %changelog
  48. * Sat Jan 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.7.r2-2
  49. - rebuilt with new toolchain
  50. * Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.7.r2-1
  51. - new upstream release
  52. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.7.r1-1
  53. - new upstream release
  54. - applied new naming policy to spec
  55. * Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.6-1
  56. - initial build for Vine Linux