Browse Source

2015-03-09 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* gnucash, kmymoney, skrooge: rebuilt
	* libofx: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9426 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
8a80ccb530

+ 7 - 1
g/gnucash/gnucash-vl.spec

@@ -1,5 +1,5 @@
 %define ver 2.6.5
-%define rel 1%{?_dist_release}
+%define rel 2%{?_dist_release}
 %define __libtoolize /bin/true
 
 Name:      	gnucash
@@ -45,6 +45,8 @@ Requires(post,postun): gtk2
 Requires(postun,posttrans): glib2
 Obsoletes:     gnucash-backend-postgres
 
+Vendor:        Project Vine
+Distribution:  Vine Linux
 Packager:      kenta, inagaki
 
 
@@ -141,6 +143,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %doc doc/README.OFX
 
 %changelog
+* Mon Mar  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.6.5-2
+- rebuilt with libofx 0.9.10
+- added Vendor and Distribution tag
+
 * Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.5-1
 - update to 2.6.5
 - remove old patches

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

@@ -2,7 +2,7 @@ Summary: Personal finance manager
 Summary(ja): 個人用財務管理ツール
 Name:    kmymoney
 Version: 4.6.6
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group:   Applications/Productivity
 # kmm itself is GPLv2+ , but kdchart is GPLv2 or GPLv3
@@ -163,6 +163,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Mon Mar  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.6.6-3
+- rebuilt with libofx 0.9.10
+
 * Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.6.6-2
 - rebuilt with libical 1.0.1
 - added BR: libboost-graph

+ 20 - 6
lib/libo/libofx/libofx-vl.spec

@@ -1,11 +1,18 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
+Summary(ja): Open Finalcial Exchange (OFX) をサポートするためのライブラリ
 Name: libofx
-Version: 0.9.5
+Version: 0.9.10
 Release: 1%{?_dist_release}
-Source: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-Group:	System Environment/Libraries
-License: GPL
+Group: System Environment/Libraries
+License: GPLv2
+URL: http://libofx.sourceforge.net/
+
+Source0: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: curl-devel >= 7.9.7
+BuildRequires: help2man
+BuildRequires: libxml++-devel >= 2.6.0
 BuildRequires: openjade >= 1.3.1
 BuildRequires: opensp-devel
 Requires: openjade >= 1.3.1
@@ -19,6 +26,7 @@ specification.
 
 %package devel
 Summary: Development files needed for accessing OFX data.
+Summary(ja): OFX データのアクセスに必要な開発用ファイル
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -31,8 +39,7 @@ for building applications that use libofx.
 
 %build
 %configure --with-opensp-libs=%{_libdir}
-#make %{?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_datadir}/libofx/dtd
+%{_mandir}/man1/ofxconnect.1.gz
 %{_mandir}/man1/ofxdump.1.gz
 
 %files devel
@@ -64,6 +72,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Mar  8 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.10-1
+- updated to 0.9.10
+- added BR: curl-devel, help2man and libxml++-devel
+- added Japanese summary
+- added URL
+
 * 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)

+ 4 - 4
s/skrooge/skrooge-vl.spec

@@ -2,7 +2,7 @@ Name:           skrooge
 Summary:        Personal finances manager
 Summary(ja):    個人向け財務管理ツール
 Version:        1.10.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Applications/Productivity
 License:        GPLv3+
@@ -71,9 +71,6 @@ 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 \
@@ -149,6 +146,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 #{_libdir}/kde4/plugins/designer/libskg*.so
 
 %changelog
+* Mon Mar  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.10.0-2
+- rebuilt with libofx 0.9.10
+
 * Wed Dec 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.10.0-1
 - updated to 1.10.0
 - updated BuildRequires