Author: megabajt Date: Sat Jan 31 16:08:56 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - added missing requires lp#323454 - moved %gconf_schema_uninstall to preun - release 7
---- Files affected: SPECS: istanbul.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/istanbul.spec diff -u SPECS/istanbul.spec:1.21 SPECS/istanbul.spec:1.22 --- SPECS/istanbul.spec:1.21 Mon Oct 20 20:04:23 2008 +++ SPECS/istanbul.spec Sat Jan 31 17:08:50 2009 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie do nagrywania sesji graficznych Name: istanbul Version: 0.2.2 -Release: 6 +Release: 7 License: GPL v2 Group: X11/Applications Source0: http://zaheer.merali.org/%{name}-%{version}.tar.bz2 @@ -26,20 +26,22 @@ BuildRequires: python-gstreamer >= 0.10 BuildRequires: python-pygtk-gtk Requires(post,postun): /sbin/ldconfig -Requires(post,postun): GConf2 +Requires(post,preun): GConf2 %pyrequires_eq python-libs Requires: gstreamer-GConf +Requires: gstreamer-imagesink-x Requires: gstreamer-theora Requires: gstreamer-vorbis Requires: python-Xlib >= 0.13 Requires: python-gnome-extras-egg +Requires: python-gstreamer >= 0.10 # s...@latn vs. s...@latin Conflicts: glibc-misc < 6:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Istanbul is a desktop session recorder for the Free Desktop. -It records your session into an Ogg Theora video file. +Istanbul is a desktop session recorder for the Free Desktop. It +records your session into an Ogg Theora video file. %description -l pl.UTF-8 Istanbul to narzędzie do nagrywania sesji graficznych. Nagrywa sesje @@ -72,7 +74,10 @@ [ -d $RPM_BUILD_ROOT%{_datadir}/locale/s...@latin ] || \ mv -f $RPM_BUILD_ROOT%{_datadir}/locale/s...@{latn,latin} -%find_lang %{name} --with-gnome + +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-*/*.la + +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -81,20 +86,21 @@ %gconf_schema_install istanbul.schemas /sbin/ldconfig -%postun +%preun %gconf_schema_uninstall istanbul.schemas -/sbin/ldconfig + +%postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_libdir}/gstreamer-*/*.so* -%{_mandir}/man1/* -%{_desktopdir}/* -%{_pixmapsdir}/* +%{_mandir}/man1/*.1* +%{_desktopdir}/istanbul.desktop +%{_pixmapsdir}/istanbul.png %{py_sitescriptdir}/%{name} -%{_sysconfdir}/gconf/schemas/* +%{_sysconfdir}/gconf/schemas/istanbul.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -102,6 +108,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2009/01/31 16:08:50 megabajt +- added missing requires lp#323454 +- moved %gconf_schema_uninstall to preun +- release 7 + Revision 1.21 2008/10/20 18:04:23 arekm - rel 6; build fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/istanbul.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
