mimms-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Summary: MMS stream downloader
  3. Summary(ja): MMS ストリームダウンローダ
  4. Name: mimms
  5. Version: 3.2.1
  6. Release: 3%{?_dist_release}
  7. License: GPLv3+
  8. Group: Applications/Multimedia
  9. URL: http://savannah.nongnu.org/projects/mimms/
  10. Source: http://download.savannah.gnu.org/releases/mimms/mimms-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: python-devel
  13. Requires: libmms >= 0.4
  14. BuildArch: noarch
  15. %description
  16. mimms is a program designed to allow you to download streams using the MMS
  17. protocol and save them to your computer, as opposed to watching them live.
  18. %description -l ja
  19. mimms は、mms プロトコルを使っているストリームをダウンロードできて、
  20. ライブでそれらを閲覧するのに対して、コンピュータ内にそれらを保存できるように
  21. 設計されたプログラムです。
  22. %prep
  23. %setup -q
  24. %build
  25. # No configure or SMP, this is just some python code
  26. %{__make}
  27. %install
  28. %{__rm} -rf %{buildroot}
  29. %{__make} install DESTDIR=%{buildroot}
  30. %clean
  31. %{__rm} -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc AUTHORS COPYING NEWS README
  35. %{_bindir}/mimms
  36. %{python_sitelib}/mimms-*.egg-info
  37. %{python_sitelib}/libmimms/
  38. %{_mandir}/man1/mimms.1*
  39. %changelog
  40. * Fri Jan 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 3.2.1-3
  41. - added Japanese translations for Summary: and %%description
  42. * Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 3.2.1-2
  43. - rebuild
  44. * Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.2.1-1
  45. - initia build
  46. * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-4
  47. - rebuild for new F11 features
  48. * Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 3.2.1-3
  49. - Rebuild for new python.
  50. * Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2
  51. - rebuild for RPM Fusion
  52. * Sun Mar 18 2008 Matthias Saou <http://freshrpms.net/> 3.2.1-1
  53. - Initial RPM release.