]> git.pld-linux.org Git - SPECS.git/blob - multicat.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / multicat.spec
1 Summary:        Tools to easily and efficiently manipulate multicast streams, incluging MPEG-2 TS
2 Summary(pl.UTF-8):      Narzędzia do łatwego i wydajnego operowania na strumieniach multicastowych, w tym MPEG-2 TS
3 Name:           multicat
4 Version:        2.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Networking
8 Source0:        http://download.videolan.org/multicat/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cf4e4bc07d72eda110050d755db14620
10 URL:            http://www.videolan.org/projects/multicat.html
11 BuildRequires:  bitstream
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The multicat package contains a set of tools designed to easily and
16 efficiently manipulate multicast streams in general, and MPEG-2
17 Transport Streams (ISO/IEC 13818-1) in particular.
18
19 %description -l pl.UTF-8
20 Pakiet multicat zawiera zestaw narzędzi zaprojektowany w celu
21 łatwego i wydajnego operowania na strumieniach multicastowych w
22 ogólności, a w szczególności strumieniach transportowych MPEG-2
23 (MPEG-2 TS, ISO/IEC 13818-1).
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="%{rpmcflags}" \
30 LDLIBS="%{rpmldflags}" \
31 %{__make} \
32         CC="%{__cc}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         PREFIX=%{_prefix} \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS Changelog NEWS README
47 %attr(755,root,root) %{_bindir}/aggregartp
48 %attr(755,root,root) %{_bindir}/ingests
49 %attr(755,root,root) %{_bindir}/lasts
50 %attr(755,root,root) %{_bindir}/multicat
51 %attr(755,root,root) %{_bindir}/multicat_validate
52 %attr(755,root,root) %{_bindir}/multilive
53 %attr(755,root,root) %{_bindir}/offsets
54 %attr(755,root,root) %{_bindir}/reordertp
55 %{_mandir}/man1/aggregartp.1*
56 %{_mandir}/man1/ingests.1*
57 %{_mandir}/man1/lasts.1*
58 %{_mandir}/man1/multicat.1*
59 %{_mandir}/man1/offsets.1*
60 %{_mandir}/man1/reordertp.1*
This page took 0.144804 seconds and 3 git commands to generate.