SPECS: nmm.spec (NEW) - initial spec - missing BRs, Rs, files, pl ...

paszczus paszczus at pld-linux.org
Tue Aug 16 18:29:18 CEST 2005


Author: paszczus                     Date: Tue Aug 16 16:29:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec
- missing BRs, Rs, files, pl desc and summary

---- Files affected:
SPECS:
   nmm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nmm.spec
diff -u /dev/null SPECS/nmm.spec:1.1
--- /dev/null	Tue Aug 16 18:29:18 2005
+++ SPECS/nmm.spec	Tue Aug 16 18:29:12 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	NETWORK-INTEGRATED MULTIMEDIA MIDDLEWARE
+Name:		nmm
+Version:	0.9.0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://graphics.cs.uni-sb.de/NMM/dist-0.9.0/Download/%{name}-%{version}.tar.gz
+# Source0-md5:	7cd7e34168e1e57c9897f1c67cdce3d5
+URL:		http://www.networkmultimedia.org/NMM/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+NMM is a multimedia middleware package that allows creation of
+distributed multimedia applications easily. A number of plugins
+supporting various media types, operations, and I/O devices are
+included. The Multimedia-Box application built on top of NMM provides
+an extensible home entertainment system for DVD/CD playback and
+grabbing, TV with time-shifting, video recording, and playlist
+creation and playback for all supported media types.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%endif
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/16 16:29:12  paszczus
+- initial spec
+- missing BRs, Rs, files, pl desc and summary
+
================================================================



More information about the pld-cvs-commit mailing list