Changes of Revision 8
[-] | Changed | swfmill.spec |
x 1
2 #!BuildIgnore: post-build-checks 3 4 -Summary: xml2swf and swf2xml processor 5 +Summary: A xml2swf and swf2xml processor 6 Name: swfmill 7 Version: 0.2.12 8 Release: 1 9
10 URL: http://swfmill.org/ 11 12 13 -Source: http://swfmill.org/releases/swfmill-%{version}.tar.gz 14 +Source: http://swfmill.org/releases/swfmill-%{version}.tar.bz2 15 Patch0: swfmill-gcc43.patch 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 17 18
19 building simple SWFs 20 21 %package devel 22 -Summary: Header files, libraries and development documentation for %{name}. 23 +Summary: Header files, libraries and development documentation for %{name} 24 Group: Development/Libraries 25 Requires: %{name} = %{version}-%{release} 26 27
28 %install 29 %{__rm} -rf %{buildroot} 30 %{__make} install DESTDIR="%{buildroot}" 31 - 32 +strip %{buildroot}%{_bindir}/swfmill 33 +strip %{buildroot}%{_libdir}/libswfmillxslt.so.0.0.0 34 +strip %{buildroot}%{_libdir}/libswft.so.0.0.0 35 %clean 36 %{__rm} -rf %{buildroot} 37 38 +%post -p /sbin/ldconfig 39 + 40 +%postun -p /sbin/ldconfig 41 + 42 %files 43 %defattr(-, root, root, 0755) 44 -%doc AUTHORS COPYING INSTALL NEWS README TODO 45 +%doc AUTHORS COPYING NEWS README TODO 46 %{_bindir}/swfmill 47 %{_libdir}/libswfmillxslt.so.* 48 %{_libdir}/libswft.so.* 49 |
||
Renamed | swfmill-0.2.12.tar.bz2 ^ |