|
@@ -1,4 +1,4 @@
|
|
-%define pkg_version 0.2.3
|
|
|
|
|
|
+%define pkg_version 0.2.4
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: A logic game similar to Sudoku
|
|
Summary: A logic game similar to Sudoku
|
|
@@ -6,7 +6,7 @@ Summary(ja): 数独に類似した論理ゲーム
|
|
Name: hitori
|
|
Name: hitori
|
|
Version: %{pkg_version}
|
|
Version: %{pkg_version}
|
|
Release: %{pkg_release}
|
|
Release: %{pkg_release}
|
|
-Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
|
+Source0: http://ftp.gnome.org/pub/GNOME/sources/hitori/0.2/%{name}-%{version}.tar.bz2
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
Group: Applications/Games
|
|
Group: Applications/Games
|
|
URL: http://live.gnome.org/Hitori
|
|
URL: http://live.gnome.org/Hitori
|
|
@@ -40,7 +40,7 @@ Hitori は数独のようなより人気のあるパズルとテーマにおい
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
-%find_lang %{name}
|
|
|
|
|
|
+%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -50,13 +50,17 @@ Hitori は数独のようなより人気のあるパズルとテーマにおい
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc COPYING ChangeLog NEWS README
|
|
%doc COPYING ChangeLog NEWS README
|
|
-%{_bindir}/*
|
|
|
|
-%{_datadir}/*
|
|
|
|
|
|
+%{_bindir}/hitori
|
|
|
|
+%{_datadir}/applications/hitori.desktop
|
|
|
|
+%{_datadir}/hitori/hitori.ui
|
|
|
|
+%{_datadir}/icons/hicolor/*/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- fix %install and %files
|
|
|
|
+
|
|
* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
|
|
* Sun Jan 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|
|
-# end of file
|
|
|
|
-
|
|
|