Browse Source

libalkimia, libdbi: new package
others: new upstream release

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

Takemikaduchi 11 years ago
parent
commit
83673356a8

+ 4 - 1
I/ImageMagick/ImageMagick-vl.spec

@@ -1,7 +1,7 @@
 # ImageMagick has adopted a new Version.Patchlevel version numbering system...
 # 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
 
-%define VER 6.7.8
+%define VER 6.7.9
 %define Patchlevel 3
 
 Name: ImageMagick
@@ -328,6 +328,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.9.3-1
+- new upstream release
+
 * Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.8.3-1
 - new upstream release
 

+ 16 - 130
a/aqbanking/aqbanking-vl.spec

@@ -1,31 +1,18 @@
-%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.6.3)
-%define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt-%{qt4_ver})
-%define _qt4_libdir %(pkg-config --variable libdir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/lib)
-%define _qt4_headerdir %(pkg-config --variable headerdir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/include)
-
-
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Name: aqbanking
 Summary: A library for online banking functions and financial data import/export
-Version: 4.2.4
-Release: 2%{?_dist_release}
+Version: 5.0.25
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
-License: GPLv2+
+License: GPLv2 or GPLv3
 URL: http://www.aquamaniac.de/aqbanking/
 
 Source: http://download.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
 
-Patch2: aqbanking-4.2.4-pkgconfig.patch
 Patch3: aqbanking-2.1.0-conflict.patch
-# upstreamable, omit inadvertant(?) qt3 linkage q4banking -- Rex
-Patch4: aqbanking-4.2.4-q4banking_remove_qt3.patch 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 # qbanking
-BuildRequires: qt-devel
-BuildRequires: qt4-devel
 BuildRequires: gwenhywfar-devel >= 3.10.0
 BuildRequires: gmp-devel
 BuildRequires: gettext
@@ -35,6 +22,8 @@ Requires(postun): /sbin/ldconfig
 Obsoletes: aqhbci <= 1.0.3
 Obsoletes: g2banking < 3.7.2-1
 Obsoletes: python-aqbanking
+Obsoletes: qbanking < 5.0.0
+Obsoletes: q4banking < 5.0.0
 
 %description 
 The intention of AqBanking is to provide a middle layer between the
@@ -55,69 +44,17 @@ Requires: pkgconfig
 Requires: automake
 Obsoletes: aqhbci-devel <= 1.0.3
 Obsoletes: g2banking-devel < %{version}
+Obsoletes: qbanking-devel < 5.0.0
+Obsoletes: q4banking-devel < 5.0.0
 
 %description devel
 This package contains aqbanking-config and header files for writing and
 compiling programs using Aqbanking.
 
-%package -n qbanking
-Summary: Qt3 bindings for Aqbanking
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-Obsoletes: aqhbci-qt-tools <= 1.0.3
-Obsoletes: kbanking < %{version}
-
-%description -n qbanking
-This package contains the qbanking KDE bindings for the Aqbanking
-online banking library.
-
-%package -n qbanking-devel
-Summary: Development headers for qbanking
-Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-Requires: qbanking = %{version}-%{release}
-Requires: pkgconfig
-Requires: qt-devel
-Obsoletes: kbanking-devel < 3.7.2-1
-
-%description -n qbanking-devel
-This package contains qbanking-config and header files for writing and
-compiling programs using the qbanking bindings for Aqbanking.
-
-%package -n q4banking
-Summary: Qt4 bindings for Aqbanking
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: qt4 >= %{_qt4_version}
-
-%description -n q4banking
-%{summary}.
-
-%package -n q4banking-devel
-Summary: Development files for q4banking
-Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-Requires: q4banking = %{version}-%{release}
-Requires: qt4-devel
-
-%description -n q4banking-devel
-%{summary}.
-
-%package -n python-%{name}
-Summary: Python bindings for Aqbanking
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description -n python-%{name}
-This package contains python bindings for Aqbanking.
 
 %prep
 %setup -q
-%patch2 -p1 -b .pkgconfig
 %patch3 -p1 -b .conflict
-%patch4 -p1 -b .q4banking_remove_qt3
 
 # hack to nuke rpaths, slighly less ugly than using overriding LIBTOOL below
 %if "%{_libdir}" != "/usr/lib"
