Browse Source

2014-12-13 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* aisleriot, kmymoney: updated
	* aqbanking: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9152 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
a7846640d7
3 changed files with 25 additions and 17 deletions
  1. 6 3
      a/aisleriot/aisleriot-vl.spec
  2. 5 8
      a/aqbanking/aqbanking-vl.spec
  3. 14 6
      k/kmymoney/kmymoney-vl.spec

+ 6 - 3
a/aisleriot/aisleriot-vl.spec

@@ -1,6 +1,6 @@
 Summary:	A collection of patience games written in guile scheme
 Name:		aisleriot
-Version:	3.2.2
+Version:	3.2.3.2
 Release:	1%{?_dist_release}
 
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz
@@ -9,6 +9,7 @@ License:	GFDL,GPLv3,LGPLv3
 Group:		Applications/Games
 URL:		https://live.gnome.org/Aisleriot
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk3-devel
 BuildRequires:	GConf2-devel
 BuildRequires:	libtool-ltdl-devel
@@ -18,8 +19,6 @@ BuildRequires:	libSM-devel
 BuildRequires:	guile-devel
 BuildRequires:	itstool
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: Takemikaduchi
@@ -89,6 +88,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.3.2-1
+- updated to 3.2.3.2
+- built with guile 1.8.8
+
 * Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
 - new upstream release
 

+ 5 - 8
a/aqbanking/aqbanking-vl.spec

@@ -1,14 +1,13 @@
 Name: aqbanking
 Summary: A library for online banking functions and financial data import/export
 Version: 5.0.25
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: GPLv2 or GPLv3
 URL: http://www.aquamaniac.de/aqbanking/
 
 Source: http://download.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
-
 Patch3: aqbanking-2.1.0-conflict.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -62,20 +61,15 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 %endif
 
 %build
-
-%configure \
-    --disable-static \
+%configure --disable-static \
 
 # not smp_mflags safe
-# override LIBTOOL to quash rpath
 make 
-#make LIBTOOL=/usr/bin/libtool
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT install
-#make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
 
 find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name *.a -exec rm -f {} \;
@@ -129,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.ac.jp> 5.0.25-2
+- rebuilt with gmp 5.1.3
+
 * 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)

+ 14 - 6
k/kmymoney/kmymoney-vl.spec

@@ -1,16 +1,15 @@
-
-Summary: Personal finance 
+Summary: Personal finance manager
+Summary(ja): 個人用財務管理ツール
 Name:    kmymoney
-Version: 4.6.3
+Version: 4.6.6
 Release: 1%{?_dist_release}
 
 Group:   Applications/Productivity
 # kmm itself is GPLv2+ , but kdchart is GPLv2 or GPLv3
 License: GPLv2 or GPLv3
-URL:     http://kmymoney2.sourceforge.net/
-
-Source0: http://downloads.sourceforge.net/sourceforge/kmymoney2/kmymoney-%{version}.tar.bz2
+URL:     https://kmymoney.org/
 
+Source0: http://download.kde.org/stable/kmymoney/4.6.6/src/%{name}-%{version}.tar.xz
 ## upstream patches
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -51,18 +50,22 @@ The ultimate objectives of KMyMoney are...
 
 %package libs
 Summary: Run-time libraries for %{name}
+Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Obsoletes: kmymoney2-libs < 2
+
 %description libs
 %{summary}.
 
 %package devel
 Summary: Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
 Group:   Development/Libraries
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 Requires: kdelibs4-devel
 Obsoletes: kmymoney2-devel < 2
+
 %description devel
 %{summary}.
 
@@ -159,6 +162,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.6.6-1
+- new upstream release
+- built with gmp 5.1.3
+- added Japanese summary
+
 * 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)