SPECS: cyphesis.spec - pl, some cleanups
qboosh
qboosh at pld-linux.org
Mon Apr 10 20:32:24 CEST 2006
Author: qboosh Date: Mon Apr 10 18:32:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, some cleanups
---- Files affected:
SPECS:
cyphesis.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/cyphesis.spec
diff -u SPECS/cyphesis.spec:1.1 SPECS/cyphesis.spec:1.2
--- SPECS/cyphesis.spec:1.1 Fri Apr 7 22:16:15 2006
+++ SPECS/cyphesis.spec Mon Apr 10 20:32:19 2006
@@ -1,75 +1,98 @@
# $Revision$, $Date$
-#
-#
Summary: A simple personal server for the WorldForge project
+Summary(pl): Prosty osobisty serwer dla projektu WorldForge
Name: cyphesis
Version: 0.5.6
Release: 0.1
License: GPL
-Group: Games
-URL: http://www.worldforge.org/dev/eng/servers/cyphesis
+Group: Applications/Games
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.init
Source2: cyclient.init
Source3: %{name}.sysconfig
+URL: http://www.worldforge.org/dev/eng/servers/cyphesis
BuildRequires: Atlas-C++-devel >= 0.6.0
+BuildRequires: howl-devel
+BuildRequires: libgcrypt-devel >= 1.2.0
BuildRequires: mercator-devel >= 0.2.0
-BuildRequires: varconf-devel >= 0.6.2
-BuildRequires: skstream-devel >= 0.3.2
-BuildRequires: readline-devel
-BuildRequires: postgresql-devel >= 7.1
BuildRequires: openssl-devel
+BuildRequires: postgresql-devel >= 7.1
BuildRequires: python-devel >= 2.0.0
-BuildRequires: howl-devel
-# from configure
-BuildRequires: libgcrypt-devel >= 1.2.0
-Requires: initscripts /usr/sbin/useradd /sbin/chkconfig
-Requires: postgresql-server
+BuildRequires: readline-devel
+BuildRequires: skstream-devel >= 0.3.2
+BuildRequires: varconf-devel >= 0.6.2
+Requires(pre): /usr/sbin/useradd
+Requires(post,preun): /sbin/chkconfig
+Requires: rc-scripts
Obsoletes: cyphesis-service
Obsoletes: cyphesis-mason
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Cyphesis is a very simple world simulator. NPCs that do things according to
-rules. They have minds with simple input and output. They can
-use/move/make things and have simple discussion. They can deduce
+Cyphesis is a very simple world simulator. NPCs that do things
+according to rules. They have minds with simple input and output. They
+can use/move/make things and have simple discussion. They can deduce
simple things (like where I can get these things and where I should
be). They have simple memory and use it too. They can have goals (like
build home for me or go to dinner).
+
This package includes the rules data, scripts and map data required for the
Mason game. Use this package if you intend to run an Mason server.
+%description -l pl
+Cyphesis to bardzo prosty symulator świata. NPC wykonujące swoje
+czynności zgodnie z regułami. Mają mózgi z prostym wejściem i
+wyjściem. Mogą używać/przenosić/robić rzeczy i prowadzić proste
+dyskusje. Mogą wydedukować proste rzeczy (np. skąd pozyskać dane
+przedmioty i gdzie powinny być). Mają prostą pamięć i jej używają.
+Mogą mieć swoje cele (np. zbudować dom lub pójść na obiad).
+
+Ten pakiet zawiera dane reguł, skrypty i dane map wymagane przez grę
+Mason. Należy użyć tego pakietu przy uruchamianiu serwera Masona.
+
#%package acorn
-#Summary: Game data for running the Acorn game in cyphesis
-#Group: Amusements/Games
-#Requires: %{name} = %{version}
+#Summary: Game data for running the Acorn game in Cyphesis
+#Summary(pl): Dane gry do uruchamiania gry Acorn w Cyphesis
+#Group: Applications/Games
+#Requires: %{name} = %{version}-%{release}
#%description acorn
#This is the rules data, scripts and map data required for the Acorn
#game. Install this package if you intend to run an Acorn server.
#Acorn is deprecated. See README for details.
+#%description acorn -l pl
+#Ten pakiet zawiera dane reguł, skrypty i dane map wymagane przez grę
+#Acorn. Należy użyć tego pakietu przy uruchamianiu serwera Acorna.
+#Acorn jest przestarzały. Szczegóły w pliku README.
+
#%package werewolf
-#Summary: Game data for running the Werewolf game in cyphesis
-#Group: Amusements/Games
-#Requires: %{name} = %{version} %{name}-acorn
+#Summary: Game data for running the Werewolf game in Cyphesis
+#Summary(pl): Dane gry do uruchamiania gry Werewolf w Cyphesis
+#Group: Applications/Games
+#Requires: %{name}-acorn = %{version}-%{release}
#%description werewolf
#This is the rules data, scripts and map data required for the Werewolf
#game. Install this package if you intend to run an Werewolf server.
#Werewolf is not yet functional.
+#%description werewolf
+#Ten pakiet zawiera dane reguł, skrypty i dane map wymagane przez grę
+#Werewolf. Należy użyć tego pakietu przy uruchamianiu serwera
+#Werewolfa. Werewolf jeszcze nie działa.
+
%prep
%setup -q
%build
-%configure \
- --enable-static
+%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
#if [ -d /etc/rc.d/init.d ]
@@ -121,16 +144,19 @@
%files -f service.lst
%defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/cyphesis/cyphesis.vconf
-%config %{_sysconfdir}/cyphesis/basic.xml
-%config %{_sysconfdir}/cyphesis/acorn.xml
-%config %{_sysconfdir}/cyphesis/mason.xml
-%config %{_sysconfdir}/cyphesis/werewolf.xml
+%doc README COPYING AUTHORS THANKS NEWS
+%dir %{_sysconfdir}/cyphesis
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyphesis/cyphesis.vconf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyphesis/basic.xml
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyphesis/acorn.xml
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyphesis/mason.xml
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyphesis/werewolf.xml
%attr(755,root,root) %{_bindir}/cy*
+%dir %{_datadir}/cyphesis
+%dir %{_datadir}/cyphesis/rulesets
%{_datadir}/cyphesis/rulesets/basic
%{_datadir}/cyphesis/rulesets/mason
%{_mandir}/man1/*.1*
-%doc README COPYING AUTHORS THANKS NEWS
#%files acorn
#%defattr(-,root,root)
@@ -148,7 +174,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/04/10 18:32:19 qboosh
+- pl, some cleanups
+
Revision 1.1 2006/04/07 20:16:15 agaran
- dont builds properly (fails on linking with libmercator)
based on spec from sourceforge src.rpm package
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cyphesis.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list