@@ -125,16 +62,9 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 %endif
 
 %build
-[ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
 
 %configure \
     --disable-static \
-    --with-frontends="qbanking q4banking" \
-    --enable-qt4 \
-    --with-qt4-includes=%{_qt4_headerdir} \
-    --with-qt4-libs=%{_qt4_libdir} \
-    --with-qt4-moc=%{_qt4_prefix}/bin/moc \
-    --with-qt4-uic=%{_qt4_prefix}/bin/uic
 
 # not smp_mflags safe
 # override LIBTOOL to quash rpath
@@ -162,10 +92,6 @@ cp AUTHORS README COPYING ChangeLog NEWS $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}
 
 %find_lang %{name}
 
-# Fix multilib errors. (#602879)
-sed -i 's|** Created:.*|** Created |g' $RPM_BUILD_ROOT/%{_includedir}/q4banking/*.ui.h
-
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -173,32 +99,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-%post -n qbanking -p /sbin/ldconfig
-
-%postun -n qbanking -p /sbin/ldconfig
-
-%post -n q4banking -p /sbin/ldconfig
-
-%postun -n q4banking -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc %{_datadir}/doc/%{name}-%{version}
 %{_libdir}/libaq*.so.*
-%dir %{_libdir}/aqbanking
-%dir %{_libdir}/aqbanking/plugins/
-%dir %{_libdir}/aqbanking/plugins/*/
-%dir %{_libdir}/aqbanking/plugins/*/debugger/
-%dir %{_libdir}/aqbanking/plugins/*/debugger/*/
-%dir %{_libdir}/aqbanking/plugins/*/frontends/
 %{_libdir}/aqbanking/plugins/*/bankinfo/
 %{_libdir}/aqbanking/plugins/*/imexporters/
 %{_libdir}/aqbanking/plugins/*/providers/
 %{_libdir}/gwenhywfar/plugins/*/dbio/*
-%dir %{_datadir}/aqbanking
-%dir %{_datadir}/aqbanking/frontends
 %{_datadir}/aqbanking/backends/
 %{_datadir}/aqbanking/bankinfo/
+%{_datadir}/aqbanking/dialogs/
 %{_datadir}/aqbanking/imexporters/
 %{_bindir}/aqbanking-cli
 %{_bindir}/aqhbci-tool4
@@ -212,43 +124,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/aq*/
 %{_libdir}/pkgconfig/aqbanking.pc
 %{_datadir}/aclocal/aqbanking.m4
+%{_datadir}/aqbanking/aqbanking/typemaker2/
+%{_datadir}/aqbanking/typemaker2/
 
-%files -n qbanking
-%defattr(-,root,root)
-%{_bindir}/qb-help8
-%{_libdir}/libqbanking.so.*
-%{_libdir}/aqbanking/plugins/*/debugger/aqhbci/aqhbci-qt3-debug
-%{_libdir}/aqbanking/plugins/*/debugger/aqhbci/qt_debug.xml
-%{_libdir}/aqbanking/plugins/*/frontends/qbanking
-%{_libdir}/aqbanking/plugins/*/wizards/qt3*
-%{_datadir}/aqbanking/i18n
-%{_datadir}/aqbanking/frontends/qbanking/
-
-%files -n qbanking-devel
-%defattr(-,root,root)
-%{_includedir}/qbanking/
-%{_libdir}/libqbanking.so
-
-%files -n q4banking
-%defattr(-,root,root)
-%{_bindir}/q4b-help1
-%{_libdir}/aqbanking/plugins/*/debugger/aqhbci/aqhbci-qt4-debug
-%{_libdir}/aqbanking/plugins/*/debugger/aqhbci/qt4_debug.xml
-%{_libdir}/aqbanking/plugins/*/frontends/q4banking
-%{_libdir}/aqbanking/plugins/*/wizards/qt4*
-%{_datadir}/aqbanking/frontends/q4banking/
-%{_libdir}/libq4banking.so.1*
-
-%files -n q4banking-devel
-%defattr(-,root,root)
-%{_includedir}/q4banking/
-%{_libdir}/libq4banking.so
-
-#%files -n python-%{name}
-#%defattr(-,root,root)
-#%{python_sitelib}/%{name}
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.25-1
+- new upstream release
+- remove Patch2 (aqbanking-4.2.4-pkgconfig.patch)
+- remove Patch4 (aqbanking-4.2.4-q4banking_remove_qt3.patch)
+- remove qbanking, qbanking-devel q4banking, q4banking-devel subpackages (based on Fedora)
+
 * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 4.2.4-2
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 39 - 8
g/gwenhywfar/gwenhywfar-vl.spec

