|
@@ -8,14 +8,14 @@ Summary(ja): Flash アニメーションレンダリングライブラリ
|
|
|
|
|
|
Name: swfdec
|
|
Name: swfdec
|
|
Version: %{major_version}.2
|
|
Version: %{major_version}.2
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://swfdec.freedesktop.org/
|
|
URL: http://swfdec.freedesktop.org/
|
|
Source0: http://swfdec.freedesktop.org/download/%{name}/%{major_version}/%{name}-%{version}.tar.gz
|
|
Source0: http://swfdec.freedesktop.org/download/%{name}/%{major_version}/%{name}-%{version}.tar.gz
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: glib2-devel >= 2.16
|
|
BuildRequires: glib2-devel >= 2.16
|
|
BuildRequires: gstreamer-devel >= 0.10.11
|
|
BuildRequires: gstreamer-devel >= 0.10.11
|
|
@@ -28,7 +28,6 @@ BuildRequires: pango-devel >= %{pango_version}
|
|
Requires(pre): /sbin/ldconfig
|
|
Requires(pre): /sbin/ldconfig
|
|
Requires(post): /sbin/ldconfig
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
swfdec is a library for rendering Adobe Flash animations. Currently it handles
|
|
swfdec is a library for rendering Adobe Flash animations. Currently it handles
|
|
most Flash 3, 4 and many Flash 7 videos.
|
|
most Flash 3, 4 and many Flash 7 videos.
|
|
@@ -43,7 +42,6 @@ Requires: liboil-devel
|
|
Requires: pango-devel
|
|
Requires: pango-devel
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
-
|
|
|
|
%description devel
|
|
%description devel
|
|
%{name}-devel contains the files needed to build packages that depend on
|
|
%{name}-devel contains the files needed to build packages that depend on
|
|
swfdec.
|
|
swfdec.
|
|
@@ -51,12 +49,12 @@ swfdec.
|
|
|
|
|
|
%package gtk
|
|
%package gtk
|
|
Summary: A library for easy embedding of Flash files in an application
|
|
Summary: A library for easy embedding of Flash files in an application
|
|
-Group: Development/Libraries
|
|
+Summary(ja): Flash ファイルをアプリケーションに容易に埋め込むためのライブラリ
|
|
|
|
+Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires(pre): /sbin/ldconfig
|
|
Requires(pre): /sbin/ldconfig
|
|
Requires(post): /sbin/ldconfig
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
|
|
-
|
|
|
|
%description gtk
|
|
%description gtk
|
|
%{name}-gtk is a library for developers that allows one to easily embed
|
|
%{name}-gtk is a library for developers that allows one to easily embed
|
|
Flash videos and animations into their appplications.
|
|
Flash videos and animations into their appplications.
|
|
@@ -70,7 +68,6 @@ Requires: %{name}-gtk = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: gtk2-devel
|
|
Requires: gtk2-devel
|
|
|
|
|
|
-
|
|
|
|
%description gtk-devel
|
|
%description gtk-devel
|
|
%{name}-gtk is a library for developers that allows one to easily embed
|
|
%{name}-gtk is a library for developers that allows one to easily embed
|
|
Flash videos and animations into their appplications. This package contains
|
|
Flash videos and animations into their appplications. This package contains
|
|
@@ -79,7 +76,6 @@ files necessary to build packages and appplications that use %{name}-gtk.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static --with-audio=alsa
|
|
%configure --disable-static --with-audio=alsa
|
|
@@ -112,12 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
-
|
|
|
|
-%post gtk -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
+%post gtk -p /sbin/ldconfig
|
|
|
|
|
|
%postun gtk -p /sbin/ldconfig
|
|
%postun gtk -p /sbin/ldconfig
|
|
|
|
|
|
@@ -127,15 +120,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
%doc AUTHORS COPYING NEWS README
|
|
%doc AUTHORS COPYING NEWS README
|
|
%{_libdir}/libswfdec-%{major_version}.so.*
|
|
%{_libdir}/libswfdec-%{major_version}.so.*
|
|
|
|
|
|
-
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
%{_libdir}/pkgconfig/%{name}-%{major_version}.pc
|
|
%{_libdir}/pkgconfig/%{name}-%{major_version}.pc
|
|
%{_libdir}/libswfdec-%{major_version}.so
|
|
%{_libdir}/libswfdec-%{major_version}.so
|
|
%dir %{_includedir}/%{name}-%{major_version}
|
|
%dir %{_includedir}/%{name}-%{major_version}
|
|
%{_includedir}/%{name}-%{major_version}/swfdec/
|
|
%{_includedir}/%{name}-%{major_version}/swfdec/
|
|
-
|
|
+%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
%files gtk
|
|
%files gtk
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -143,7 +134,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
#%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
#%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
%{_libdir}/libswfdec-gtk-%{major_version}.so.*
|
|
%{_libdir}/libswfdec-gtk-%{major_version}.so.*
|
|
|
|
|
|
-
|
|
|
|
%files gtk-devel
|
|
%files gtk-devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/libswfdec-gtk-%{major_version}.so
|
|
%{_libdir}/libswfdec-gtk-%{major_version}.so
|
|
@@ -152,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-4
|
|
|
|
+- moved gtk subpackage to System Environment/Libraries
|
|
|
|
+
|
|
* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-3
|
|
* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-3
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|