]> git.pld-linux.org Git - packages/crafty_TB.git/commitdiff
- some cleanups, Name=spec name, pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Mar 2004 22:13:45 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crafty_TB.spec -> 1.4

crafty_TB.spec

index 1fee51d011cd47a95e63f48595edafe70df2d65d..d38773da0e5f663754aee5254d03c2831387a0d4 100644 (file)
@@ -1,34 +1,38 @@
-Name:          crafty_tablebase
-Requires:      crafty
+Summary:       Tablebases for Crafty
+Summary(pl):   Bazy danych dla Crafty
+Name:          crafty_TB
 Version:       2.0
-Summary:       Tablebases for Crafty.
 Release:       3
-ExcludeArch:   axp
 License:       GPL
 Group:         Applications/Games
-Icon:          xchess.gif
 Source0:       ftp://ftp.cis.uab.edu/pub/hyatt/TB/31/kbnk.nbb.emd
 # Source0-md5: 891e2e92ec49c72973a6456e71b02459
 Source1:       ftp://ftp.cis.uab.edu/pub/hyatt/TB/31/kbnk.nbw.emd
 # Source1-md5: 19d67aeba1329762a5a076917b5b7f61
+Icon:          xchess.gif
+Requires:      crafty
+Obsoletes:     crafty_tablebase
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Selected endgame tablebases for Crafty.
 
+%description -l pl
+Baza danych wybranych zakoñczeñ gry dla Crafty.
+
 %prep
 
-%clean
+%install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/games/crafty/TB
 
-%install
+install %{SOURCE0} %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/games/crafty/TB
+
+%clean
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
-install -m 0444 ${RPM_SOURCE_DIR}/kbnk.nbb.emd $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
-install -m 0444 ${RPM_SOURCE_DIR}/kbnk.nbw.emd $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
 
 %files
 %defattr(644,root,root,755)
-%dir %{_prefix}/lib/games/crafty/TB
-%{_prefix}/lib/games/crafty/TB/kbnk.nbb.emd
-%{_prefix}/lib/games/crafty/TB/kbnk.nbw.emd
+%dir %{_libdir}/games/crafty/TB
+%{_libdir}/games/crafty/TB/kbnk.nbb.emd
+%{_libdir}/games/crafty/TB/kbnk.nbw.emd
This page took 0.06071 seconds and 4 git commands to generate.