@@ -1,7 +1,7 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
-Version: 3.11.3
-Release: 3%{?_dist_release}
+Version: 4.3.3
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -10,6 +10,8 @@ URL: http://www.aquamaniac.de/sites/aqbanking/index.php
 Source0: %{name}-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: gtk2-devel
+BuildRequires: qt4-devel
 BuildRequires: openssl-devel
 BuildRequires: gnutls-devel
 BuildRequires: libgcrypt-devel
@@ -24,17 +26,34 @@ and AqBanking/AqHBCI, the German online banking libraries.
 Summary: Gwenhywfar development kit
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-gui-gtk2 = %{version}-%{release}
+Requires: %{name}-gui-qt4 = %{version}-%{release}
 Requires: pkgconfig
 %description devel
 This package contains gwenhywfar-config and header files for writing and
 compiling programs using Gwenhywfar.
 
+%package gui-gtk2
+Summary: Gwenhywfar GUI framework for GTK2
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+%description gui-gtk2
+This package contains the gtk2 gwenhywfar GUI backend.
+
+%package gui-qt4
+Summary: Gwenhywfar GUI framework for Qt4
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+%description gui-qt4
+This package contains the qt4 gwenhywfar GUI backend.
+
 
 %prep
 %setup -q
 
 %build
-%configure --disable-static --with-openssl-libs=%{_libdir}
+%configure --disable-static --with-openssl-libs=%{_libdir} \
+	--with-qt4-libs=%{_qt4_libdir} --with-qt4-includes=%{_qt4_headerdir}
 #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 #sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
@@ -56,26 +75,38 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 %defattr(-,root,root)
 %doc AUTHORS README COPYING ChangeLog
 %{_bindir}/gct-tool
-%{_libdir}/*.so.*
+%{_libdir}/libgwenhywfar.so.*
 %{_libdir}/%{name}
-%dir %{_datadir}/%{name}
+%{_datadir}/%{name}
 %config(noreplace) %{_datadir}/%{name}/ca-bundle.crt
 %{_datadir}/locale/*/LC_MESSAGES/gwenhywfar.mo
 %exclude %{_datadir}/%{name}/typemaker*
 
