Mailinglist Archive: opensuse-commit (1792 mails)

< Previous Next >
commit pitivi for openSUSE:Factory

Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory
checked in at Mon Feb 14 01:37:48 CET 2011.



--------
--- GNOME/pitivi/pitivi.changes 2010-10-15 15:39:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/pitivi/pitivi.changes 2011-02-13
09:36:54.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Feb 12 19:44:36 CET 2011 - vuntz@xxxxxxxxxxxx
+
+- Call relevant macros in %post/%postun:
+ + %desktop_database_post/postun because the package ships at
+ least one desktop file.
+ + %icon_theme_cache_post/postun because the package ships themed
+ icons.
+ + %mime_database_post/postun because the package ships a mime
+ type definition.
+- Add shared-mime-info BuildRequires to have the %mime_database*
+ macros.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+ can be packaged with the program, and not in the lang subpackage.
+- Change Requires of lang subpackage to Recommends, since the
+ english documentation is not there anymore.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pitivi.spec ++++++
--- /var/tmp/diff_new_pack.UVTofc/_old 2011-02-14 01:37:38.000000000 +0100
+++ /var/tmp/diff_new_pack.UVTofc/_new 2011-02-14 01:37:38.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package pitivi (Version 0.13.5)
+# spec file for package pitivi
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@

Name: pitivi
Version: 0.13.5
-Release: 2
+Release: 3
License: LGPLv2.1+
Summary: Intuitive and featureful movie editor
Url: http://www.pitivi.org/
@@ -29,8 +29,9 @@
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: python-devel
+BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
-Requires: %{name}-lang = %{version}
+Recommends: %{name}-lang
Requires: gstreamer-0_10
Requires: gstreamer-0_10-plugin-gnonlin
# For gconf
@@ -56,7 +57,7 @@

%install
%makeinstall
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
%fdupes %{buildroot}%{_datadir}
%fdupes %{buildroot}%{_libdir}
@@ -65,19 +66,25 @@
rm -rf %{buildroot}

%post
+%if 0%{?suse_version} > 1130
+%desktop_database_post
+%icon_theme_cache_post
+%mime_database_post
+%else
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
-%if 0%{?suse_version} >= 1140
- %icon_theme_cache_post
%endif

%postun
+%if 0%{?suse_version} > 1130
+%desktop_database_postun
+%icon_theme_cache_postun
+%mime_database_postun
+%else
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
-%if 0%{?suse_version} >= 1140
- %icon_theme_cache_postun
%endif

%files


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread