source: projects/specs/branches/6/m/mimms/mimms-vl.spec @ 2589

Revision 2589, 2.0 KB checked in by munepi, 13 years ago (diff)

added m/mimms/mimms-vl.spec

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