[svn] r4832 - in trunk: rpms rpms/mmsrip
web/freshrpms.net/packages/lists
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Oct 17 13:20:32 CEST 2006
Author: thias
Date: 2006-10-17 13:20:16 +0200 (Tue, 17 Oct 2006)
New Revision: 4832
Added:
trunk/rpms/mmsrip/
trunk/rpms/mmsrip/mmsrip.spec
Modified:
trunk/web/freshrpms.net/packages/lists/fc5.txt
trunk/web/freshrpms.net/packages/lists/fc6.txt
Log:
Initial mmsrip package.
Added: trunk/rpms/mmsrip/mmsrip.spec
===================================================================
--- trunk/rpms/mmsrip/mmsrip.spec (rev 0)
+++ trunk/rpms/mmsrip/mmsrip.spec 2006-10-17 11:20:16 UTC (rev 4832)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: matthias
+
+Summary: MMS Streams Recorder
+Name: mmsrip
+Version: 0.7.0
+Release: 1
+License: GPL
+Group: Applications/Multimedia
+URL: http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip
+Source: http://nbenoit.tuxfamily.org/projects/mmsrip/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+MMSRIP is a pure useless program which allows you to save on your hard-disk
+the content being streamed by an MMS server. This program has been written
+for personnal use, so don't blame me if you think I am stupid doing such
+tool for the others.
+
+
+%prep
+%setup
+
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/mmsrip
+%{_mandir}/man?/*
+
+
+%changelog
+* Fri Sep 8 2006 Matthias Saou <http://freshrpms.net/> 0.7.0-1
+- Update to 0.7.0.
+
+* Sat Jan 14 2006 Federico Simoncelli <federico.simoncelli at gmail.com>
+- Initial release
+
Property changes on: trunk/rpms/mmsrip/mmsrip.spec
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/web/freshrpms.net/packages/lists/fc5.txt
===================================================================
--- trunk/web/freshrpms.net/packages/lists/fc5.txt 2006-10-17 11:15:06 UTC (rev 4831)
+++ trunk/web/freshrpms.net/packages/lists/fc5.txt 2006-10-17 11:20:16 UTC (rev 4832)
@@ -81,6 +81,7 @@
ltris
madwifi
mixxx
+mmsrip
mpd
mpg321
vstream-client *
Modified: trunk/web/freshrpms.net/packages/lists/fc6.txt
===================================================================
--- trunk/web/freshrpms.net/packages/lists/fc6.txt 2006-10-17 11:15:06 UTC (rev 4831)
+++ trunk/web/freshrpms.net/packages/lists/fc6.txt 2006-10-17 11:20:16 UTC (rev 4832)
@@ -84,6 +84,7 @@
ltris
madwifi
mixxx
+mmsrip
mpd
mpg321
vstream-client *
More information about the svn-commits
mailing list