|
@@ -1,7 +1,7 @@
|
|
Summary: Daemonshogi is a GTK+ based, Simple shogi(japanese chess) program.
|
|
Summary: Daemonshogi is a GTK+ based, Simple shogi(japanese chess) program.
|
|
Summary(ja): GTK+ を使ったシンプルな将棋プログラム
|
|
Summary(ja): GTK+ を使ったシンプルな将棋プログラム
|
|
Name: daemonshogi
|
|
Name: daemonshogi
|
|
-Version: 0.5
|
|
|
|
|
|
+Version: 0.6.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv3
|
|
License: GPLv3
|
|
Group: Applications/Games
|
|
Group: Applications/Games
|
|
@@ -9,17 +9,19 @@ URL: http://daemonshogi.sourceforge.jp/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: %{name}.png
|
|
Source1: %{name}.png
|
|
Source2: %{name}.desktop
|
|
Source2: %{name}.desktop
|
|
-Patch10: %{name}-0.5-cflags.patch
|
|
|
|
|
|
+Patch10: %{name}-0.6.1-gtk.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: gtk2-devel >= 2.14.0
|
|
|
|
|
|
+BuildRequires: gtk2-devel >= 2.16.0
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: tokyocabinet-devel
|
|
BuildRequires: tokyocabinet-devel
|
|
BuildRequires: cppunit-devel
|
|
BuildRequires: cppunit-devel
|
|
-Requires: gtk2 >= 2.14.0
|
|
|
|
|
|
+BuildRequires: libboost-devel
|
|
|
|
+BuildRequires: bzip2-devel
|
|
|
|
+Requires: gtk2 >= 2.16.0
|
|
Requires: tokyocabinet
|
|
Requires: tokyocabinet
|
|
-Requires(post): gtk2 >= 2.14.0
|
|
|
|
-Requires(postun): gtk2 >= 2.14.0
|
|
|
|
|
|
+Requires(post): gtk2 >= 2.16.0
|
|
|
|
+Requires(postun): gtk2 >= 2.16.0
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -35,10 +37,10 @@ Daemonshogi is a GTK+ based, Simple shogi(japanese chess) program.
|
|
%patch10 -p1
|
|
%patch10 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
-autoconf
|
|
|
|
-RELCFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s -ldl" \
|
|
|
|
|
|
+#autoconf
|
|
|
|
+#RELCFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s -ldl" \
|
|
./configure --prefix=%{_prefix}
|
|
./configure --prefix=%{_prefix}
|
|
-make %{?_smp_mflags}
|
|
|
|
|
|
+make %{?_smp_mflags} V=1
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -64,7 +66,6 @@ fi
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README.ja
|
|
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README.ja
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
-%{_bindir}/%{name}-cui
|
|
|
|
%{_localedir}/ja/LC_MESSAGES/%{name}*
|
|
%{_localedir}/ja/LC_MESSAGES/%{name}*
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/%{name}/01.json
|
|
%{_datadir}/%{name}/01.json
|
|
@@ -74,6 +75,11 @@ fi
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: libboost-devel, bzip2-devel
|
|
|
|
+- replace Patch10 (daemonshogi-0.6.1-gtk.patch)
|
|
|
|
+
|
|
* Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
|
|
* Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- updated Patch10
|
|
- updated Patch10
|