-
 %files devel
 %defattr(-,root,root)
 %exclude %{_bindir}/gct-tool
 %{_bindir}/*
-%{_includedir}/gwenhywfar3
+%{_includedir}/gwenhywfar4
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/*
+%{_libdir}/pkgconfig/*.pc
 %{_datadir}/aclocal/gwenhywfar.m4
 %{_datadir}/%{name}/typemaker*
 
+%files gui-gtk2
+%defattr(-,root,root)
+%{_libdir}/libgwengui-gtk2.so.*
+
+%files gui-qt4
+%defattr(-,root,root)
+%{_libdir}/libgwengui-qt4.so.*
+
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.3-1
+- new upstream release
+- add BuildRequires: gtk2-devel, qt4-devel
+- create gui-gtk2, gui-qt4 subpackages (based on Fedora)
+
 * Sun Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.11.3-3
 - rebuilt with openssl-1.0.0d
 

+ 7 - 6
k/kdevelop/kdevelop-vl.spec

@@ -1,7 +1,7 @@
 Name: kdevelop
 Summary: Integrated Development Environment for C++/C
 Summary(ja): C++/C 向け統合開発環境
-Version: 4.2.3
+Version: 4.3.1
 Release: 1%{?_dist_release}
 
 License: GPLv2
@@ -9,7 +9,6 @@ URL: http://www.kdevelop.org/
 Group: Applications/Development
 
 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
 Patch100: kdevelop-4.0.0-qmake_qt4.patch
@@ -18,14 +17,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: kdebase-workspace-devel
-BuildRequires: kdevplatform-devel >= 1.2.0
-BuildRequires: kdelibs4-devel 
+BuildRequires: kdevplatform-devel >= 1.3.1
+BuildRequires: kdelibs-devel 
 BuildRequires: kdesdk-devel 
 BuildRequires: soprano-devel 
 BuildRequires: valgrind
 
 Requires: %{name}-libs = %{version}-%{release}
-Requires: kdevplatform >= 1.2.0
+Requires: kdevplatform >= 1.3.1
 
 #Conflicts: kdevelop
 
@@ -81,7 +80,6 @@ Requires: %{name}-libs = %{version}-%{release}
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -151,6 +149,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 
 
 %changelog
+* Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.1-1
+- new upstream release
+
 * Sat Jun 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.2.3-1
 - new upstream release
 

+ 9 - 5
k/kdevplatform/kdevplatform-vl.spec

@@ -7,7 +7,7 @@
 Name:           kdevplatform
 Summary:        Libraries for use by %{kde} development tools
 Summary(ja):    %{kde} 開発ツールが使用するライブラリ
-Version:        1.2.3 
+Version:        1.3.1 
 Release:        1%{?_dist_release}
 
 Group:          Development/Tools
@@ -15,13 +15,12 @@ License:        GPLv2
 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:  gettext
-BuildRequires:  kdelibs4-devel >= 4.6
-BuildRequires:  kdesdk4-devel >= 4.6
+BuildRequires:  kdelibs-devel >= 4.6
+BuildRequires:  kdesdk-devel >= 4.6
 BuildRequires:  pcre-devel
 BuildRequires:  subversion-devel
 BuildRequires:  apr-util-devel
@@ -65,7 +64,6 @@ Requires: subversion-devel
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -112,6 +110,9 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING.PLUGINS COPYING.SRC
+%{_bindir}/kdev_dbus_socket_transformer
+%{_bindir}/kdev_format_source.sh
+%{_bindir}/kdevplatform_shell_environment.sh
 %{_datadir}/kde4/apps/kdev*/
 %{_datadir}/kde4/services/*.desktop
 %{_datadir}/kde4/servicetypes/*.desktop
@@ -130,6 +131,9 @@ fi
 
 
 %changelog
+* Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-1
+- new upstream release
+
 * Sat Jun 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-1
 - new upstream release
 

+ 16 - 27
k/kmymoney/kmymoney-vl.spec

@@ -1,8 +1,8 @@
 
 Summary: Personal finance 
 Name:    kmymoney
-Version: 4.5
-Release: 3%{?_dist_release}
+Version: 4.6.3
+Release: 1%{?_dist_release}
 
 Group:   Applications/Productivity
 # kmm itself is GPLv2+ , but kdchart is GPLv2 or GPLv3
@@ -11,10 +11,6 @@ URL:     http://kmymoney2.sourceforge.net/
 
 Source0: http://downloads.sourceforge.net/sourceforge/kmymoney2/kmymoney-%{version}.tar.bz2
 
-## upstreamable patches
-# don't force/hardcode rpaths
-Patch50: kmymoney-3.96.1-rpath.patch
-
 ## upstream patches
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -30,9 +26,10 @@ BuildRequires: libical-devel
 BuildRequires: libxml2-devel
 BuildRequires: libofx-devel
 BuildRequires: libxml++-devel
-BuildRequires: q4banking-devel
+BuildRequires: libalkimia-devel
 BuildRequires: soprano-devel
 BuildRequires: gwenhywfar-devel
+BuildRequires: gmp-devel
 
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -73,25 +70,10 @@ Obsoletes: kmymoney2-devel < 2
 %prep
 %setup -q -n kmymoney-%{version}
 
-%patch50 -p1 -b .rpath
-
-# nuke .directory files
-rm -fv kmymoney/pics/l10n/*/.directory
-
-## kdchart munging begin
-#sed -i.kdchart -e 's|ADD_SUBDIRECTORY( libkdchart )|#ADD_SUBDIRECTORY( libkdchart )|' CMakeLists.txt
-#sed -i.kdchart -e 's|kmm_kdchart|kdchart|' kmymoney/CMakeLists.txt
-#mv libkdchart libkdchart.kdchart
-#mkdir libkdchart
-#ln -s /usr/include/KDChart libkdchart/include
-#ln -s /usr/include/kdchart libkdchart/kdchart
-## kdchart munging end
-
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %{cmake} \
     -DCMAKE_BUILD_TYPE=release \
     -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
