SPECS: xiph-rtp.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Jun 3 23:46:22 CEST 2006


Author: qboosh                       Date: Sat Jun  3 21:46:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xiph-rtp.spec
diff -u /dev/null SPECS/xiph-rtp.spec:1.1
--- /dev/null	Sat Jun  3 23:46:22 2006
+++ SPECS/xiph-rtp.spec	Sat Jun  3 23:46:17 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Reference implementation for rtp-vorbis and rtp-theora
+Summary(pl):	Wzorcowa implementacja rtp-vorbis i rtp-theora
+Name:		xiph-rtp
+Version:	0.1
+Release:	1
+License:	BSD
+Group:		Applications/Multimedia
+Source0:	http://downloads.xiph.org/releases/xiph-rtp/%{name}-%{version}.tar.gz
+# Source0-md5:	2b4d7e8b2103bed383d46cd069582e31
+URL:		http://www.xiph.org/
+BuildRequires:	libogg-devel
+BuildRequires:	libtheora-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Reference implementation for rtp-vorbis and rtp-theora.
+
+%description -l pl
+Wzorcowa implementacja rtp-vorbis i rtp-theora.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc} %{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install vorbisrtp theorartp vorbisrtp-client theorartp-client $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+%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  2006/06/03 21:46:17  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list