]> git.pld-linux.org Git - packages/bitstream.git/blame - bitstream.spec
- unified Source0 URL
[packages/bitstream.git] / bitstream.spec
CommitLineData
e67b7c96
JB
1Summary: biTStream - set of C headers allowing a simple access to binary structures
2Summary(pl.UTF-8): biTStream - zbiór nagłówków C ułatwiających dostęp do struktur binarnych
3Name: bitstream
97afc5d6 4Version: 1.5
e67b7c96
JB
5Release: 1
6License: MIT
7Group: Development/Libraries
b8d9bc03 8Source0: https://download.videolan.org/videolan/bitstream/%{version}/%{name}-%{version}.tar.bz2
97afc5d6 9# Source0-md5: 34630d13332fd1575bcc8531b0a596be
e67b7c96 10URL: http://www.videolan.org/developers/bitstream.html
b3efda21 11BuildRequires: rpmbuild(macros) >= 1.446
e67b7c96
JB
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15biTStream is a set of C headers allowing a simpler access to binary
16structures such as specified by MPEG, DVB, IETF, etc. It currently
ae46794d 17includes implementation of the following specifications:
e67b7c96
JB
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
25biTStream to zbiór nagłówków C pozwalających na prosty dostęp do
26binarnych struktur, takich jak definiowane przez MPEG, DVB, IETF itp.
ae46794d 27Obecnie zawiera implementacje następujących specyfikacji:
e67b7c96
JB
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
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT \
42 PREFIX=%{_prefix}
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS COPYING NEWS README TODO
50%{_includedir}/bitstream
b3efda21 51%{_npkgconfigdir}/bitstream.pc
This page took 0.085938 seconds and 4 git commands to generate.