SPECS: swfdec-gnome.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Dec 16 13:09:49 CET 2007
Author: qboosh Date: Sun Dec 16 12:09:49 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
swfdec-gnome.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/swfdec-gnome.spec
diff -u /dev/null SPECS/swfdec-gnome.spec:1.1
--- /dev/null Sun Dec 16 13:09:49 2007
+++ SPECS/swfdec-gnome.spec Sun Dec 16 13:09:44 2007
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary: GNOME integration for swfdec Flash rendering library
+Summary(pl.UTF-8): Integracja z GNOME biblioteki renderującej animacje Flash swfdec
+Name: swfdec-gnome
+Version: 0.5.4
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Multimedia
+Source0: http://swfdec.freedesktop.org/download/swfdec-gnome/0.5/%{name}-%{version}.tar.gz
+# Source0-md5: 5073dfa22239f77ae7407a7e1a5062af
+Source1: %{name}.pl.po
+URL: http://swfdec.freedesktop.org/wiki/
+# just gconftool-2
+BuildRequires: GConf2
+BuildRequires: autoconf >= 2.58
+BuildRequires: automake >= 1:1.6
+BuildRequires: gnome-common >= 2.0
+BuildRequires: gtk+2-devel >= 2:2.12.0
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.357
+BuildRequires: swfdec-devel >= 0.5.4
+BuildRequires: swfdec-gtk-devel >= 0.5.4
+# for thumbnailer
+Requires(post,preun): GConf2
+# for player
+Requires: swfdec-icons >= 0.5.4
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains programs to integrate Flash functionality
+provided by swfdec libraries into the GNOME desktop. Its main
+application is swfdec-player, a stand-alone viewer for Flash files. It
+also contains swfdec-thumbnailer, a program that provides screenshots
+for files to display in the Nautilus file manager.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera programy integrujące obsługę plików Flash
+zapewnianą przez biblioteki swfdec ze środowiskiem GNOME. Główna
+aplikacja to swfdec-player - samodzielny odtwarzacz plików Flash.
+Pakiet zawiera także program swfdec-thumbnailer, dostarczajacy migawki
+plików do wyświetlania w zarządcy plików Nautilus.
+
+%prep
+%setup -q
+
+test ! -f po/pl.po || exit 1
+cp %{SOURCE1} po/pl.po
+echo pl >> po/LINGUAS
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-schemas-install
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install swfdec-thumbnailer.schemas
+
+%preun
+%gconf_schema_uninstall swfdec-thumbnailer.schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS MAINTAINERS NEWS README
+# player
+%attr(755,root,root) %{_bindir}/swfdec-player
+%{_datadir}/swfdec-gnome
+%{_desktopdir}/swfdec-player.desktop
+# thumbnailer
+%attr(755,root,root) %{_bindir}/swfdec-thumbnailer
+%{_sysconfdir}/gconf/schemas/swfdec-thumbnailer.schemas
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007-12-16 12:09:44 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list