]> git.pld-linux.org Git - packages/multicat.git/blame - multicat.spec
- new
[packages/multicat.git] / multicat.spec
CommitLineData
893ec98e
JB
1Summary: Tools to easily and efficiently manipulate multicast streams, incluging MPEG-2 TS
2Summary(pl.UTF-8): Narzędzia do łatwego i wydajnego operowania na strumieniach multicastowych, w tym MPEG-2 TS
3Name: multicat
4Version: 2.0
5Release: 1
6License: GPL v2+
7Group: Networking
8Source0: http://download.videolan.org/multicat/2.0/%{name}-%{version}.tar.bz2
9# Source0-md5: 3aaa226a421c378c2ede0c8db8fd609c
10URL: http://www.videolan.org/projects/dvblast.html
11BuildRequires: bitstream
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15The multicat package contains a set of tools designed to easily and
16efficiently manipulate multicast streams in general, and MPEG-2
17Transport Streams (ISO/IEC 13818-1) in particular.
18
19%description -l pl.UTF-8
20Pakiet multicat zawiera zestaw narzędzi zaprojektowany w celu
21łatwego i wydajnego operowania na strumieniach multicastowych w
22ogó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
29CFLAGS="%{rpmcflags}" \
30LDLIBS="%{rpmldflags}" \
31%{__make} \
32 CC="%{__cc}"
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 PREFIX=%{_prefix} \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -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}/offsets
53%attr(755,root,root) %{_bindir}/reordertp
54%{_mandir}/man1/aggregartp.1*
55%{_mandir}/man1/ingests.1*
56%{_mandir}/man1/lasts.1*
57%{_mandir}/man1/multicat.1*
58%{_mandir}/man1/offsets.1*
59%{_mandir}/man1/reordertp.1*
This page took 0.074174 seconds and 4 git commands to generate.