]> git.pld-linux.org Git - packages/bitstream.git/commitdiff
- new auto/th/bitstream-1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Mar 2012 17:45:11 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitstream.spec -> 1.1

bitstream.spec [new file with mode: 0644]

diff --git a/bitstream.spec b/bitstream.spec
new file mode 100644 (file)
index 0000000..7370916
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       biTStream - set of C headers allowing a simple access to binary structures
+Summary(pl.UTF-8):     biTStream - zbiór nagłówków C ułatwiających dostęp do struktur binarnych
+Name:          bitstream
+Version:       1.0
+Release:       1
+License:       MIT
+Group:         Development/Libraries
+Source0:       ftp://ftp.videolan.org/pub/videolan/bitstream/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 5ba0c96d6c7c9131ba60a9a8fc147556
+URL:           http://www.videolan.org/developers/bitstream.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+biTStream is a set of C headers allowing a simpler access to binary
+structures such as specified by MPEG, DVB, IETF, etc. It currently
+implements the following specifications:
+ - ISO/IEC 13818-1 (MPEG-2 systems)
+ - ETSI EN 300 468 (Service Information in DVB systems)
+ - IETF RFC 2550 (Real Time Protocol)
+ - ETSI EN 50 221 (Common Interface Specification)
+ - ETSI TS 103 194 (DVB Simulcrypt)
+%description -l pl.UTF-8
+biTStream to zbiór nagłówków C pozwalających na prosty dostęp do
+binarnych struktur, takich jak definiowane przez MPEG, DVB, IETF itp.
+Obecnie zaimplementowane są następujące specyfikacje:
+ - ISO/IEC 13818-1 (systemy MPEG-2)
+ - ETSI EN 300 468 (Service Information w systemach DVB)
+ - IETF RFC 2550 (Real Time Protocol)
+ - ETSI EN 50 221 (Common Interface Specification)
+ - ETSI TS 103 194 (DVB Simulcrypt)
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       PREFIX=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README TODO
+%{_includedir}/bitstream
This page took 0.111316 seconds and 4 git commands to generate.