]> git.pld-linux.org Git - SPECS.git/blob - xiph-rtp.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / xiph-rtp.spec
1 Summary:        Reference implementation for rtp-vorbis and rtp-theora
2 Summary(pl.UTF-8):      Wzorcowa implementacja rtp-vorbis i rtp-theora
3 Name:           xiph-rtp
4 Version:        0.1
5 Release:        1
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://downloads.xiph.org/releases/xiph-rtp/%{name}-%{version}.tar.gz
9 # Source0-md5:  2b4d7e8b2103bed383d46cd069582e31
10 URL:            http://www.xiph.org/
11 BuildRequires:  libogg-devel
12 BuildRequires:  libtheora-devel
13 BuildRequires:  libvorbis-devel
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Reference implementation for rtp-vorbis and rtp-theora.
19
20 %description -l pl.UTF-8
21 Wzorcowa implementacja rtp-vorbis i rtp-theora.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc} %{rpmcflags} -Wall"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install vorbisrtp theorartp vorbisrtp-client theorartp-client $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/*
This page took 0.0555 seconds and 3 git commands to generate.