Browse Source

updated: choqok, k3b, kaffeine, kdevelop, kdevplatform,
konversation, kde-partitionmanager, qjson, self-build-k3b-extra
NEW: skrooge


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2775 ec354946-7b23-47d6-9f5a-488ba84defc7

inagaki 13 years ago
parent
commit
8338f5d813

+ 36 - 7
c/choqok/choqok-vl.spec

@@ -1,28 +1,43 @@
-Summary: Choqok KDE Micro-Blogging Client
-Summary(ja): KDE マイクロブログクライアント
+%if %{?_dist_release} != "vl5"
+%define kde KDE
+%else
+%define kde KDE4
+%endif
+
+Summary: Choqok %{kde} Micro-Blogging Client
+Summary(ja): %{kde} マイクロブログクライアント
 Name: choqok
 Name: choqok
-Version: 0.9.55
-Release: 15%{?_dist_release}
+Version: 1.0
+Release: 1%{?_dist_release}
+
 License: GPLv3
 License: GPLv3
 Group: Applications/Internet
 Group: Applications/Internet
 URL: http://choqok.gnufolks.org/
 URL: http://choqok.gnufolks.org/
-Source: http://tejas.fedorapeople.org/choqok-0.9.55.tar.bz2
+
+Source0: http://choqok.gnufolks.org/pkgs/%{name}-%{version}.tar.bz2
 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cmake >= 2.6
 BuildRequires: cmake >= 2.6
 BuildRequires: desktop-file-utils
 BuildRequires: desktop-file-utils
 BuildRequires: kdelibs4-devel
 BuildRequires: kdelibs4-devel
 BuildRequires: gettext
 BuildRequires: gettext
+BuildRequires: qjson-devel
+BuildRequires: qoauth-devel
+BuildRequires: attica-devel
+%if %{?_dist_release} != "vl5"
+BuildRequires: libindicate-qt-devel
+%endif
 
 
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 
 
 %description
 %description
-A Free/Open Source micro-blogging client for K Desktop Environment.
+A Free/Open Source micro-blogging client for %{kde}.
 The name comes from an ancient Persian word, which means Sparrow!
 The name comes from an ancient Persian word, which means Sparrow!
 Choqok currently supports Twitter.com and Identi.ca services.
 Choqok currently supports Twitter.com and Identi.ca services.
 
 
 %package libs
 %package libs
 Summary: Runtime libraries for %{name}
 Summary: Runtime libraries for %{name}
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Group:   System Environment/Libraries
 # Requires: %{name} = %{version}-%{release}
 # Requires: %{name} = %{version}-%{release}
 # for kwallet, among other goodies
 # for kwallet, among other goodies
@@ -32,8 +47,9 @@ Requires: kdebase-runtime
 %{summary}
 %{summary}
 
 
 %package devel
 %package devel
-Group:    Development/Libraries
 Summary:  Development files for %{name}
 Summary:  Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
+Group:    Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 Requires: kdelibs4-devel
 Requires: kdelibs4-devel
 
 
@@ -94,6 +110,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_bindir}/choqok
 %{_bindir}/choqok
 %{_libdir}/kde4/choqok_*.so
 %{_libdir}/kde4/choqok_*.so
 %{_libdir}/kde4/kcm_choqok_*.so
 %{_libdir}/kde4/kcm_choqok_*.so
+%{_libdir}/kde4/konqchoqokplugin.so
 %{_datadir}/icons/hicolor/*/actions/retweet.png
 %{_datadir}/icons/hicolor/*/actions/retweet.png
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/applications/kde4/choqok.desktop
 %{_datadir}/applications/kde4/choqok.desktop
@@ -101,7 +118,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/kde4/services/choqok_*.desktop
 %{_datadir}/kde4/services/choqok_*.desktop
 %{_datadir}/kde4/apps/choqok
 %{_datadir}/kde4/apps/choqok
 %{_datadir}/kde4/apps/choqok_*/*.rc
 %{_datadir}/kde4/apps/choqok_*/*.rc
