Projects
Kontact:4.13:Development
kde-l10n
kde-l10n.spec
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kde-l10n.spec of Package kde-l10n (Revision 14)
Currently displaying revision
14
,
Show latest
%define buildall 0 %if 0%{?fedora} > 21 %define omit_plasma5_bits 1 %endif # trim changelog included in binary rpms %global _changelog_trimtime %(date +%s -d "1 year ago") Name: kde-l10n Summary: Internationalization support for KDE Applications Version: 99.12.3 Release: 1%{?dist} Url: http://www.kde.org License: LGPLv2 BuildArch: noarch # optimize simple noarch pkg, no debuginfo %define debug_package %{nil} %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source1: kde-l10n_4.13.1.orig.tar.xz Source1000: subdirs-kde-l10n BuildRequires: cmake BuildRequires: findutils BuildRequires: gettext # kde4 bits BuildRequires: kdelibs4-devel >= 4.14.4 # kf5 bits BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: kf5-kdoctools-devel BuildRequires: kf5-ki18n-devel # not sure why this is needed -- rex BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel Requires: kde-filesystem # klickety moved kde-i18n -> kde-l10n (#656523) Conflicts: kde-i18n < 1:3.5.10-13 # khelpcenter moved to kde-apps-16.04, and so did it's translations Conflicts: khelpcenter < 1:16.04 %if 0%{?fedora} > 22 %global kdenlive 1 Conflicts: kdenlive < 15.08 %endif # https://bugzilla.rpmfusion.org/show_bug.cgi?id=4459 %if 0 %global kwave 1 Conflicts: kwave < 16.12 %endif %description Internationalization support for KDE. %package de Summary: German language support for KDE Applications Requires: %{name} = %{version}-%{release} Requires: qt5-qttranslations %if 0%{?fedora} > 22 Supplements: (%{name} = %{version}-%{release} and langpacks-de) %endif Provides: %{name}-German = %{version}-%{release} Obsoletes: %{name}-German < 4.14.3-2 %description de %{summary}. %prep %setup -T -q -n %{name}-%{version} -c for i in $(cat %{SOURCE1000}) ; do echo $i | grep -v '^#' && \ %{__xz} --decompress --stdout %{_sourcedir}/%{name}_4.13.1.orig-$i.tar.xz | %{__tar} -xf - done for i in $(cat %{SOURCE1000}) ; do if [ -d "%{name}-$i-4.13.1" ]; then pushd %{name}-$i-4.13.1 for jj in 4/. 4/${i}/${i}@* ; do j=$(basename ${jj}) if [ -d 4/${i}/${j} ] ; then # skip kdewebdev for now, because we're still shipping kdewebdev 3 due to Quanta sed -i -e 's/add_subdirectory( *kdewebdev *)/#add_subdirectory(kdewebdev)/g' 4/$i/$j/messages/CMakeLists.txt if [ -e 4/$i/$j/docs/CMakeLists.txt ] ; then sed -i -e 's/add_subdirectory( *kdewebdev *)/#add_subdirectory(kdewebdev)/g' 4/$i/$j/docs/CMakeLists.txt fi # remove lilo-config, conflicts with 3.5.10 rm -fv 4/$i/$j/messages/kdeadmin/kcmlilo.po if [ -e 4/$i/$j/docs/kdeadmin/CMakeLists.txt ] ; then sed -i -e 's/add_subdirectory( *lilo-config *)/#add_subdirectory(lilo-config)/g' 4/$i/$j/docs/kdeadmin/CMakeLists.txt fi # remove bogus duplicated kdepim stuff from kdenetwork if [ -e 4/$i/$j/docs/kdenetwork/CMakeLists.txt ] ; then sed -i -e 's/add_subdirectory( *korn *)/#add_subdirectory(korn)/g' -e 's/add_subdirectory( *kmail *)/#add_subdirectory(kmail)/g' -e 's/add_subdirectory( *knode *)/#add_subdirectory(knode)/g' 4/$i/$j/docs/kdenetwork/CMakeLists.txt fi # some languages still ship the kpilot stuff # zap it so the kpilot package can ship all translations itself rm -fv 4/$i/$j/messages/kdepim/kpilot.po if [ -e 4/$i/$j/docs/kdepim/CMakeLists.txt ] ; then sed -i -e 's/add_subdirectory( *kpilot *)/#add_subdirectory(kpilot)/g' 4/$i/$j/docs/kdepim/CMakeLists.txt fi # kdegraphics if [ -e 4/$i/$j/docs/kdegraphics/CMakeLists.txt ] ; then sed -i -e 's/add_subdirectory( *ksnapshot *)/#add_subdirectory(ksnapshot)/g' 4/$i/$j/docs/kdegraphics/CMakeLists.txt fi # omit conflict(s) with plasma-5.6.x rm -fv 4/$i/$j/messages/kdelibs/kcm_activities.po %if ! 0%{?kdenlive} # rpmfusion not updated to kf5 kdenlive yet, omit from here for now rm -fv 5/$i/$j/messages/kdemultimedia/kdenlive.po if [ -e 5/$i/$j/docs/kdemultimedia/CMakeLists.txt ] ; then sed -i -e 's/^add_subdirectory( *kdenlive *)/#add_subdirectory(kdenlive)/g' 5/$i/$j/docs/kdemultimedia/CMakeLists.txt fi %endif %if ! 0%{?kwave} # rpmfusion not updated to kf5 kwave yet, omit from here for now rm -fv 5/$i/$j/messages/kdemultimedia/kwave.po if [ -e 5/$i/$j/docs/kdemultimedia/CMakeLists.txt ] ; then sed -i -e 's/^add_subdirectory( *kwave *)/#add_subdirectory(kwave)/g' 5/$i/$j/docs/kdemultimedia/CMakeLists.txt fi %endif %if 0%{?omit_plasma5_bits} # Remove translations shipped by Plasma 5 and KDE Frameworks 5 # Each Plasma 5 and KF5 app/library ship their own translations in their tarballs, so they # often conflict with kde-l10n, since most of the catalogs still have the same name # Provided by plasma-workspace and plasma-desktop sed -i -e 's/add_subdirectory( *kde-workspace *)/#add_subdirectory(kde-workspace)/g' 4/$i/$j/messages/CMakeLists.txt if [ -e 4/$i/$j/docs/CMakeLists.txt ]; then sed -i -e 's/add_subdirectory( *kde-workspace *)/#add_subdirectory(kde-workspace)/g' 4/$i/$j/docs/CMakeLists.txt fi rm -fv 4/$i/$j/messages/kde-runtime/{attica_kde,knetattach,drkonqi,phonon_kde,soliduiserver}.po rm -fv 4/$i/$j/messages/kde-runtime/kcm{_device_automounter,_emoticons,_phonon,componentchooser,icons,kded,notify}.po rm -fv 4/$i/$j/messages/kde-runtime/kio_{applications,remote}.po rm -fv 4/$i/$j/messages/kdelibs/{kcm_baloofile,plasma_runner_baloosearchrunner}.po rm -fv 4/$i/$j/messages/applications/useraccount.po if [ -e 4/$i/$j/docs/kde-runtime/CMakeLists.txt ]; then sed -i -e 's/add_subdirectory( *fundamentals *)/#add_subdirectory(fundamentals)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt sed -i -e 's/add_subdirectory( *kcontrol *)/#add_subdirectory(kcontrol)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt sed -i -e 's/add_subdirectory( *kdesu *)/#add_subdirectory(kdesu)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt sed -i -e 's/add_subdirectory( *khelpcenter *)/#add_subdirectory(khelpcenter)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt sed -i -e 's/add_subdirectory( *knetattach *)/#add_subdirectory(knetattach)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt sed -i -e 's/add_subdirectory( *onlinehelp *)/#add_subdirectory(onlinehelp)/g' 4/$i/$j/docs/kde-runtime/CMakeLists.txt fi # Provided by kdeplasma-addons sed -i -e 's/add_subdirectory( *kdeplasma-addons *)/#add_subdirectory(kdeplasma-addons)/g' 4/$i/$j/messages/CMakeLists.txt # Provided by kf5-kfilemetada rm -fv 4/$i/$j/messages/kdelibs/kfilemetadata.po # Provided by kf5-baloo rm -fv 4/$i/$j/messages/kdelibs/kio_{baloosearch,tags,timeline}.po rm -fv 4/$i/$j/messages/kdelibs/baloo{search,show,_file,_file_extractor}.po # Provided by kio-extras rm -fv 4/$i/$j/messages/kde-runtime/kio_{archive,bookmarks,fish,info,man,nfs,recentdocuments,sftp,smb,thumbnail}.po # Provided by kde-cli-tools rm -fv 4/$i/$j/messages/kde-runtime/{filetypes,kcmshell,kdesu,kioclient,kmimetypefinder,kstart,ktraderclient}.po # Provided by khelpcenter rm -fv 4/$i/$j/messages/kde-runtime/{htmlsearch,kcmhtmlsearch,khelpcenter}.po # Provided by ktp-desktop-applets rm -fv 4/$i/$j/messages/kdenetwork/plasma_applet_org.kde.ktp-{contact,presence}.po %endif fi done popd fi done %build for i in $(cat %{SOURCE1000}) ; do if [ -d "%{name}-$i-4.13.1" ]; then pushd %{name}-$i-4.13.1 mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. -DKDE_INSTALL_DATADIR:PATH=%{_kf5_datadir} make %{?_smp_mflags} popd popd fi done %install for i in $(cat %{SOURCE1000}) ; do if [ -d %{name}-$i-4.13.1/%{_target_platform} ]; then make install/fast DESTDIR=%{buildroot} -C %{name}-$i-4.13.1/%{_target_platform} fi done mkdir -p \ %{buildroot}%{_kf5_datadir}/step/objinfo/l10n/ mv -v \ %{buildroot}%{_kde4_appsdir}/step/objinfo/l10n/* \ %{buildroot}%{_kf5_datadir}/step/objinfo/l10n/ ||: mkdir -p \ %{buildroot}%{_kf5_datadir}/khangman/ mv -v \ %{buildroot}%{_kde4_appsdir}/khangman/*.txt \ %{buildroot}%{_kf5_datadir}/khangman/ ||: ## unpackaged files # get rid of flags (which should be included in kde-runtime-flags?), currently: # kde-l10n-km-4.5.1/messages/flag.png # kde-l10n-th-4.5.1/messages/flag.png # kde-l10n-zh_CN-4.5.1/messages/flag.png # (get this fixed upstream) -- Rex rm -rfv %{buildroot}%{_datadir}/locale/*/flag.png # -tr includes some script, pretty sure it's a translator's tool # not intended to be installed rm -fv %{buildroot}%{_datadir}/locale/tr/ceviri_uygula.sh # conflicts with kf5-ki18n rm -rfv %{buildroot}%{_datadir}/locale/*/LC_SCRIPTS/ki18n5/ # installs both kde4 and kf5 copies rm -rfv %{buildroot}%{_kde4_appsdir}/kvtml/nn/ %files # empty %files de %lang(de) %{_datadir}/locale/de/LC_MESSAGES/* %lang(de) %{_datadir}/locale/de/LC_SCRIPTS/ %lang(de) %{_datadir}/locale/de/entry.desktop %lang(de) %{_kde4_appsdir}/autocorrect/de_DE.xml %lang(de) %{_kde4_appsdir}/kajongg/voices/de/ %lang(de) %{_kde4_appsdir}/klettres/de/ %lang(de) %{_kde4_appsdir}/ktuberling/sounds/de* %lang(de) %{_kf5_datadir}/step/objinfo/l10n/de/ %lang(de) %{_kde4_docdir}/HTML/de/* %lang(de) %{_mandir}/de/*/* %changelog * Wed Mar 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1 - 16.12.3 * Fri Feb 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-2 - omit kwave translations (for now) * Sun Feb 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-1 - 16.12.2 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.1-1 - 16.12.1 * Wed Nov 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.3-1 - 16.08.3 * Thu Oct 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.2-1 - 16.08.2 * Thu Sep 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.1-1 - 16.08.1 * Fri Aug 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1 - 16.08.0 * Fri Jul 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.3-1 - 16.04.3 * Sun Jun 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.2-1 - 16.04.2 * Sun May 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.1-1 - 16.04.1, Conflicts: khelpcenter < 16.04 * Fri Apr 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1 - 16.04.0 (+ast) * Tue Apr 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-5 - move patching to %%prep - omit ksnapshot docs (#1325629) - kde-l10n-sr conflicts (#1326434) * Mon Apr 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-4 - omit kcm_activities.mo (#1325724) * Wed Mar 23 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.3-3 - restore kdenlive (rpmfusion f23+ updated) * Wed Mar 23 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-2 - Requires: qt5-qttranslations (#1319509) - update Summary: s/for KDE/for KDE Applications/ * Sat Mar 12 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.3-1 - 15.12.3 * Tue Feb 23 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.2-1 - 15.12.2 * Mon Feb 22 2016 Parag Nemade <pnemade AT redhat DOT com> - 15.08.3-4 - Added Supplements tag for new langpacks installation guidelines. - https://fedorahosted.org/fpc/ticket/593#comment:18 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.08.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 06 2016 Rex Dieter <rdieter@fedoraproject.org> 15.08.3-2 - trim changelog, omit fundmentals/onlinehelp HTML docs (conflicts with khelpcenter-5) * Sun Nov 29 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.3-1 - 15.08.3 - plasma-desktop conflict with kde-l10n-fr (#1286433) * Mon Nov 09 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.2-1 - 15.08.2 (omit kdenlive, rpmfusion bug #3836) * Thu Sep 17 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.1-1 - 15.08.1 * Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1 - 15.08.0 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.04.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu May 14 2015 Rex Dieter <rdieter@fedoraproject.org> 15.04.1-1 - 15.04.1, omit conflicts with kde-i18n (#1219583), kf5-ki18n * Tue May 12 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.0-1 - 15.04.0 - rename -no => -nb (to match locale) * Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 14.12.3-6 - Fix knetattach documentation conflict (#1197940) * Sun May 03 2015 Daniel Vrátil <dvratil@redhat.com> - 14.12.3-5 - Actually skip the conflicting docs * Sun May 03 2015 Daniel Vrátil <dvratil@redhat.com> - 14.12.3-4 - Remove more conflicting documentation * Wed Apr 01 2015 Daniel Vrátil <dvratil@redhat.com> - 14.12.3-3 - on F22+, remove kcontrol documentation that conflicts with plasma-workspace * Mon Mar 30 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 14.12.3-2 - on F22+, remove .po files that conflict with ktp-desktop-applets (#1207128) * Mon Mar 02 2015 Than Ngo <than@redhat.com> - 14.12.3-1 - 14.12.3 * Tue Feb 24 2015 Than Ngo <than@redhat.com> - 14.12.2-1 - 14.12.2 * Wed Jan 28 2015 Rex Dieter <rdieter@fedoraproject.org> 14.12.1-1 - 14.12.1 * Wed Jan 28 2015 Rex Dieter <rdieter@fedoraproject.org> 4.14.3-4 - omit Plasma5 bits only on f22+, use rm -v * Wed Jan 28 2015 Daniel Vrátil <dvratil@redhat.com> - 4.14.3-3 - Remove catalogs conflicting with Plasma 5 * Thu Jan 15 2015 Parag Nemade <pnemade AT redhat DOT com> - 4.14.3-2 - Use langcodes instead of language names in subpackages (#1170730) * Mon Nov 10 2014 Rex Dieter <rdieter@fedoraproject.org> 4.14.3-1 - 4.14.3 * Mon Oct 13 2014 Than Ngo <than@redhat.com> - 4.14.2-1 - 4.14.2 * Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> 4.14.1-1 - 4.14.1 * Fri Aug 15 2014 Rex Dieter <rdieter@fedoraproject.org> 4.14.0-1 - 4.14.0, -Vietnamese(vi) * Wed Aug 06 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.97-1 - 4.13.97, +Farsi(fa) * Mon Jul 14 2014 Than Ngo <than@redhat.com> - 4.13.3-1 - 4.13.3 * Tue Jun 10 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.2-1 - 4.13.2 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun May 11 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.1-1 - 4.13.1 * Sat Apr 12 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.0-1 - 4.13.0 * Fri Apr 04 2014 Rex Dieter <rdieter@fedoraproject.org> 4.12.97-1 - 4.12.97, +Indonesian * Wed Mar 19 2014 Rex Dieter <rdieter@fedoraproject.org> 4.12.90-1 - 4.12.90 * Sun Mar 02 2014 Rex Dieter <rdieter@fedoraproject.org> 4.12.3-1 - 4.12.3 * Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 4.12.2-1 - 4.12.2 * Fri Jan 10 2014 Rex Dieter <rdieter@fedoraproject.org> 4.12.1-1 - 4.12.1 * Mon Dec 23 2013 Rex Dieter <rdieter@fedoraproject.org> 4.12.0-1 - 4.12.0, Obsoletes: -Farsi, -Tajik * Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.97-1 - 4.11.97 * Fri Nov 22 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.95-1 - 4.11.95 * Fri Nov 01 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.3-1 - 4.11.3 * Sat Sep 28 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.2-1 - 4.11.2 * Wed Sep 04 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.1-1 - 4.11.1 * Wed Aug 14 2013 Rex Dieter <rdieter@fedoraproject.org> 4.11.0-2 - Obsoletes: -Sinhala, -Thai * Tue Aug 13 2013 Than Ngo <than@redhat.com> - 4.11.0-1 - 4.11 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jun 02 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.4-1 - 4.10.4 - +%%lang(mr) - fix/trim %%changelog * Fri May 17 2013 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.10.3-3 - completely blacklist extragear-* for kde-l10n-sr (#963547) * Thu May 16 2013 Than Ngo <than@redhat.com> - 4.10.3-2 - bz#963547, fix file conflicts * Mon May 06 2013 Than Ngo <than@redhat.com> - 4.10.3-1 - 4.10.3 * Tue Apr 02 2013 Than Ngo <than@redhat.com> - 4.10.2-1 - 4.10.2 * Mon Mar 04 2013 Than Ngo <than@redhat.com> - 4.10.1-1 - 4.10.1 * Fri Feb 01 2013 Than Ngo <than@redhat.com> - 4.10.0-1 - 4.10.0 * Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 4.9.97-1 - 4.9.97 * Sat Dec 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.95-1 - 4.9.95 * Sat Dec 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.5-1 - 4.9.5 * Mon Dec 03 2012 Than Ngo <than@redhat.com> - 4.9.4-1 - 4.9.4 * Tue Nov 06 2012 Than Ngo <than@redhat.com> - 4.9.3-1 - 4.9.3 * Mon Oct 08 2012 Than Ngo <than@redhat.com> - 4.9.2-2 - fix url * Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.2-1 - 4.9.2 * Tue Sep 04 2012 Than Ngo <than@redhat.com> - 4.9.1-1 - 4.9.1 * Sat Jul 28 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.9.0-2 - don't Obsolete readded Hindi * Fri Jul 27 2012 Lukáš Tinkl <ltinkl@redhat.com> - 4.9.0-1 - 4.9.0 * Tue Jul 17 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.97-1 - kde-l10n-4.8.97 - .spec cleanup * Wed Jun 27 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.95-1 - 4.8.95 * Tue Jun 26 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.90-1 - 4.8.90 * Mon Jun 04 2012 Than Ngo <than@redhat.com> - 4.8.4-1 - 4.8.4 * Tue May 1 2012 Lukáš Tinkl <ltinkl@redhat.com> 4.8.3-1 - 4.8.3 * Fri Mar 30 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-1 - 4.8.2 * Thu Mar 08 2012 Radek Novacek <rnovacek@redhat.com> 4.8.1-2 - Respin kde-l10n-sr (subvariants was missing) - Add sr* subvariants to sr subpackage * Mon Mar 05 2012 Jaroslav Reznik <jreznik@redhat.com> 4.8.1-1 - 4.8.1 - readd id, he and ug languages * Sun Jan 22 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-1 - 4.8.0 * Thu Jan 05 2012 Rex Dieter <rdieter@fedoraproject.org> 4.7.97-1 - 4.7.97 * Sat Dec 24 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.95-2 - Obsolete Serbian (not part of 4.7.95) - upstream patch to fix sv build (regenerate kwrite docbooks) - upstream patch to fix es install (install only the files that exist) * Wed Dec 21 2011 Than Ngo <than@redhat.com> - 4.7.95-1 - 4.8rc1 * Mon Oct 31 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-1 - 4.7.3 * Wed Oct 05 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-1 - 4.7.2 * Fri Sep 02 2011 Than Ngo <than@redhat.com> - 4.7.1-1 - 4.7.1 * Wed Jul 27 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-2 - Obsolete Gujarati, Hindi and Maithili (not part of 4.7.0) * Tue Jul 26 2011 Than Ngo <than@redhat.com> - 4.7.0-1 - 4.7.0 * Mon Jul 11 2011 Jaroslav Reznik <jreznik@redhat.com> - 4.6.95-1 - 4.6.95 (rc2) - build Bosnian * Mon Jun 27 2011 Than Ngo <than@redhat.com> - 4.6.90-1 - 4.6.90 (rc1) * Mon Jun 06 2011 Than Ngo <than@redhat.com> - 4.6.4-1 - 4.6.4 * Wed May 18 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.3-2 - blacklist kdepim-runtime translations when building for kdepim 4.6 * Thu Apr 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 4.6.3-1 - 4.6.3 * Mon Apr 11 2011 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-2 - fixup Release tag * Wed Apr 06 2011 Than Ngo <than@redhat.com> - 4.6.2-1.1 - 4.6.2 * Tue Mar 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.1-1.1 - Conflicts: kde-i18n < 1:3.5.10-14 * Mon Feb 28 2011 Than Ngo <than@redhat.com> - 4.6.1-1 - 4.6.1 * Thu Feb 24 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.0-3.2 - fix kdepim Conflicts * Thu Feb 10 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.0-3.1 - (re)include kdepim-4.4 translations (f15) * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jan 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.0-2 - Conflicts: kde-i18n < 1:3.5.10-13 (when klickety moved, #657225) * Fri Jan 21 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.0-1 - 4.6.0 - obsolete Esperanto, Frisian and Malayalam (not a part of 4.6.0) - Maithili is available again * Fri Jan 07 2011 Jaroslav Reznik <jreznik@redhat.com> 4.5.95-1 - 4.5.95 (4.6rc2) * Sun Dec 26 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-1 - 4.5.90 * Tue Nov 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-2 - respun et and sr tarballs - update file lists * Mon Nov 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-1 - update to 4.5.80 (4.6 beta 1) * Sun Oct 31 2010 Than Ngo <than@redhat.com> - 4.5.3-1 - 4.5.3 * Tue Oct 05 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-1 - 4.5.2 - fix Source urls - include kdepim-4.4 translations only for < f15 * Fri Sep 03 2010 Than Ngo <than@redhat.com> - 4.5.1-5 - respin kdepim 4.4.5 translations * Wed Sep 01 2010 Than Ngo <than@redhat.com> - 4.5.1-4 - bz#627898, add missing kdepim 4.4.5 translations * Tue Aug 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-3 - respun -es,-ru tarballs * Mon Aug 30 2010 Than Ngo <than@redhat.com> - 4.5.1-2 - workaround for breakage in l10n, ru/es * Mon Aug 30 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-1 - 4.5.1 * Wed Aug 11 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-2 - Obsolete Kashubian, Macedonian, Maithili, Sinhala, Tajik (not part of 4.5.0) * Fri Aug 06 2010 Than Ngo <than@redhat.com> - 4.5.0-1 - 4.5.0 - add translations for kdepim-4.4 * Sun Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.95-1 - 4.5 RC3 (4.4.95) * Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.92-1 - 4.5 RC2 (4.4.92) * Fri May 28 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.80-1 - KDE SC 4.5 Beta 1 (4.4.80) * Fri Apr 30 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.3-1 - 4.4.3 * Mon Mar 29 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.2-1 - 4.4.2 - add Indonesian * Tue Mar 02 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.1-2 - do not own Serbian LC_MESSAGES * Mon Mar 01 2010 Than Ngo <than@redhat.com> - 4.4.1-1 - 4.4.1 * Wed Feb 10 2010 Than Ngo <than@redhat.com> - 4.4.0-1 - 4.4.0 - Obsoletes: kde-l10n-Bengali-India (not part of 4.4.0) - Obsoletes: kde-l10n-Chhattisgarhi (not part of 4.4.0) - Obsoletes: kde-l10n-Marathi (not part of 4.4.0) - Obsoletes: kde-l10n-Thai (not part of 4.4.0) * Fri Feb 05 2010 Rex Dieter <rdieter@fedoraproject.org> 4.3.98-2 - Obsoletes: kde-l10n-Kurdish (#555881) * Wed Feb 03 2010 Than Ngo <than@redhat.com> - 4.3.98-1 - 4.3.98 (KDE-4.4 rc3) - add Catalan-Valencian and Sinhala * Tue Jan 26 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.95-1 - 4.3.95 (4.4rc2) * Fri Jan 15 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.90-3 - don't ship remaining kpilot translations * Thu Jan 14 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.90-2 - skip translations of kcm_proxy docs, several don't build (at least ca, da, es) - skip Danish translation of gwenview docs which doesn't build (rev 1065269) - skip Estonian translation of kturtle docs which doesn't build (rev 1065298) - make the skipping magic also work for sr@latin * Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-1 - 4.3.90 (4.4rc1) * Fri Nov 13 2009 Than Ngo <than@redhat.com> - 4.3.3-2 - rhel cleanup, remove Fedora<=9 conditionals * Sat Oct 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-1 - 4.3.3 * Mon Oct 05 2009 Than Ngo <than@redhat.com> - 4.3.2-1 - 4.3.2 * Sat Oct 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-3 - main virtual subpkg * Sat Sep 05 2009 Than Ngo <than@redhat.com> - 4.3.1-2 - add missing Croatian localization * Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1 - 4.3.1 * Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1 - 4.3.0 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1 - 4.3rc3 * Tue Jul 14 2009 Than Ngo <than@redhat.com> - 4.2.96-1 - 4.3rc2 * Tue Jul 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2.95-2 - fix duplicate directory ownership (/usr/share/locale/*/LC_MESSAGES) * Tue Jun 30 2009 Than Ngo <than@redhat.com> - 4.2.95-1 - 4.3rc1 * Tue May 19 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.85-1 - KDE 4.3 beta 1 * Tue Mar 31 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1 - KDE 4.2.2 * Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1 - 4.2.1 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Jan 30 2009 Than Ngo <than@redhat.com> - 4.2.0-2 - enable he * Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1 - 4.2.0 * Sat Jan 10 2009 Than Ngo <than@redhat.com> - 4.1.96-2 - remove debug * Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1 - 4.2rc1 * Fri Dec 12 2008 Than Ngo <than@redhat.com> - 4.1.85-1 - 4.2beta2 * Fri Nov 21 2008 Than Ngo <than@redhat.com> 4.1.80-1 - 4.2 beta1 * Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1 - 4.1.2 - reenable Kurdish, Lithuanian, Malayalam * Wed Sep 10 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.1-2 - reenable Frisian and Kazakh * Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1 - 4.1.1 * Tue Jul 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-2 - get rid of kdepim documentation from kdenetwork * Sun Jul 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.0-1.2 - file conflict between kde-l10n and libkdcraw (#456797) * Sat Jul 26 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-1.1 - on F9, remove translations for kdepim apps we don't ship (#456745) * Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1 - 4.1.0 * Tue Jul 22 2008 Than Ngo <than@redhat.com> 4.0.98-1 - 4.0.98 (4.1rc1) * Sat Jun 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.83-2 - disable Serbian for now, it's broken - fix file list for Ukranian * Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1 - 4.0.83 (beta2) * Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1 - 4.1 beta 1 * Fri Apr 18 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-4 - remove documentation for apps which are not part of KDE 4.0 * Thu Apr 17 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3 - disable kdewebdev documentation correctly * Thu Apr 17 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2 - build documentation (#441537) - mark Norvegian Bokmal translations with %%lang(nb) rather than %%lang(no) * Tue Apr 01 2008 Than Ngo <than@redhat.com> 4.0.3-1 - 4.0.3 * Mon Mar 03 2008 Than Ngo <than@redhat.com> 4.0.2-1 - 4.0.2 * Thu Feb 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.1-3 - don't ship kdewebdev translations (we don't ship kdewebdev 4 yet) * Thu Feb 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.1-2 - fix Danish not to include the data files for all languages - include ktuberling sounds in the respective languages - include kvtml (kanagram) translations in Czech * Thu Jan 31 2008 Than Ngo <than@redhat.com> 4.0.1-1 - 4.0.1 * Fri Jan 18 2008 Lukas Tinkl <ltinkl@redhat.com> 4.0.0-4 - update languages for to the official KDE 4.0.0 list - correct BR to kdelibs4-devel * Fri Jan 18 2008 Lukas Tinkl <ltinkl@redhat.com> 4.0.0-2 - update languages for to the official KDE 4.0.0 list * Wed Jan 09 2008 Than Ngo <than@redhat.com> 4.0.0-1 - 4.0.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.