@@ -126,23 +108,23 @@ rm -rf %{buildroot}
 
 %post
 touch --no-create %{_datadir}/icons/locolor &> /dev/null || :
-touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
   update-desktop-database -q &> /dev/null
   update-mime-database %{_datadir}/mime &> /dev/null
   touch --no-create %{_datadir}/icons/locolor &> /dev/null
-  touch --no-create %{_datadir}/icons/oxygen &> /dev/null
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null
   gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null || :
-  gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 fi
 
 %posttrans
 update-desktop-database -q &> /dev/null
 update-mime-database %{_datadir}/mime &> /dev/null
 gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null || :
-gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %files -f kmymoney.lang
@@ -154,12 +136,13 @@ gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
 %{_datadir}/kde4/apps/kmm_*/
 %{_datadir}/applications/kde4/kmymoney.desktop
 %{_datadir}/config.kcfg/kmymoney.kcfg
+%{_datadir}/config/csvimporterrc
 %{_datadir}/kde4/services/*.desktop
 %{_datadir}/kde4/servicetypes/*.desktop
 %{_mandir}/man1/kmymoney.1.gz
 %{_datadir}/mime/packages/x-kmymoney.xml
+%{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/icons/locolor/*/*/*
-%{_datadir}/icons/oxygen/*/*/*
 %{_libdir}/kde4/*.so
 
 %files libs
@@ -176,6 +159,12 @@ gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
 
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.6.3-1
+- new upstream release
+- remove Patch50 (kmymoney-3.96.1-rpath.patch)
+- add BuildRequires: gmp-devel, libalkimia-devel
+- remove BuildRequires: q4banking-devel
+
 * Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.5-3
 - add BuildRequires: soprano-devel, gwenhywfar-devel
 

+ 4 - 1
k/ktorrent/ktorrent-vl.spec

@@ -1,7 +1,7 @@
 Name:           ktorrent
 Summary:        A BitTorrent program
 Summary(ja):    BitTorrent クライアント
-Version:        4.2.1
+Version:        4.3.0
 Release:        1%{?_dist_release}
 
 Group:          Applications/Internet
@@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.0-1
+- new upstream release
+
 * Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.1-1
 - new upstream release
 

+ 102 - 0
lib/liba/libalkimia/libalkimia-vl.spec

@@ -0,0 +1,102 @@
+
+Name:    libalkimia
+Summary: Financial library
+Version: 4.3.2
+Release: 1%{?_dist_release}
+
+License: LGPLv2+
+URL:     http://kde-apps.org/content/show.php/libalkimia?content=137323
+Source0: http://kde-apps.org/CONTENT/content-files/137323-libalkimia-%{version}.tar.bz2
+
+BuildRequires: gmp-devel
+BuildRequires: kdelibs4-devel
+
+%description
+%{summary}
+
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: kdelibs4-devel
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%check
+export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
+test "$(pkg-config --modversion libalkimia)" = "%{version}"
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libalkimia.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/kde4/alkimia
+%{_libdir}/libalkimia.so
+%{_libdir}/pkgconfig/libalkimia.pc
+%{_datadir}/kde4/apps/cmake/modules/FindLibAlkimia.cmake
+
+
+%changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.2-1
+- initial build for Vine Linux
+
+
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Feb 04 2012 Rex Dieter <rdieter@fedoraproject.org> 4.3.2-1
+- 4.3.2
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Nov 02 2011 Rex Dieter <rdieter@fedoraproject.org> 4.3.1-4
+- rebuild (gmp)
+
+* Mon Aug 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.3.1-3
+- .spec cosmetics
+
+* Sat Aug 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.3.1-2
+- BR: gmp-devel
+- %%check : don't ignore errors
+
+* Sat Aug 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.3.1-1
+- 4.3.1
+
+* Tue Jun 21 2011 Rex Dieter <rdieter@fedoraproject.org> 4.3.0-1
+- first try
+
+

+ 204 - 0
lib/libd/libdbi/libdbi-vl.spec

@@ -0,0 +1,204 @@
+Summary: Database Independent Abstraction Layer for C
+Name: libdbi
+Version: 0.8.4
+Release: 1%{?_dist_release}
+Group: Development/Libraries
+License: LGPLv2+
+URL: http://libdbi.sourceforge.net/
+
+Source: http://prdownloads.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
+
+Patch1: libdbi-cflags.patch
+Patch2: libdbi-leak.patch
+Patch3: libdbi-version.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: openjade docbook-style-dsssl
+Conflicts: libdbi-dbd-mysql < 0.8
+Conflicts: libdbi-dbd-pgsql < 0.8
+
+%description
+libdbi implements a database-independent abstraction layer in C, similar to the
+DBI/DBD layer in Perl. Writing one generic set of code, programmers can
+leverage the power of multiple databases and multiple simultaneous database
+connections by using this framework.
+
+The libdbi package contains just the libdbi framework.  To make use of
+libdbi you will also need one or more plugins from libdbi-drivers, which
+contains the plugins needed to interface to specific database servers.
+
+%package devel
+Summary: Development files for libdbi (Database Independent Abstraction Layer for C)
+Group: Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+The libdbi-devel package contains the header files and documentation
+needed to develop applications with libdbi.
+
+%clean 
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+%install
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdbi.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdbi.la
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS
+%doc ChangeLog
+%doc COPYING
+%doc README
+%{_libdir}/libdbi.so.*
+
+%files devel
+%defattr(-,root,root)
+%doc TODO
+%doc doc/programmers-guide.pdf
+%doc doc/programmers-guide/
+%doc doc/driver-guide.pdf
+%doc doc/driver-guide/
+/usr/include/dbi/
+%{_libdir}/libdbi.so
+
+%changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
+- initial build for Vine Linux
+
+
+
+* Mon Jul 23 2012 Tom Lane <tgl@redhat.com> 0.8.4-2
+- Prevent undesirable change in library soname version number
+
+* Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 0.8.4-1
+- Update to version 0.8.4 (seems to contain only configure-support updates,
+  but might as well adopt it)
+- Fix memory leak due to incorrect test in _is_row_fetched()
+Related: #733413
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Sep  3 2010 Tom Lane <tgl@redhat.com> 0.8.3-4
+- Do not use -ffast-math; it breaks things and seems quite unlikely to offer
+  any useful performance benefit for this type of package, anyway
+Resolves: #629964
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Feb 11 2008 Tom Lane <tgl@redhat.com> 0.8.3-1
+- Update to version 0.8.3.
+
+* Tue Oct 30 2007 Tom Lane <tgl@redhat.com> 0.8.2-3
+- Fix package's selection of CFLAGS to include RPM_OPT_FLAGS
+Resolves: #330681
+
+* Thu Aug  2 2007 Tom Lane <tgl@redhat.com> 0.8.2-2
+- Fix typo in Release field.
+
+* Thu Aug  2 2007 Tom Lane <tgl@redhat.com> 0.8.2-1
+- Update to version 0.8.2.
+- Update License tag to match code.
+- Remove static library and .la file, per packaging guidelines.
+
+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.1-2.1
+- rebuild
+
+* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.1-2
+- rebuild for -devel deps
+
+* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.1-1.2.1
+- bump again for double-long bug on ppc(64)
+
+* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.1-1.2
+- rebuilt for new gcc4.1 snapshot and glibc changes
+
+* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt
+
+* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 0.8.1-1
+- Update to version 0.8.1.
+
+* Fri Mar 11 2005 Tom Lane <tgl@redhat.com> 0.7.2-2
+- Packaging improvements per discussion with sopwith.
+
+* Thu Mar 10 2005 Tom Lane <tgl@redhat.com> 0.7.2-1
+- Import new libdbi version, splitting libdbi-drivers into a separate SRPM
+  so we can track new upstream packaging.
+
+* Sun Mar  6 2005 Tom Lane <tgl@redhat.com> 0.6.5-11
+- Rebuild with gcc4.
+
+* Mon Nov 08 2004 Tom Lane <tgl@redhat.com> 0.6.5-10
+- build against mysqlclient10, not mysql, for license reasons
+
+* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Thu Jul 03 2003 Patrick Macdonald <patrickm@redhat.com> 0.6.5-7
+- rebuilt
+
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Jan 24 2003 Tom Lane <tgl@redhat.com>
+- /usr/include/dbi should be owned
+
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Sun Dec 01 2002 Elliot Lee <sopwith@redhat.com> 0.6.5-3
+- multilibify
+
+* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Tue Jun 18 2002 Trond Eivind Glomsrd <teg@redhat.com> 0.6.5-1
+- 0.6.5
+
+* Thu May 23 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Wed Mar 13 2002 Trond Eivind Glomsrd <teg@redhat.com> 0.6.4-2
+- 0.6.4
+
+* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Thu Sep 20 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.6.2-1
+- Sanitize, prepare for distribution
+
+* Sat Aug 4 2001 David Parker <david@neongoat.com>
+- initial spec file created

+ 5 - 8
lib/libi/libical/libical-vl.spec

@@ -1,7 +1,7 @@
 Name:		libical
 Summary:	Reference implementation of the iCalendar data type and serialization format
 Summary(pl):	Implementacja formatu iCalendar
-Version:	0.46
+Version:	0.48
 Release:	1%{?_dist_release}
 
 Group:		System Environment/Libraries
@@ -9,9 +9,6 @@ License:	LGPLv2 or MPLv1.1
 URL:		http://freeassociation.sourceforge.net/
 
 Source0:	http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
-Patch0:		libical-0.46-icaltimezone.patch
-Patch1:		libical-0.46-errors-are-fatal.patch
-Patch2:		libical-0.46-mkdir_p.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	autoconf
@@ -54,10 +51,6 @@ korzystających z libical.
 #----------------------------------------------------------------------------
 %prep
 %setup -q
-%patch0 -p1 -b .icaltimezone
-%patch1 -p1 -b .errors-are-fatal
-%patch2 -p1 -b .mkdir_p
-autoreconf -i -f
 
 %build
 %configure --disable-static --enable-cxx --enable-reentrant --with-backtrace
@@ -108,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}/*.h
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48-1
+- update to 0.48
+- remove old patches
+
 * Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1
 - new upstream release
 - added Patch0-2 from Fedora

+ 6 - 3
lib/libk/libktorrent/libktorrent-vl.spec

@@ -1,13 +1,13 @@
 Name:    libktorrent
 Summary: Library providing torrent downloading code
-Version: 1.2.1.2
+Version: 1.3.0
 Release: 1%{?_dist_release}
 
 Group:   System Environment/Libraries
 License: GPLv2+
 URL:     http://ktorrent.org/
 
-Source0: http://ktorrent.org/downloads/4.1.2/libktorrent-1.2.1-2.tar.bz2 
+Source0: http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gettext
@@ -33,7 +33,7 @@ Requires: kdelibs4-devel
 
 
 %prep
-%setup -q -n %{name}-1.2.1-2
+%setup -q
 
 %build
 mkdir -p %{_target_platform}
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-1
+- new upstream release
+
 * Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.1.2-1
 - new upstream release
 

+ 7 - 4
lib/libo/libofx/libofx-vl.spec

@@ -1,9 +1,8 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
-Version: 0.9.0
-Release: 2%{?_dist_release}
+Version: 0.9.5
+Release: 1%{?_dist_release}
 Source: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-Patch0: libofx-0.9.0-glibc-headers.patch
 Group:	System Environment/Libraries
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -29,7 +28,6 @@ for building applications that use libofx.
 
 %prep
 %setup -q
-%patch0 -p0 -b .glibc-headers
 
 %build
 %configure --with-opensp-libs=%{_libdir}
@@ -56,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_datadir}/libofx/dtd
+%{_mandir}/man1/ofxdump.1.gz
 
 %files devel
 %defattr(-,root,root)
@@ -65,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
+- update to 0.9.5
+- remove Patch0 (libofx-0.9.0-glibc-headers.patch)
+
 * Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.0-2
 - rebuilt with rpm-4.8.1 for pkg-config
 - added libofx-0.9.0-glibc-headers.patch

+ 4 - 1
m/mc/mc-vl.spec

@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define	ver	4.8.1.3
+%define	ver	4.8.1.4
 %define	rel	1%{?_dist_release}
 
 Summary:	A user-friendly file manager and visual shell.
@@ -87,6 +87,9 @@ install contrib/mc.*sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 %config(noreplace) %{_sysconfdir}/mc/*.ini
 
 %changelog
+* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.1.4-1
+- new upstream release
+
 * Tue Jun 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.1.3-1
 - new upstream release
 - remove Patch0

+ 22 - 15
q/qt4/qt4-vl.spec

@@ -7,8 +7,8 @@
 Summary: Qt toolkit
 Summary(ja): Qt ツールキット
 Name: qt4
-Version: 4.8.0
-Release: 3%{?_dist_release}
+Version: 4.8.2
+Release: 1%{?_dist_release}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@@ -82,10 +82,6 @@ Patch70: qt-everywhere-opensource-src-4.8.0-QTBUG-14724.patch
 # Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
 Patch71:  qt-everywhere-opensource-src-4.8.0-QTBUG-21900.patch
 
-# restore Qt-4.7 behavior (which kde needs) to QUrl.toLocalfile
-# https://bugzilla.redhat.com/show_bug.cgi?id=749213
-Patch72: qt-everywhere-opensource-src-4.8.0-QUrl_toLocalFile.patch
-
 # QtWebKit wtf library: GMutex is a union rather than a struct in GLib >= 2.31
 # fixes FTBFS: https://bugs.webkit.org/show_bug.cgi?id=69840
 Patch73: qt-everywhere-opensource-src-4.8.0-qtwebkit-glib231.patch
@@ -103,12 +99,11 @@ Patch76: qt-everywhere-opensource-src-4.8.0-s390-atomic.patch
 # don't spam if libicu is not present at runtime
 Patch77:  qt-everywhere-opensource-src-4.8.0-icu_no_spam.patch
 
-# avoid dropping events, which lead to "ghost entries in kde task manager" problem
-# https://bugs.kde.org/show_bug.cgi?id=275469
-Patch78: qt-everywhere-opensource-src-4.8.0-filter_event.patch
+# gcc doesn't support flag -fuse-ld=gold
+Patch80: qt-everywhere-opensource-src-4.8.0-ld-gold.patch
 
-# fix qvfb build
-Patch79: qt-everywhere-opensource-src-4.8.0-qvfb.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=810500
+Patch81: qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
 
 # upstream patches
 
@@ -415,16 +410,15 @@ popd
 %patch69 -p1 -b .QTBUG-22037
 %patch70 -p1 -b .QTBUG-14724
 %patch71 -p1 -b .QTBUG-21900
-%patch72 -p1 -b .QUrl_toLocalFile
 # This quick fix works ONLY with GLib >= 2.31. It's harder to fix this portably.
 # See https://bugs.webkit.org/show_bug.cgi?id=69840 for the gory details.
-#patch73 -p1 -b .qtwebkit-glib231
+%patch73 -p1 -b .qtwebkit-glib231
 %patch74 -p1 -b .tds_no_strict_aliasing
 %patch75 -p1 -b .ppc64-crash
 %patch76 -p1 -b .s390-atomic
 %patch77 -p1 -b .icu_no_spam
-%patch78 -p1 -b .filter_events
-%patch79 -p1 -b .qvfb
+%patch80 -p1 -b .ld.gold
+%patch81 -p1 -b .assistant-crash
 
 # upstream patches
 
@@ -734,6 +728,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/qmake
 rm -f $RPM_BUILD_ROOT%{_bindir}/qtconfig
 rm -f $RPM_BUILD_ROOT%{_bindir}/uic
 
+# delete manifest
+rm -f $RPM_BUILD_ROOT%{_qt4_demosdir}/demos-manifest.xml
+rm -f $RPM_BUILD_ROOT%{_qt4_examplesdir}/examples-manifest.xml
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -1091,6 +1089,15 @@ fi
 %endif
 
 %changelog
+* Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.2-1
+- new upstream release
+- update Patch68 (webkit-qtwebkit-2.2-no_Werror.patch)
+- remove Patch72 (qt-everywhere-opensource-src-4.8.0-QUrl_toLocalFile.patch)
+- remove Patch78 (qt-everywhere-opensource-src-4.8.0-filter_event.patch)
+- remove Patch79 (qt-everywhere-opensource-src-4.8.0-qvfb.patch)
+- add Patch80 (qt-everywhere-opensource-src-4.8.0-ld-gold.patch) from Fedora
+- add Patch81 (qt-everywhere-opensource-src-4.8.2--assistant-crash.patch) from Fedora
+
 * Wed Jan 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.0-3
 - fix %%files of compat32-qt4-devel