6 |
|
|
7 |
Summary: Opus Interactive Audio Codec |
Summary: Opus Interactive Audio Codec |
8 |
Name: opus |
Name: opus |
9 |
Version: 0.9.14 |
Version: 1.0.2 |
10 |
Release: %mkrel 1 |
Release: %mkrel 1 |
11 |
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz |
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz |
12 |
URL: http://opus-codec.org/ |
URL: http://opus-codec.org/ |
13 |
License: BSD |
License: BSD |
14 |
Group: Sound |
Group: Sound |
15 |
|
BuildRequires: doxygen |
16 |
|
|
17 |
%description |
%description |
18 |
The Opus codec is designed for interactive speech and audio transmission over |
The Opus codec is designed for interactive speech and audio transmission over |
33 |
Summary: Files needed to compile a program with Opus support |
Summary: Files needed to compile a program with Opus support |
34 |
Group: Development/C |
Group: Development/C |
35 |
Requires: %{libname} = %version |
Requires: %{libname} = %version |
36 |
|
Provides: opus-devel = %version |
37 |
|
|
38 |
%description -n %{libnamedev} |
%description -n %{libnamedev} |
39 |
This package provides the library that implements the Opus codec. |
This package provides the library that implements the Opus codec. |
48 |
%install |
%install |
49 |
%makeinstall_std |
%makeinstall_std |
50 |
rm -f %buildroot/%_libdir/*.{a,la} |
rm -f %buildroot/%_libdir/*.{a,la} |
|
rm -f %buildroot//usr/share/doc/opus/doxygen-build.stamp |
|
|
rmdir %buildroot//usr/share/doc/opus |
|
51 |
|
|
52 |
|
|
53 |
%files -n %{libname} |
%files -n %{libname} |
60 |
%{_includedir}/* |
%{_includedir}/* |
61 |
%{_libdir}/*.so |
%{_libdir}/*.so |
62 |
%{_libdir}/pkgconfig/*.pc |
%{_libdir}/pkgconfig/*.pc |
63 |
|
%{_datadir}/aclocal/opus.m4 |
64 |
|
%{_mandir}/man3/* |
65 |
|
%{_datadir}/doc/opus |