12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- Name: sl
- Version: 1.0
- Release: 3%{?_dist_release}
- Source0: %{name}-%{version}.tar.gz
- Patch0: %{name}-%{version}-Makefile.patch
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- License: Copyright 1993,1998 Toyoda Masashi (toyoda@is.titech.ac.jp)
- Group: Applications/Other
- BuildRequires: ncurses-devel
- Summary: Just install and type 'sl' and you'll understand.
- Summary(ja): インストールして単に 'sl' とタイプすれば分かるでしょう :-)
- Distribution: Vine Linux
- Vendor: Project Vine
- Packager: inagaki
- %description
- sl is an highly developed animation programm,
- which corrects your miss typing.
- %description -l ja
- sl は、高度に発展した、キータイプ矯正を目的
- とするアニメーションプログラムです。
- %prep
- %setup -q
- %patch0 -p1
- %build
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %doc README
- %{_bindir}/sl
- %{_mandir}/man1/sl.1*
- %{_mandir}/ja/man1/sl.1*
- %changelog
- * Fri Jul 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-3
- - spec in UTF-8
- * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
- - applied new versioning policy
- * Sat Jul 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl6
- - s/Copyright/License/
- - changed Group to Applications/Other
- * Sat May 17 2003 KAZUKI SHIMURA <rito@pos.to> 1.0-1vl5
- - added clean section
- - added -q option to %%setup
- - separated Japanese description
- * Tue Jan 23 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
- - 1.0-1vl4
- - based on 1.0-1vl3 from old VinePlus (really?)
- - use better macros and modified Patch0
|