Browse Source

updated ltris, lbreakout2, auctex spec files

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2434 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
2e416ab4f1
3 changed files with 38 additions and 5 deletions
  1. 13 1
      a/auctex/auctex-vl.spec
  2. 11 2
      l/lbreakout2/lbreakout2-vl.spec
  3. 14 2
      l/ltris/ltris-vl.spec

+ 13 - 1
a/auctex/auctex-vl.spec

@@ -13,7 +13,7 @@
 Summary:	Enhanced TeX modes for Emacsen
 Name:		%{origname}
 Version:	11.86
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Group: 		Applications/Editors/Emacs
 License:	GPLv3+
 URL:		http://www.gnu.org/software/auctex/
@@ -32,7 +32,14 @@ Patch: 		auctex-11.85-vine.patch
 
 Requires:       %{emacspkg} = %{version}-%{release}
 BuildRequires:  texinfo
+%if %{?_dist_release} == "vl5"
 BuildRequires:  tetex
+%else
+BuildRequires:  texlive
+%endif
+## Note: "BR: emacs >= 23.1" need to build auctex
+BuildRequires:  emacs >= 23.1
+
 %prereq_ge      emacsen emacsen-common
 Requires(post): /sbin/install-info
 
@@ -284,6 +291,11 @@ fi
 
 
 %changelog
+* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.86-2
+- fixed requirements
+  - set BuildRequires: emacs >= 23.1
+  - set BuildRequires: texlive (for vl6)
+
 * Sun Mar 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 11.86-1
 - new versioning release
 

+ 11 - 2
l/lbreakout2/lbreakout2-vl.spec

@@ -1,7 +1,7 @@
 Summary:	LBreakout2 is a breakout-style arcade game in the manner of Arkanoid
 Summary(ja):	ネット対戦ができるブロックくずしのアーケードゲーム第2弾
 Name:		lbreakout2
-Version:	2.6.1
+Version:	2.6.2
 Release:	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.gz
 License:	GNU General Public License
@@ -18,7 +18,13 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Packager:	munepi
 
 %description
-The successor to LBreakout offers you a new challenge in more than 50 levels with loads of new bonuses (goldshower, joker, explosive balls, bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...) and special bricks (growing bricks, explosive bricks, regenerative bricks ...). If you are hungry for more you can create your own levelsets with the integrated level editor. There is also an experimental two player mode (via LAN) available.
+The successor to LBreakout offers you a new challenge in more than 50 
+levels with loads of new bonuses (goldshower, joker, explosive balls, 
+bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...) 
+and special bricks (growing bricks, explosive bricks, regenerative 
+bricks ...). If you are hungry for more you can create your own levelsets 
+with the integrated level editor. There is also an experimental two player 
+mode (via LAN) available.
 
 %description -l ja
 LGames プロジェクトのネット対戦ができるブロックくずしの
@@ -63,6 +69,9 @@ LGames プロジェクトのネット対戦ができるブロックくずしの
 
 
 %changelog
+* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.2-1
+- new upstream release
+
 * Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.1-1
 - new upstream release
 

+ 14 - 2
l/ltris/ltris-vl.spec

@@ -2,7 +2,7 @@
 Summary:	Tetlis game with multiplayer mode
 Summary(ja):	対戦型テトリス
 Name:		ltris
-Version:	1.0.14
+Version:	1.0.15
 Release:	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.gz
 License:	GNU General Public License
@@ -19,7 +19,16 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Packager:	munepi
 
 %description
-LTris as a tetris clone: differently shaped blocks are falling down the rectangular playing field and can be moved sideways or rotated by 90 degree units with the aim of building lines without gaps which then disappear (causing any block above the deleted line to fall down). LTris has three game modes: In Classic you play until the stack of blocks reaches the top of the playing field and no new blocks can enter. In Figures the playing field is reset to a new figure each level and later on tiles and lines suddenly appear. In Multiplayer up to three players (either human or CPU) compete with each other sending removed lines to all opponents. And in Demo you can watch your CPU playing while enjoying a cup of tea!
+LTris as a tetris clone: differently shaped blocks are falling down the 
+rectangular playing field and can be moved sideways or rotated by 90 degree 
+units with the aim of building lines without gaps which then disappear 
+(causing any block above the deleted line to fall down). LTris has three 
+game modes: In Classic you play until the stack of blocks reaches the top 
+of the playing field and no new blocks can enter. In Figures the playing 
+field is reset to a new figure each level and later on tiles and lines 
+suddenly appear. In Multiplayer up to three players (either human or CPU) 
+compete with each other sending removed lines to all opponents. And in 
+Demo you can watch your CPU playing while enjoying a cup of tea!
 
 %prep
 %__rm -rf ${RPM_BUILD_ROOT}
@@ -53,6 +62,9 @@ LTris as a tetris clone: differently shaped blocks are falling down the rectangu
 
 
 %changelog
+* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.15-1
+- new upstream release
+
 * Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.14-1
 - new upstream release