Search
j0ke.net Open Build Service
>
Projects
>
devel
>
swfmill
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
swfmill.spec
@@ -1,6 +1,6 @@ #!BuildIgnore: post-build-checks -Summary: xml2swf and swf2xml processor +Summary: A xml2swf and swf2xml processor Name: swfmill Version: 0.2.12 Release: 1 @@ -9,7 +9,7 @@ URL: http://swfmill.org/ -Source: http://swfmill.org/releases/swfmill-%{version}.tar.gz +Source: http://swfmill.org/releases/swfmill-%{version}.tar.bz2 Patch0: swfmill-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -43,7 +43,7 @@ building simple SWFs %package devel -Summary: Header files, libraries and development documentation for %{name}. +Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -63,13 +63,19 @@ %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" - +strip %{buildroot}%{_bindir}/swfmill +strip %{buildroot}%{_libdir}/libswfmillxslt.so.0.0.0 +strip %{buildroot}%{_libdir}/libswft.so.0.0.0 %clean %{__rm} -rf %{buildroot} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-, root, root, 0755) -%doc AUTHORS COPYING INSTALL NEWS README TODO +%doc AUTHORS COPYING NEWS README TODO %{_bindir}/swfmill %{_libdir}/libswfmillxslt.so.* %{_libdir}/libswft.so.*
Renamed
swfmill-0.2.12.tar.bz2
^