Hello community,

here is the log from the commit of package frogr for openSUSE:12.2 checked in 
at 2012-06-29 15:15:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/frogr (Old)
 and      /work/SRC/openSUSE:12.2/.frogr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frogr", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.2/frogr/frogr.changes 2012-06-25 15:19:19.000000000 
+0200
+++ /work/SRC/openSUSE:12.2/.frogr.new/frogr.changes    2012-06-29 
15:16:00.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jun 29 13:15:00 CEST 2012 - [email protected]
+
+- Manually ship preferences-general.png as source: it's a picture
+  from the documentation, missing in the tarball. The fact that
+  it's missing creates a broken symlink, that makes the build of
+  bundle-lang-gnome-extras fail.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  ends in the main subpackage, instead of the lang subpackage.
+
+-------------------------------------------------------------------

New:
----
  preferences-general.png

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

Other differences:
------------------
++++++ frogr.spec ++++++
--- /var/tmp/diff_new_pack.L26IDY/_old  2012-06-29 15:16:01.000000000 +0200
+++ /var/tmp/diff_new_pack.L26IDY/_new  2012-06-29 15:16:01.000000000 +0200
@@ -24,6 +24,7 @@
 Group:          Productivity/Graphics/Other
 Url:            https://live.gnome.org/Frogr
 Source:         
http://download.gnome.org/sources/frogr/0.7/%{name}-%{version}.tar.xz
+Source1:        preferences-general.png
 BuildRequires:  gnome-doc-utils-devel >= 0.10.13
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
@@ -49,6 +50,9 @@
 %lang_package
 %prep
 %setup -q
+# deal with picture from tarball; fixed in git
+test ! -f help/C/figures/preferences-general.png
+cp -a %{SOURCE1} help/C/figures/preferences-general.png
 
 %build
 %configure
@@ -56,7 +60,7 @@
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file frogr Viewer
 
 %clean
@@ -81,6 +85,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%dir %{_datadir}/gnome/help/frogr
+%doc %{_datadir}/gnome/help/frogr/C
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to