]> git.pld-linux.org Git - packages/celt051.git/blob - celt051.spec
refresh config.sub
[packages/celt051.git] / celt051.spec
1 Summary:        CELT low-latency audio codec v0.5.1
2 Summary(pl.UTF-8):      CELT - kodek dźwiękowy o małym opóźnieniu - wersja 0.5.1
3 Name:           celt051
4 Version:        0.5.1.3
5 Release:        2
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://downloads.xiph.org/releases/celt/celt-%{version}.tar.gz
9 # Source0-md5:  67e7b5e45db57a6f1f0a6962f5ecb190
10 URL:            http://celt-codec.org/
11 # for tools
12 BuildRequires:  libogg-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CELT is an attempt to write a low-latency audio codec.
17
18 This package contains 0.5.1 version of CELT codec, as used by SPICE
19 virtualization system.
20
21 %description -l pl.UTF-8
22 CELT to próba napisania kodeka dźwiękowego o małym opóźnieniu.
23
24 Ten pakiet zawiera wersję 0.5.1 kodeka CELT, używana przez system
25 wirtualizacji SPICE.
26
27 %package devel
28 Summary:        Header files for CELT 0.5.1 library
29 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki CELT 0.5.1
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32
33 %description devel
34 Header files for CELT 0.5.1 library.
35
36 %description devel -l pl.UTF-8
37 Pliki nagłówkowe biblioteki CELT 0.5.1.
38
39 %package static
40 Summary:        Static CELT 0.5.1 library
41 Summary(pl.UTF-8):      Statyczna biblioteka CELT 0.5.1
42 Group:          Development/Libraries
43 Requires:       %{name}-devel = %{version}-%{release}
44
45 %description static
46 Static CELT 0.5.1 library.
47
48 %description static -l pl.UTF-8
49 Statyczna biblioteka CELT 0.5.1.
50
51 %prep
52 %setup -q -n celt-%{version}
53
54 %build
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files
71 %defattr(644,root,root,755)
72 %doc COPYING README TODO
73 %attr(755,root,root) %{_bindir}/celtdec051
74 %attr(755,root,root) %{_bindir}/celtenc051
75 %attr(755,root,root) %{_libdir}/libcelt051.so.*.*.*
76 %attr(755,root,root) %ghost %{_libdir}/libcelt051.so.0
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) %{_libdir}/libcelt051.so
81 %{_libdir}/libcelt051.la
82 %{_includedir}/celt051
83 %{_pkgconfigdir}/celt051.pc
84
85 %files static
86 %defattr(644,root,root,755)
87 %{_libdir}/libcelt051.a
This page took 0.085092 seconds and 3 git commands to generate.