Mailinglist Archive: opensuse-commit (1792 mails)

< Previous Next >
commit gtg for openSUSE:Factory

Hello community,

here is the log from the commit of package gtg for openSUSE:Factory
checked in at Mon Feb 14 01:26:24 CET 2011.



--------
--- GNOME/gtg/gtg.changes 2010-08-04 17:33:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/gtg/gtg.changes 2011-02-12
20:25:49.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Feb 12 19:07:19 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.
+- 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:
------------------
++++++ gtg.spec ++++++
--- /var/tmp/diff_new_pack.5EJAlW/_old 2011-02-14 01:26:15.000000000 +0100
+++ /var/tmp/diff_new_pack.5EJAlW/_new 2011-02-14 01:26:15.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package gtg (Version 0.2.4)
+# spec file for package gtg
#
-# 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: gtg
Version: 0.2.4
-Release: 1
+Release: 2
License: GPLv3+
Summary: Personal Organizer for GNOME
Url: https://gtg.fritalk.com
@@ -32,11 +32,11 @@
BuildRequires: python-gobject2
BuildRequires: python-gtk
BuildRequires: update-desktop-files
-Requires: %{name}-lang = %{version}
Requires: python-configobj
Requires: python-gobject2
Requires: python-gtk
Requires: python-xdg
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{suse_version} > 1110
BuildArch: noarch
@@ -65,13 +65,27 @@

%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name} ProjectManagement
%fdupes -s %{buildroot}

%clean
rm -rf %{buildroot}

+%if 0%{?suse_version} > 1130
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+%endif
+
+%if 0%{?suse_version} > 1130
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
%files
%defattr(-, root, root)
%doc AUTHORS LICENSE CHANGELOG README


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



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
  • No further messages