Ver Fonte

updated: KDE 4.5.1 stuffs

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1775 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki há 13 anos atrás
pai
commit
0e20527b88

+ 17 - 11
k/kde-l10n/kde-l10n-vl.spec

@@ -3,7 +3,7 @@
 Name: kde-l10n
 Summary: Internationalization support for KDE
 Summary(ja): KDE の国際化サポート
-Version: 4.5.0
+Version: 4.5.1
 Release: 1%{?_dist_release}
 
 Group: User Interface/Desktops
@@ -159,7 +159,7 @@ for i in $(cat %{SOURCE1000}) ; do
   bzip2 -dc %{_sourcedir}/%{name}-$i-%{version}.tar.bz2 | tar -xf -
 done
 
-%patch0 -p0 -b .dtd
+#patch0 -p0 -b .dtd
 
 # upstream patches
 bzip2 -dc %{SOURCE500} | tar -xf -
@@ -250,8 +250,8 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 # Arabic
 %lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/*
-%lang(ar) %{_datadir}/locale/ar/entry.desktop
 %lang(ar) %{_datadir}/locale/ar/LC_SCRIPTS/
+%lang(ar) %{_datadir}/locale/ar/entry.desktop
 %lang(ar) %{_datadir}/kde4/apps/klettres/ar
 # Bulgarian
 %lang(bg) %{_datadir}/locale/bg/LC_MESSAGES/*
@@ -336,6 +336,7 @@ rm -rf %{buildroot}
 %lang(eu) %{_docdir}/HTML/eu
 # Finnish
 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/*
+%lang(fi) %{_datadir}/locale/fi/LC_SCRIPTS/
 %lang(fi) %{_datadir}/locale/fi/entry.desktop
 %lang(fi) %{_datadir}/kde4/apps/khangman/fi.txt
 %lang(fi) %{_datadir}/kde4/apps/ktuberling/sounds/fi*
@@ -510,6 +511,7 @@ rm -rf %{buildroot}
 %lang(ro) %{_docdir}/HTML/ro
 # Russian
 %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/*
+%lang(ru) %{_datadir}/locale/ru/LC_SCRIPTS/
 %lang(ru) %{_datadir}/locale/ru/entry.desktop
 %lang(ru) %{_datadir}/kde4/apps/kvtml/ru
 %lang(ru) %{_docdir}/HTML/ru
@@ -534,17 +536,17 @@ rm -rf %{buildroot}
 %lang(sl) %{_datadir}/kde4/apps/kturtle/examples/sl/*.logo
 %lang(sl) %{_docdir}/HTML/sl
 # Serbian
-%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES
-%lang(sr) %{_datadir}/locale/sr@ijekavian/LC_MESSAGES
-%lang(sr) %{_datadir}/locale/sr@ijekavianlatin/LC_MESSAGES
-%lang(sr) %{_datadir}/locale/sr@latin/LC_MESSAGES
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/*
 %lang(sr) %{_datadir}/locale/sr/LC_SCRIPTS/
-%lang(sr) %{_datadir}/locale/sr@ijekavian/LC_SCRIPTS/
-%lang(sr) %{_datadir}/locale/sr@ijekavianlatin/LC_SCRIPTS/
-%lang(sr) %{_datadir}/locale/sr@latin/LC_SCRIPTS/
 %lang(sr) %{_datadir}/locale/sr/entry.desktop
+%lang(sr) %{_datadir}/locale/sr@ijekavian/LC_MESSAGES/*
+%lang(sr) %{_datadir}/locale/sr@ijekavian/LC_SCRIPTS/
 %lang(sr) %{_datadir}/locale/sr@ijekavian/entry.desktop
+%lang(sr) %{_datadir}/locale/sr@ijekavianlatin/LC_MESSAGES/*
+%lang(sr) %{_datadir}/locale/sr@ijekavianlatin/LC_SCRIPTS/
 %lang(sr) %{_datadir}/locale/sr@ijekavianlatin/entry.desktop
+%lang(sr) %{_datadir}/locale/sr@latin/LC_MESSAGES/*
+%lang(sr) %{_datadir}/locale/sr@latin/LC_SCRIPTS/
 %lang(sr) %{_datadir}/locale/sr@latin/entry.desktop
 %lang(sr) %{_datadir}/kde4/apps/ktuberling/sounds/sr*
 %lang(sr) %{_datadir}/icons/*/*/*/*/sr/*
@@ -567,8 +569,8 @@ rm -rf %{buildroot}
 %lang(sr) %{_mandir}/sr@latin
 # Swedish
 %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/*
-%lang(sv) %{_datadir}/locale/sv/entry.desktop
 %lang(sv) %{_datadir}/locale/sv/LC_SCRIPTS/
+%lang(sv) %{_datadir}/locale/sv/entry.desktop
 %lang(sv) %{_datadir}/kde4/apps/ktuberling/sounds/sv*
 %lang(sv) %{_datadir}/kde4/apps/khangman/sv.txt
 %lang(sv) %{_datadir}/kde4/apps/kvtml/sv
@@ -614,6 +616,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
+- new upstream release
+- dropt Patch0
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
 - new upstream release
 - added Source500 from Fedora (needed until kdepim-4.5 release)

+ 12 - 4
k/kdebase/kdebase-vl.spec

@@ -1,7 +1,7 @@
 Name: kdebase
-Summary: K Desktop Environment 4 - Core Files
-Summary(ja): K デスクトップ環境 - 基本ファイル
-Version: 4.5.0
+Summary: KDE Core Applications
+Summary(ja): KDE の中心を構成するアプリケーション群
+Version: 4.5.1
 Release: 1%{?_dist_release}
 
 License: GPLv2
@@ -45,11 +45,15 @@ Requires: kdebase-runtime
 Conflicts: kdebase3
 
 %description
-Core runtime requirements and applications for the K Desktop Environment 4.
+Core applications for KDE 4.
+
+%description -l ja
+KDE 4 の中心となるアプリケーション集です.
 
 
 %package libs
 Summary: Runtime libraries for %{name}
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Requires: kdelibs4 >= %{version}
 Requires: kdepimlibs >= %{version}
@@ -60,6 +64,7 @@ Requires: kdepimlibs >= %{version}
 
 %package devel
 Summary:   Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
 Group:     Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  kdelibs4-devel
@@ -174,6 +179,9 @@ fi
 %{_libdir}/kde4/devel/lib*.so
 
 %changelog
+* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
+- new upstream release
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
 - new upstream release
 

+ 7 - 4
k/kdegraphics/kdegraphics-vl.spec

@@ -1,8 +1,8 @@
 Name: kdegraphics
 Summary: KDE Graphics Applications
 Summary(ja): KDE グラフィックアプリケーション集
-Version: 4.5.0
-Release: 2%{?_dist_release}
+Version: 4.5.1
+Release: 1%{?_dist_release}
 
 URL: http://www.kde.org/
 License: GPLv2
@@ -11,7 +11,6 @@ Group: Applications/Graphics
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdegraphics-%{version}.tar.bz2
 
 # Security fix
-Patch100: kdegraphics-4.5.0-CVE-2010-2575.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: kdelibs4-devel >= %{version}
@@ -121,7 +120,7 @@ Group: System Environment/Libraries
 %setup -q -n kdegraphics-%{version}
 
 # security fix
-%patch100 -p0 -b .cve-2010-2575
+
 
 %build
 mkdir -p %{_target_platform}
@@ -253,6 +252,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/services/msits.protocol
 
 %changelog
+* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- dropt Patch100 (merged into upstream)
+
 * Sun Aug 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-2
 - added Patch100 for CVE-2010-2575
 - updated Japanese summary

+ 22 - 13
k/kdenetwork/kdenetwork-vl.spec

@@ -1,7 +1,7 @@
 Name: kdenetwork
-Summary: K Desktop Environment - Network Applications
-Summary(ja): K デスクトップ環境 - ネットワークアプリケーション集
-Version: 4.5.0
+Summary: KDE Network Applications
+Summary(ja): KDE ネットワークアプリケーション集
+Version: 4.5.1
 Release: 1%{?_dist_release}
 
 Group: Applications/Internet
@@ -66,7 +66,11 @@ Provides: kopete
 Conflicts: kdenetwork3
 
 %description
-Networking applications for the K Desktop Environment.
+Networking applications for KDE 4, including:
+* kget: downloader manager
+* kopete: chat client
+* krdc: a client for Desktop Sharing and other VNC servers
+* krfb: Desktop Sharing server, allow others to access your desktop via VNC
 
 %package libs
 Summary: Runtime libraries for %{name}
@@ -85,19 +89,24 @@ Requires: kdelibs4-devel
 Development files for kdenetwork. Install kdenetwork-devel if you wish
 to develop or compile KDE networking applications.
 
-%package -n kppp4
-Summary: K Desktop Environment - PPP Network Applications
-Summary(ja): K デスクトップ環境 - PPP 通信アプリケーション
+%package -n kppp
+Summary: Modem dialer and ppp frontend for KDE 4
+Summary(ja): KDE 用 ダイアルアップアプリケーション
 Group: Applications/Internet
 Requires: %{name}-libs = %{version}-%{release}
 Requires: ppp
-Conflicts: kppp < 4
+Obsoletes: kppp4 < %{version}-%{release}
+Provides:  kppp4 = %{version}-%{release}
 
-%description -n kppp4
-PPP Networking applications for the K Desktop Environment.
+%description -n kppp
+KPPP is a dialer and front end for pppd. It allows for interactive 
+script generation and network setup. It will automate the dialing in 
+process to your ISP while letting you conveniently monitor the 
+entire process.
+
+Once connected KPPP will provide a rich set of statistics and keep 
+track of the time spent online for you.
 
-Install kppp if you intend to use KDE on a machine using
-PPP networking.
 
 %prep
 %setup -q -n kdenetwork-%{version} -a 1
@@ -233,7 +242,7 @@ fi
 %{_libdir}/kde4/devel/lib*.so
 %exclude %{_libdir}/libqgroupwise.so
 
-%files -n kppp4
+%files -n kppp
 %defattr(-,root,root)
 %doc %{_datadir}/doc/HTML/en/kppp
 %config /etc/security/console.apps/kppp

+ 23 - 14
k/kdesdk/kdesdk-vl.spec

@@ -1,8 +1,8 @@
 Name: kdesdk
 Summary: The KDE Software Development Kit (SDK)
 Summary(ja): KDE ソフトウェア開発キット
-Version: 4.4.3
-Release: 2%{?_dist_release}
+Version: 4.5.1
+Release: 1%{?_dist_release}
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 
@@ -11,6 +11,7 @@ License: GPLv2
 Group: Applications/Development
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: kdebase-devel >= %{version}
 BuildRequires: kdepimlibs-devel >= %{version}
 BuildRequires: plasma-devel >= %{version}
 BuildRequires: strigi-devel
@@ -27,6 +28,8 @@ BuildRequires: libical-devel
 #            GPLv2+/LGPLv2+
 BuildRequires: binutils-devel
 BuildRequires: hunspell-devel
+BuildRequires: shared-mime-info
+BuildRequires: antlr-C++
 
 Requires: kdepimlibs >= %{version}
 Requires: %{name}-libs = %{version}-%{release}
@@ -34,7 +37,6 @@ Requires: %{name}-libs = %{version}-%{release}
 Provides:      kaider = %{version}-%{release}
 Obsoletes:     kaider < %{version}-%{release}
 
-
 %description
 This is a collection of applications and tools used by KDE developers.
 It also has example code for use in learning KDE programming or starting
@@ -49,6 +51,7 @@ a new KDE application.
 * lokalize: computer-aided translation system focusing on productivity and performance
 * umbrello: UML modeller and UML diagram tool
 
+#'
 %package libs
 Summary: Runtime libraries for %{name}
 Group:   System Environment/Libraries
@@ -136,17 +139,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
 gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
 update-desktop-database -q &> /dev/null ||:
-
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
-  touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
-  touch --no-create %{_datadir}/icons/locolor &> /dev/null ||:
-  touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
-  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
-  gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
-  gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
-  update-desktop-database -q &> /dev/null ||:
+    touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
+    touch --no-create %{_datadir}/icons/locolor &> /dev/null ||:
+    touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
+    gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
+    gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
+    update-desktop-database -q &> /dev/null ||:
+    update-mime-database %{_datadir}/mime &> /dev/null || :
 fi
 
 %post libs -p /sbin/ldconfig
@@ -170,6 +174,7 @@ fi
 %{_datadir}/kde4/apps/kabc
 %{_datadir}/kde4/apps/katepart
 %{_datadir}/kde4/apps/kate
+%{_datadir}/kde4/apps/katexmltools
 %{_datadir}/kde4/apps/kbugbuster
 %{_datadir}/kde4/apps/kcachegrind
 %{_datadir}/kde4/apps/kconf_update
@@ -188,7 +193,7 @@ fi
 %{_datadir}/dbus-1/interfaces/*
 %{_datadir}/kde4/services/*
 %{_datadir}/kde4/servicetypes/*
-%{_datadir}/mime/packages/kateplugin_katesnippets_tng.xml
+%{_datadir}/mime/packages/ktesnippets.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/icons/locolor/*/*/*
 %{_datadir}/icons/oxygen/*/*/*
@@ -206,7 +211,7 @@ fi
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 # -utils
-%exclude %{_libdir}/libantlr.so.*
+#exclude %{_libdir}/libantlr.so.*
 
 %files devel
 %defattr(-,root,root)
@@ -222,9 +227,13 @@ fi
 %{_bindir}/split2po
 %{_bindir}/swappo
 %{_bindir}/xml2pot
-%{_libdir}/libantlr.so.*
+#{_libdir}/libantlr.so.*
 
 %changelog
+* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added BR: antlr-C++
+
 * Tue Jun 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-2
 - added BR: binutils-devel instead of binutils
 

+ 9 - 4
k/kdeutils/kdeutils-vl.spec

@@ -1,7 +1,7 @@
 Name: kdeutils
-Summary: K Desktop Environment - Utilities
-Summary(ja): K デスクトップ環境 - ユーティリティ集
-Version: 4.5.0
+Summary: KDE Utilities
+Summary(ja): KDE ユーティリティ集
+Version: 4.5.1
 Release: 1%{?_dist_release}
 
 License: GPLv2
@@ -49,7 +49,7 @@ Distribution: Vine Linux
 Packager: inagaki
 
 %description
-Utilities for the K Desktop Environment.
+Utilities for KDE 4.
 Includes:
   * ark: tar/gzip archive manager
   * kcalc: scientific calculator
@@ -66,6 +66,7 @@ Includes:
 
 %package libs
 Summary: Runtime libraries for %{name}
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Requires: kdelibs4 >= %{version}
 
@@ -210,6 +211,10 @@ fi
 %{_datadir}/kde4/apps/printer-applet
 
 %changelog
+* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- updated summary
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
 - new upstream release