]> git.pld-linux.org Git - packages/bitstream.git/blob - bitstream.spec
- unified Source0 URL
[packages/bitstream.git] / bitstream.spec
1 Summary:        biTStream - set of C headers allowing a simple access to binary structures
2 Summary(pl.UTF-8):      biTStream - zbiór nagłówków C ułatwiających dostęp do struktur binarnych
3 Name:           bitstream
4 Version:        1.5
5 Release:        1
6 License:        MIT
7 Group:          Development/Libraries
8 Source0:        https://download.videolan.org/videolan/bitstream/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  34630d13332fd1575bcc8531b0a596be
10 URL:            http://www.videolan.org/developers/bitstream.html
11 BuildRequires:  rpmbuild(macros) >= 1.446
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 biTStream is a set of C headers allowing a simpler access to binary
16 structures such as specified by MPEG, DVB, IETF, etc. It currently
17 includes implementation of the following specifications:
18  - ISO/IEC 13818-1 (MPEG-2 systems)
19  - ETSI EN 300 468 (Service Information in DVB systems)
20  - IETF RFC 2550 (Real Time Protocol)
21  - ETSI EN 50 221 (Common Interface Specification)
22  - ETSI TS 103 194 (DVB Simulcrypt)
23  
24 %description -l pl.UTF-8
25 biTStream to zbiór nagłówków C pozwalających na prosty dostęp do
26 binarnych struktur, takich jak definiowane przez MPEG, DVB, IETF itp.
27 Obecnie zawiera implementacje następujących specyfikacji:
28  - ISO/IEC 13818-1 (systemy MPEG-2)
29  - ETSI EN 300 468 (Service Information w systemach DVB)
30  - IETF RFC 2550 (Real Time Protocol)
31  - ETSI EN 50 221 (Common Interface Specification)
32  - ETSI TS 103 194 (DVB Simulcrypt)
33
34 %prep
35 %setup -q
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         PREFIX=%{_prefix}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING NEWS README TODO
50 %{_includedir}/bitstream
51 %{_npkgconfigdir}/bitstream.pc
This page took 0.082805 seconds and 4 git commands to generate.