+%{_datadir}/kde4/apps/dbus-1/services/*
+%{_datadir}/kde4/apps/khtml/kpartplugins/*
+%{_datadir}/kde4/services/ServiceMenus/*.desktop
 %{_datadir}/kde4/servicetypes/choqok*.desktop
 %{_datadir}/kde4/servicetypes/choqok*.desktop
+%doc %{_docdir}/HTML/*
 
 
 %files libs
 %files libs
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
@@ -111,9 +132,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %{_includedir}/kde4/choqok
 %{_includedir}/kde4/choqok
 %{_libdir}/lib*.so
 %{_libdir}/lib*.so
+%{_datadir}/kde4/apps/cmake/*
 
 
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0-1
+- new upstream release
+
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.98-1
+- new upstream release
+- added BR: qjson-devel, qoauth-devel
+
 * Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.55-15
 * Sat May 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.55-15
 - initial build for Vine Linux
 - initial build for Vine Linux
 
 

+ 5 - 3
k/k3b/k3b-vl.spec

@@ -1,8 +1,8 @@
 Name: k3b
 Name: k3b
 Summary: CD/DVD/Blu-ray burning application for KDE
 Summary: CD/DVD/Blu-ray burning application for KDE
 Summary(ja): KDE 向け CD/DVD/Blu-ray 作成アプリケーション
 Summary(ja): KDE 向け CD/DVD/Blu-ray 作成アプリケーション
-Version: 2.0.1
-Release: 2%{?_dist_release}
+Version: 2.0.2
+Release: 1%{?_dist_release}
 
 
 Group: Applications/Archiving
 Group: Applications/Archiving
 License: GPLv2+
 License: GPLv2+
@@ -169,7 +169,6 @@ update-mime-database %{_datadir}/mime &> /dev/null
 %{_datadir}/kde4/servicetypes/k3b*.desktop
 %{_datadir}/kde4/servicetypes/k3b*.desktop
 %{_datadir}/mime/packages/x-k3b.xml
 %{_datadir}/mime/packages/x-k3b.xml
 %{_datadir}/polkit-1/actions/*.policy
 %{_datadir}/polkit-1/actions/*.policy
-%{_datadir}/sounds/k3b_*
 
 
 %files libs -f libk3b.lang
 %files libs -f libk3b.lang
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
@@ -183,6 +182,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 %{_libdir}/libk3blib.so
 %{_libdir}/libk3blib.so
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-1
+- new upstream release
+
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 - fixed %%build section to remove qt-devel dependency 
 - fixed %%build section to remove qt-devel dependency 
 
 

+ 18 - 5
k/kaffeine/kaffeine-vl.spec

@@ -1,12 +1,19 @@
+%if %{?_dist_release} != "vl5"
+%define kde KDE
+%else
+%define kde KDE4
+%endif
+
 Name:    kaffeine
 Name:    kaffeine
-Summary: KDE media player
-Summary(ja): KDE メディアプレーヤー
-Version: 1.0
-Release: 6%{?_dist_release}
+Summary: %{kde} media player
+Summary(ja): %{kde} メディアプレーヤー
+Version: 1.1
+Release: 2%{?_dist_release}
 
 
 License: GPLv2+
 License: GPLv2+
 Group:   Applications/Multimedia
 Group:   Applications/Multimedia
 URL:     http://kaffeine.kde.org/
 URL:     http://kaffeine.kde.org/
+
 Source0: http://downloads.sourceforge.net/sourceforge/kaffeine/kaffeine-%{version}.tar.gz
 Source0: http://downloads.sourceforge.net/sourceforge/kaffeine/kaffeine-%{version}.tar.gz
 Source1: kaffeine.png
 Source1: kaffeine.png
 
 
@@ -27,7 +34,7 @@ Obsoletes: kaffeine-devel < 1.0
 #Requires: kdelibs4 >= 4.4.0
 #Requires: kdelibs4 >= 4.4.0
 
 
 %description
 %description
-Kaffeine is a KDE media player.
+Kaffeine is a %{kde} media player.
 
 
 
 
 %prep
 %prep
@@ -98,6 +105,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1-2
+- built with KDE 4.6 for VineSeed
+
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1-1
+- new upstream release
+
 * Tue Jul 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-6
 * Tue Jul 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-6
 - Initial build for Vine Linux
 - Initial build for Vine Linux
 
 

+ 13 - 10
k/kde-partitionmanager/kde-partitionmanager-vl.spec

@@ -1,26 +1,25 @@
-## Renamed due to the too generic name of the application
-
 Name:		kde-partitionmanager
 Name:		kde-partitionmanager
 Summary:	KDE Partition Manager
 Summary:	KDE Partition Manager
 Summary(ja):	KDE パーティションマネージャ
 Summary(ja):	KDE パーティションマネージャ
-Version:	1.0.2
-Release:	2%{?_dist_release}
+Version:	1.0.3
+Release:	1%{?_dist_release}
 
 
 Group:		Applications/Administration
 Group:		Applications/Administration
 License:	GPLv2+
 License:	GPLv2+
-URL:		http://www.kde.org/applications/system/kdepartitionmanager/
-Source0:	http://downloads.sourceforge.net/project/partitionman/partitionmanager/1.0.2/partitionmanager-%{version}.tar.bz2
+URL:		http://partitionman.sourceforge.net/
+
+Source0:	http://downloads.sourceforge.net/project/partitionman/partitionmanager/1.0.3/partitionmanager-%{version}.tar.bz2
 
 
 ## upstreamable patches
 ## upstreamable patches
-# Fix DSO patches
-Patch10:	CMakeLists.txt.DSO.patch
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  kdelibs4-devel
 BuildRequires:  kdelibs4-devel
 BuildRequires:  parted-devel
 BuildRequires:  parted-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  e2fsprogs-devel
+%if %{?_dist_release} !="vl5"
 BuildRequires:	libuuid-devel
 BuildRequires:	libuuid-devel
 BuildRequires:  libblkid-devel
 BuildRequires:  libblkid-devel
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig
 BuildRequires:  gettext
 BuildRequires:  gettext
 BuildRequires:  cmake
 BuildRequires:  cmake
@@ -50,8 +49,6 @@ mv src/partitionmanager.desktop src/kde-partitionmanager.desktop
 mv src/kcm/kcm_partitionmanager.desktop src/kcm/kcm_kde-partitionmanager.desktop
 mv src/kcm/kcm_partitionmanager.desktop src/kcm/kcm_kde-partitionmanager.desktop
 sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists.txt
 sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists.txt
 
 
-%patch10 -p0
-
 %build
 %build
 mkdir -p %{_target_platform}
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 pushd %{_target_platform}
@@ -101,6 +98,12 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-1
+- new upstream release
+
+* Fri Jul 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-3
+- disabled BR: libuuid-devel, libblkid-devel on Vine Linux 5
+
 * Mon Jul 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
 * Mon Jul 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
 - Initial build for Vine Linux
 - Initial build for Vine Linux
 
 

+ 17 - 9
k/kdevelop/kdevelop-vl.spec

@@ -1,17 +1,15 @@
 Name: kdevelop
 Name: kdevelop
 Summary: Integrated Development Environment for C++/C
 Summary: Integrated Development Environment for C++/C
 Summary(ja): C++/C 向け統合開発環境
 Summary(ja): C++/C 向け統合開発環境
-Version: 4.0.0
+Version: 4.2.0
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 
 
 License: GPLv2
 License: GPLv2
 URL: http://www.kdevelop.org/
 URL: http://www.kdevelop.org/
 Group: Applications/Development
 Group: Applications/Development
-Source0: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/%{name}-%{version}.tar.bz2
-Source1: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/%{name}-%{version}.tar.bz2.md5sum
 
 
-#Source1: kdevelop
-#Source2: kdevelop-htdig.conf
+Source0: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
+Source1: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/kdevelop-%{version}.md5sum
 
 
 # fixing https://bugs.kde.org/show_bug.cgi?id=236315
 # fixing https://bugs.kde.org/show_bug.cgi?id=236315
 Patch100: kdevelop-4.0.0-qmake_qt4.patch
 Patch100: kdevelop-4.0.0-qmake_qt4.patch
@@ -20,12 +18,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: desktop-file-utils
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: gettext
 BuildRequires: kdebase-workspace-devel
 BuildRequires: kdebase-workspace-devel
-BuildRequires: kdevplatform-devel >= 1.0.0
+BuildRequires: kdevplatform-devel >= 1.2.0
 BuildRequires: kdelibs4-devel 
 BuildRequires: kdelibs4-devel 
 BuildRequires: valgrind
 BuildRequires: valgrind
 
 
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
-Requires: kdevplatform >= 1.0.0
+Requires: kdevplatform >= 1.2.0
+
+#Conflicts: kdevelop
 
 
 %description
 %description
 The KDevelop Integrated Development Environment provides many features
 The KDevelop Integrated Development Environment provides many features
@@ -53,6 +53,7 @@ individual needs.
 
 
 %package libs
 %package libs
 Summary: %{name} runtime libraries
 Summary: %{name} runtime libraries
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Group:   System Environment/Libraries
 #Requires: %{name} = %{version}-%{release}
 #Requires: %{name} = %{version}-%{release}
 Requires: kdelibs4
 Requires: kdelibs4
@@ -63,6 +64,7 @@ Requires: kdelibs4
 
 
 %package devel
 %package devel
 Summary: Development files for %{name}
 Summary: Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
 Group: Development/Libraries
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 
 
@@ -71,8 +73,8 @@ Requires: %{name}-libs = %{version}-%{release}
 
 
 
 
 %prep
 %prep
-%setup -q
-%patch100 -p1 -b .qmake_qt4
+%setup -q -n kdevelop-%{version}
+#patch100 -p1 -b .qmake_qt4
 
 
 %build
 %build
 mkdir -p %{_target_platform}
 mkdir -p %{_target_platform}
@@ -147,6 +149,12 @@ update-mime-database %{_datadir}/mime &> /dev/null
 
 
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.2.0-1
+- new upstream release
+
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.2-1
+- new upstream release
+
 * Sat May  8 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.0.0-1
 * Sat May  8 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.0.0-1
 - new upstream release
 - new upstream release
 - split shared libraries and header files
 - split shared libraries and header files

+ 32 - 16
k/kdevplatform/kdevplatform-vl.spec

@@ -1,20 +1,27 @@
+%if %{?_dist_release} != "vl5"
+%define kde KDE
+%else
+%define kde KDE4
+%endif
+
 Name:           kdevplatform
 Name:           kdevplatform
-Summary:        Libraries for use by KDE development tools
-Version:        1.0.0 
-Release:        3%{?_dist_release}
+Summary:        Libraries for use by %{kde} development tools
+Summary(ja):    %{kde} 開発ツールが使用するライブラリ
+Version:        1.2.0 
+Release:        1%{?_dist_release}
 
 
 Group:          Development/Tools
 Group:          Development/Tools
 License:        GPLv2
 License:        GPLv2
-URL:            http://www.kde.org/
-Source0:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.0.0/src/kdevplatform-%{version}.tar.bz2
-Source1:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.0.0/src/kdevplatform-%{version}.tar.bz2.md5sum
-BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+URL:            http://www.kdevelop.org/
 
 
+Source0:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.0/src/kdevplatform-%{version}.tar.bz2
+Source1:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.0/src/kdevplatform-%{version}.md5sum
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libboost-devel
 BuildRequires:  libboost-devel
 BuildRequires:  gettext
 BuildRequires:  gettext
-BuildRequires:  kdelibs4-devel
-# ?? kompare support seems disabled
-BuildRequires:  kdesdk-devel >= 4.4
+BuildRequires:  kdelibs4-devel >= 4.6
+BuildRequires:  kdesdk4-devel >= 4.6
 BuildRequires:  pcre-devel
 BuildRequires:  pcre-devel
 BuildRequires:  subversion-devel
 BuildRequires:  subversion-devel
 BuildRequires:  apr-util-devel
 BuildRequires:  apr-util-devel
@@ -24,11 +31,12 @@ Requires(postun): gtk2
 Requires(posttrans): gtk2
 Requires(posttrans): gtk2
 
 
 %description
 %description
-KDE Development platform, the foundations upon which
+%{kde} Development platform, the foundations upon which
 KDevelop and Quanta are built.
 KDevelop and Quanta are built.
 
 
 %package libs
 %package libs
 Summary: Runtime libraries for %{name}
 Summary: Runtime libraries for %{name}
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Group:   System Environment/Libraries
 Requires: kdelibs4
 Requires: kdelibs4
 
 
@@ -36,8 +44,9 @@ Requires: kdelibs4
 %{summary}.
 %{summary}.
 
 
 %package devel
 %package devel
-Group:    Development/Libraries
 Summary:  Developer files for %{name}
 Summary:  Developer files for %{name}
+Summary(ja): %{name} の開発用ファイル
+Group:    Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 Requires: libboost-devel
 Requires: libboost-devel
 Requires: commoncpp2-devel
 Requires: commoncpp2-devel
@@ -85,7 +94,8 @@ rm -rf %{buildroot}
 %post
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
-%post libs -p /sbin/ldconfig
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %postun
 %postun
 if [ $1 -eq 0 ] ; then
 if [ $1 -eq 0 ] ; then
@@ -93,10 +103,9 @@ if [ $1 -eq 0 ] ; then
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 fi
 
 
-%postun libs -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
 
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+%postun libs -p /sbin/ldconfig
 
 
 
 
 %files -f %{name}.lang
 %files -f %{name}.lang
@@ -120,6 +129,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 
 
 %changelog
 %changelog
+* Fri Feb 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
+- new upstream release
+
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.2-1
+- new upstream release
+- added Japanese summary
+
 * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.0-3
 * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.0-3
 - removed R: kdevplatform from libs package
 - removed R: kdevplatform from libs package
 
 

+ 6 - 3
k/konversation/konversation-vl.spec

@@ -1,12 +1,13 @@
 Name:           konversation
 Name:           konversation
 Summary:        A user friendly IRC client
 Summary:        A user friendly IRC client
 Summary(ja):    使い易い IRC クライアント
 Summary(ja):    使い易い IRC クライアント
-Version:        1.2.3
-Release:        2%{?_dist_release}
+Version:        1.3.1
+Release:        1%{?_dist_release}
 
 
 Group:          Applications/Internet
 Group:          Applications/Internet
 License:        GPLv2+
 License:        GPLv2+
 URL:            http://konversation.kde.org/
 URL:            http://konversation.kde.org/
+
 Source0:        ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.bz2
 Source0:        ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.bz2
 
 
 ## upstream patches
 ## upstream patches
@@ -23,7 +24,6 @@ BuildRequires:  libXScrnSaver-devel
 BuildRequires:  phonon-devel
 BuildRequires:  phonon-devel
 BuildRequires:  qca2-devel
 BuildRequires:  qca2-devel
 
 
-
 %description
 %description
 A simple and easy to use IRC client with support for
 A simple and easy to use IRC client with support for
 strikeout; multi-channel joins; away / unaway messages;
 strikeout; multi-channel joins; away / unaway messages;
@@ -100,6 +100,9 @@ fi
 %doc %{_datadir}/doc/HTML/*
 %doc %{_datadir}/doc/HTML/*
 
 
 %changelog
 %changelog
+* Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-1
+- new upstream release
+
 * Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-2
 * Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-2
 - initial build for Vine Linux
 - initial build for Vine Linux
 - added Patch100 to avoid encoding detection failure
 - added Patch100 to avoid encoding detection failure

+ 5 - 2
nonfree/self-build-k3b-extra/k3b-extra-vl.spec

@@ -1,8 +1,8 @@
 Name: k3b-extra
 Name: k3b-extra
 Summary: K3b additional plugins
 Summary: K3b additional plugins
 Summary(ja): K3b 追加プラグイン集
 Summary(ja): K3b 追加プラグイン集
-Version: 2.0.1
-Release: 2%{?_dist_release}
+Version: 2.0.2
+Release: 1%{?_dist_release}
 
 
 Group: Applications/Archiving
 Group: Applications/Archiving
 License: GPLv2+
 License: GPLv2+
@@ -99,6 +99,9 @@ update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
 %{_datadir}/kde4/services/*
 %{_datadir}/kde4/services/*
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-1
+- new upstream release
+
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 - fixed %%build section to remove qt-devel dependency 
 - fixed %%build section to remove qt-devel dependency 
 
 

+ 5 - 2
nonfree/self-build-k3b-extra/self-build-k3b-extra-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname k3b-extra
 %define pkgname k3b-extra
 %define name	self-build-%{pkgname}
 %define name	self-build-%{pkgname}
-%define version 2.0.1
-%define release	2%{?_dist_release}
+%define version 2.0.2
+%define release	1%{?_dist_release}
 
 
 %define sourceurl0	http://downloads.sourceforge.net/project/k3b/k3b/%{version}/k3b-%{version}.tar.bz2
 %define sourceurl0	http://downloads.sourceforge.net/project/k3b/k3b/%{version}/k3b-%{version}.tar.bz2
 
 
@@ -119,6 +119,9 @@ K3b 向けに以下の追加プラグインを提供します.
 %{_datadir}/%{name}
 %{_datadir}/%{name}
 
 
 %changelog
 %changelog
+* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-1
+- new upstream release
+
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 * Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
 - fixed %%build section to remove qt-devel dependency 
 - fixed %%build section to remove qt-devel dependency 
 
 

+ 5 - 1
q/qjson/qjson-vl.spec

@@ -1,7 +1,8 @@
 Name:           qjson
 Name:           qjson
 Summary:        A qt-based library that maps JSON data to QVariant objects
 Summary:        A qt-based library that maps JSON data to QVariant objects
+Summary(ja):    JSON データ を QVariant Object にマッピングするためのライブラリ
 Version:        0.7.1
 Version:        0.7.1
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 
 
 Group:          System Environment/Libraries
 Group:          System Environment/Libraries
 License:        GPLv2+
 License:        GPLv2+
@@ -81,6 +82,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 %{_libdir}/*.so
 
 
 %changelog
 %changelog
+* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-6
+- added Japanese summary
+
 * Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-5
 * Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-5
 - rebuilt with rpm-4.8.1
 - rebuilt with rpm-4.8.1
 
 

+ 205 - 0
s/skrooge/skrooge-vl.spec

@@ -0,0 +1,205 @@
+Name:           skrooge
+Summary:        Personal finances manager
+Summary(ja):    個人向け財務管理ツール
+Version:        0.8.0
+Release:        1%{?_dist_release}
+
+Group:          Applications/Productivity
+License:        GPLv3+
+URL:            http://skrooge.org
+
+Source0:        http://skrooge.org/files/%{name}-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  qca2-devel
+BuildRequires:  libofx-devel
+BuildRequires:  sqlite3-devel
+BuildRequires:  kdelibs4-devel
+BuildRequires:  gettext
+
+Requires:       %{name}-libs = %{version}-%{release}
+
+%description   
+%{name} is a personal finances manager, 
+aiming at being simple and intuitive. 
+It allows you to keep track of your expenses and incomes, 
+categorize them, and build reports of them.
+
+%package libs
+Summary:        Skrooge libraries
+Summary(ja):    Skrooge ライブラリ
+Group:          System Environment/Libraries
+#Requires:       %{name} = %{version}-%{release}
+Requires:       kdelibs4 >= 4.4.0
+
+%description libs
+%{name} libraries.
+
+%package devel
+Summary:	Development files for %{name}
+Summary(ja):	%{name} の開発用ファイル
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries for
+developing applications that use %{name}.
+
+%prep
+%setup -q
+
+## to prevent spurious-executable-perm in -debuginfo
+chmod -x skgbasegui/skglineedit.h
+chmod -x skgbasegui/skglineedit.cpp
+chmod -x skgbasegui/skglineeditdesignerplugin.h
+chmod -x skgbasegui/skgtablewidgetdesignerplugin.h
+chmod -x skgbasegui/skglineeditdesignerplugin.cpp
+chmod -x skgbasegui/skgtablewidgetdesignerplugin.cpp
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+## the -DCMAKE is needed to prevent unused-direct-shlib-dependency in -libs
+## cant be fixed upstream, see: https://bugs.kde.org/show_bug.cgi?id=209912
+%{cmake} \
+    -Wno-dev \
+    -DCMAKE_BUILD_TYPE=release \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
+%find_lang %{name} --with-kde
+
+# hack to support non-oxygen icon users (gnome), drop when/if skrooge
+# ever provides hicolor icons (too).
+mv %{buildroot}%{_datadir}/icons/oxygen %{buildroot}%{_datadir}/icons/hicolor 
+
+
+%clean
+rm -rf %{buildroot}
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/skrooge.desktop
+
+%post 
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+   touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+   gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+   update-desktop-database -q &> /dev/null
+   update-mime-database %{_datadir}/mime &> /dev/null
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+update-desktop-database -q &> /dev/null
+update-mime-database %{_datadir}/mime &> /dev/null
+
+%post libs -p /sbin/ldconfig
+
+%postun libs -p /sbin/ldconfig
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS CHANGELOG COPYING README TODO 
+%{_bindir}/skrooge
+%{_datadir}/applications/kde4/skrooge.desktop
+%{_datadir}/config.kcfg/*.kcfg
+%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/kde4/apps/skrooge*/
+%{_datadir}/kde4/apps/skg*
+%{_datadir}/kde4/services/*.desktop
+%{_datadir}/kde4/servicetypes/skg-plugin.desktop
+%{_datadir}/mime/packages/x-skg.xml
+%{_datadir}/doc/HTML/*/skrooge/
+
+%files libs
+%defattr(-,root,root,-)
+%{_libdir}/kde4/plugins/designer/*.so.*
+%{_libdir}/kde4/*.so
+%{_libdir}/lib*.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libskg*.so
+%{_libdir}/kde4/plugins/designer/libskg*.so
+
+%changelog
+* Sun Jan 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.0-1
+- Initial build for Vine Linux
+
+* Mon May 17 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.7.1-1
+- skrooge 0.7.1 bugfix release
+
+* Mon Apr 26 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.7.0-1
+- Skrooge 0.7.0
+
+* Wed Feb 10 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.6.0-1
+- New upstream source 0.6.0
+
+* Thu Jan 28 2010 Rex Dieter <rdieter@fedoraproject.org> 0.5.5-2
+- use %%{_kde4_version}, don't rely on kde4-config --version parsing
+
+* Sun Dec 27 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.5-1
+- Update to new upstream release
+- Corrects a lot of bugs and problems. See the CHANGELOG for details.
+
+* Sun Nov 30 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.4-1
+- Update to new upstream version
+- Corrects a lot of bugs and problems. See the changelog for details.
+
+* Sun Nov 01 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.3-1
+- Updated to new upstream version
+- Readded a -DCMAKE workaround (please keep it for now)
+- Useing chmod -x to prevent spurious-executable-perm. Bug filed.
+
+* Wed Oct 14 2009 Rex Dieter <rdieter@fedoraproject.org> 0.5.2-2
+- (HTML) docs patch, use %%find_lang --with-kde
+- own %%{_kde4_appsdir}/skrooge*/ dirs
+- %%check: omit extraneous desktop-file-validate's
+
+* Thu Oct 08 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.2-1
+- Changed to final 0.5.2 version
+- Bugfixes, including a nasty bug where one thinks the data is gone
+- added HTML documentation
+- added localizations
+
+* Tue Sep 22 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.2-0.1.beta
+- Changed to new upstream Version 0.5.2_beta (lots of bugfixes)
+
+* Mon Sep 21 2009 Thomas Janssen <thomasj@fedoraproject.org> 0.5.1-0.5.beta
+- Added -libs Requires libofx
+
+* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> 0.5.1-0.4.beta
+- misc cosmetics
+- mime scriptlets
+- move icons to hicolor
+- -libs: drop dup'd docs, add min kdelibs4 dep
+
+* Thu Sep 17 2009 Thomas Janssen <thomasj@fedoraproject.org>  0.5.1-0.3.beta
+- Spec file corrections and Version correction
+
+* Wed Sep 16 2009 Thomas Janssen <thomasj@fedoraproject.org>  0.5.1-beta2
+- cleaned up desktop files
+
+* Tue Sep 15 2009 Thomas Janssen <thomasj@fedoraproject.org>  0.5.1-beta1
+- changed version to 0.5.1 beta with fixed rpmlint output
+
+* Sun Sep 13 2009 Thomas Janssen <thomasj@fedoraproject.org>  0.5.0-2
+- Fixed the spec and rpmlintoutput debuginfo-without-source
+
+* Fri Sep 11 2009 Thomas Janssen <thomasj@fedoraproject.org>  0.5.0-1
+- Initial Release 0.5.0