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

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

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

revision 139386 by matteo, Tue Sep 6 10:33:15 2011 UTC revision 232131 by matteo, Fri Apr 20 18:39:32 2012 UTC
# Line 1  Line 1 
1  Name: swftools  Name:           swftools
2  Version: 0.9.1  Version:        0.9.2
3  Release: %mkrel 1  Release:        %mkrel 1
4  Summary: SWFTools is a collection of utilities for working with Adobe Flash files  Summary:        A collection of utilities for working with Adobe Flash files
5  License: GPLv2  License:        GPLv2
6  Url: http://www.swftools.org  Url:            http://www.swftools.org
7  Source0: http://www.swftools.org/swftools-0.9.1.tar.gz  Source:         http://www.swftools.org/%{name}-%{version}.tar.gz
8  Group: Graphics  Patch0:         %{name}-%{version}_general.patch
9    Group:          Graphics
10  BuildRequires: jpeg-devel  
11  BuildRequires: freetype-devel  BuildRequires:  jpeg-devel
12  BuildRequires: libtool  BuildRequires:  freetype2-devel
13    BuildRequires:  libtool
14  Requires: libjpeg  BuildRequires:  zlib-devel
15  Requires: freetype  %ifarch %ix86
16    BuildRequires:  libgif-devel
17    %endif
18    %ifarch %x86_64
19    BuildRequires:  lib64gif-devel
20    %endif
21    
22  %description  %description
23  The tool collection includes programs for reading SWF files,  The tool collection includes programs for reading SWF files,
# Line 22  SWFTools is released under the GPL. Line 27  SWFTools is released under the GPL.
27    
28  %prep  %prep
29  %setup -q  %setup -q
30    %patch0 -p1 -b .generalpatch
31    
32  %build  %build
33  %configure2_5x  %configure2_5x
34  %make  %make
35    
36  %install  %install
37  %{__rm} -rf $RPM_BUILD_ROOT  rm -rf %{buildroot}
38  %makeinstall  %makeinstall
39    
 %clean  
 %{__rm} -rf $RPM_BUILD_ROOT  
   
40  %files  %files
 %defattr(-,root,root,-)  
41  %{_bindir}/as3compile  %{_bindir}/as3compile
42  %{_bindir}/font2swf  %{_bindir}/font2swf
43  %{_bindir}/gif2swf  %{_bindir}/gif2swf
# Line 50  SWFTools is released under the GPL. Line 52  SWFTools is released under the GPL.
52  %{_bindir}/swfrender  %{_bindir}/swfrender
53  %{_bindir}/swfstrings  %{_bindir}/swfstrings
54  %{_bindir}/wav2swf  %{_bindir}/wav2swf
55  %{_mandir}/man1/*.xz  %{_mandir}/man1/*
56  %{_datadir}/%{name}/swfs/*.swf  %{_datadir}/%{name}/swfs/*.swf

Legend:
Removed from v.139386  
changed lines
  Added in v.232131

  ViewVC Help
Powered by ViewVC 1.1.30