rpms/mimms/F-8 mimms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Sat Oct 18 17:09:30 CEST 2008


Author: thl

Update of /cvs/free/rpms/mimms/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4773

Modified Files:
	.cvsignore sources 
Added Files:
	mimms.spec 
Log Message:
sync with devel (after importing from freshrpms there)


--- NEW FILE mimms.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: MMS stream downloader
Name: mimms
Version: 3.2.1
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Multimedia
URL: http://savannah.nongnu.org/projects/mimms/
Source: http://download.savannah.gnu.org/releases/mimms/mimms-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel
Requires: libmms >= 0.4
BuildArch: noarch

%description
mimms is a program designed to allow you to download streams using the MMS
protocol and save them to your computer, as opposed to watching them live.


%prep
%setup -q


%build
# No configure or SMP, this is just some python code
%{__make}


%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/mimms
%{python_sitelib}/mimms-*.egg-info
%{python_sitelib}/libmimms/
%{_mandir}/man1/mimms.1*


%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2
- rebuild for RPM Fusion

* Sun Mar 18 2008 Matthias Saou <http://freshrpms.net/> 3.2.1-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mimms/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Oct 2008 13:44:42 -0000	1.1
+++ .cvsignore	18 Oct 2008 15:09:30 -0000	1.2
@@ -0,0 +1 @@
+mimms-3.2.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mimms/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Oct 2008 13:44:42 -0000	1.1
+++ sources	18 Oct 2008 15:09:30 -0000	1.2
@@ -0,0 +1 @@
+ec629d8899551b4789ba15c17402c36f  mimms-3.2.1.tar.bz2



More information about the rpmfusion-commits mailing list