Hello community,

here is the log from the commit of package koffice2-l10n for openSUSE:Factory
checked in at Mon Sep 19 22:54:12 CEST 2011.



--------
--- KDE/koffice2-l10n/koffice2-l10n.changes     2011-01-18 14:04:38.000000000 
+0100
+++ /mounts/work_src_done/STABLE/koffice2-l10n/koffice2-l10n.changes    
2011-09-18 14:15:10.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Sep 16 13:00:21 UTC 2011 - [email protected]
+
+- Changed descriptions (fix for RPMLINT warning)
+- Changed documentation summaries
+- Changed license headers
+- Added proper Valencian (ca@valencia) attributes
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback KDE/koffice2-l10n
Destination is koffice2-l10n
calling whatdependson for head-i586


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

Other differences:
------------------
++++++ koffice2-l10n.spec ++++++
++++ 674 lines (skipped)
++++ between KDE/koffice2-l10n/koffice2-l10n.spec
++++ and /mounts/work_src_done/STABLE/koffice2-l10n/koffice2-l10n.spec

++++++ attributes ++++++
++++ 639 lines (skipped)
++++ between KDE/koffice2-l10n/attributes
++++ and /mounts/work_src_done/STABLE/koffice2-l10n/attributes

++++++ koffice2-l10n.spec.in ++++++
--- /var/tmp/diff_new_pack.k3jzuT/_old  2011-09-19 22:54:05.000000000 +0200
+++ /var/tmp/diff_new_pack.k3jzuT/_new  2011-09-19 22:54:05.000000000 +0200
@@ -1,20 +1,28 @@
 #
-# spec file for package koffice2-l10n (Version 2.3.0)
+# spec file for package koffice2-l10n
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
 #
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # icecream 0
 
 Name:           koffice2-l10n
-BuildRequires:  kdelibs4-doc libkde4-devel fdupes
+BuildRequires:  fdupes
+BuildRequires:  kdelibs4-doc
+BuildRequires:  libkde4-devel
 Url:            http://i18n.kde.org/
-License:        GPL v2 or later
+License:        GPLv2+
 Group:          System/GUI/KDE
 Summary:        Translations for KOffice2
 Version:        2.3.1
@@ -22,8 +30,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 #@SOURCES@
-Source200:      update_spec.pl
-Source201:      attributes
+Source200:        update_spec.pl
+Source201:        attributes
 %define build_languages @LANGUAGES@
 
 %description
@@ -36,7 +44,7 @@
 
 %build
 cd ..
-for i in %build_languages; do
+for i in %{build_languages}; do
    pushd koffice-l10n-$i-%version || exit 1
    %cmake_kde4 -d build
    %make_jobs
@@ -47,14 +55,14 @@
 cd ..
 for i in %build_languages; do
    pushd koffice-l10n-$i-%version/build || exit 1
-   %makeinstall
+   %make_install
    popd
 
    # work-around for bnc#457908
-   mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/$i/common
+   mkdir -p %{buildroot}%{_kde4_htmldir}/$i/common
 done
- 
-for i in %build_languages; do
+
+for i in %{build_languages}; do
    filename=$i
    case $i in
        sr@Latn)
@@ -63,25 +71,25 @@
    esac
    {
    echo "%defattr(-,root,root)"
-   if test -d $RPM_BUILD_ROOT/usr/share/locale/$i; then
-        echo "%lang($i) /usr/share/locale/$i/LC_MESSAGES/*"
+   if test -d %{buildroot}%{_datadir}/locale/$i; then
+        echo "%lang($i) %{_datadir}/locale/$i/LC_MESSAGES/*"
    fi
-   if test -f $RPM_BUILD_ROOT/usr/share/kde4/apps/koffice/autocorrect/$i.xml; 
then
-        echo "%dir /usr/share/kde4/apps/koffice"
-        echo "%dir /usr/share/kde4/apps/koffice/autocorrect"
-        echo "%lang($i) /usr/share/kde4/apps/koffice/autocorrect/$i.xml"
+   if test -f %{buildroot}%{_kde4_appsdir}/koffice/autocorrect/$i.xml; then
+        echo "%dir %{_kde4_appsdir}/koffice"
+        echo "%dir %{_kde4_appsdir}/koffice/autocorrect"
+        echo "%lang($i) %{_kde4_appsdir}/koffice/autocorrect/$i.xml"
    fi
    } > files.$filename
    {
    echo "%defattr(-,root,root)"
-   if test -d $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/$i; then
-        echo "%lang($i) %doc /usr/share/doc/kde/HTML/$i"
+   if test -d %{buildroot}%{_kde4_htmldir}/$i; then
+        echo "%lang($i) %doc %{_kde4_htmldir}/$i"
    fi
    } > files.doc.$filename
    cat files.$filename files.doc.$filename >files.both.$filename
 done
-%fdupes -s $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}
 
 #@FILES@
 
-%changelog -n koffice2-l10n
+%changelog

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.k3jzuT/_old  2011-09-19 22:54:05.000000000 +0200
+++ /var/tmp/diff_new_pack.k3jzuT/_new  2011-09-19 22:54:05.000000000 +0200
@@ -13,7 +13,7 @@
 echo "languages are $languages"
 for lang in $languages; do
 
- sed -e "s,#@SOURCES@,Source$nr: 
koffice-l10n-$lang-%version.tar.bz2\n#@SOURCES@," koffice2-l10n.spec > 
koffice2-l10n.spec.tmp && mv koffice2-l10n.spec.tmp koffice2-l10n.spec
+ sed -e "s,#@SOURCES@,Source$nr:       
koffice-l10n-$lang-%version.tar.bz2\n#@SOURCES@," koffice2-l10n.spec > 
koffice2-l10n.spec.tmp && mv koffice2-l10n.spec.tmp koffice2-l10n.spec
 
  plang=$lang
  if test "$lang" = "sr@Latn"; then


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



Remember to have fun...

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

Reply via email to