/[packages]/cauldron/libvpx/current/SPECS/libvpx.spec
ViewVC logotype

Diff of /cauldron/libvpx/current/SPECS/libvpx.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16734 by ahmad, Thu Jan 13 23:15:56 2011 UTC revision 16735 by ahmad, Thu Jan 13 23:43:02 2011 UTC
# Line 2  Line 2 
2  %define libname %mklibname vpx %major  %define libname %mklibname vpx %major
3  %define develname %mklibname -d vpx  %define develname %mklibname -d vpx
4  %define snapshot 0  %define snapshot 0
5    
6    # disable to build without php and doxygen
7    %define build_doc 0
8    
9  Name:                   libvpx  Name:                   libvpx
10  Summary:                VP8 Video Codec SDK  Summary:                VP8 Video Codec SDK
11  Version:                0.9.5  Version:                0.9.5
12  Release:                %mkrel 1  Release:                %mkrel 2
13  License:                BSD  License:                BSD
14  Group:                  System/Libraries  Group:                  System/Libraries
15  Source0:                http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2  Source0:                http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
# Line 18  BuildRoot: %{_tmppath}/%{name}-%{version Line 22  BuildRoot: %{_tmppath}/%{name}-%{version
22  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
23  BuildRequires:          yasm  BuildRequires:          yasm
24  %endif  %endif
25    %if %build_doc
26  BuildRequires:          doxygen, php-cli  BuildRequires:          doxygen, php-cli
27    %endif
28    
29  %description  %description
30  libvpx provides the VP8 SDK, which allows you to integrate your applications  libvpx provides the VP8 SDK, which allows you to integrate your applications
# Line 142  rm -rf %{buildroot} Line 148  rm -rf %{buildroot}
148    
149  %files -n %develname  %files -n %develname
150  %defattr(-,root,root,-)  %defattr(-,root,root,-)
151    %if %build_doc
152  # These are SDK docs, not really useful to an end-user.  # These are SDK docs, not really useful to an end-user.
153  %doc docs/html  %doc docs/html
154    %endif
155  %{_includedir}/vpx/  %{_includedir}/vpx/
156  %{_libdir}/pkgconfig/libvpx.pc  %{_libdir}/pkgconfig/libvpx.pc
157  %{_libdir}/libvpx.so  %{_libdir}/libvpx.so

Legend:
Removed from v.16734  
changed lines
  Added in v.16735

  ViewVC Help
Powered by ViewVC 1.1.30