]> git.pld-linux.org Git - packages/cyphesis.git/commitdiff
- pl, some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Apr 2006 18:32:19 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyphesis.spec -> 1.2

cyphesis.spec

index 0f53804ae98fcc2d1a08019ee84db7cb324c526f..d08336f1a1737ac34d3790301add4404cf71c26a 100644 (file)
@@ -1,74 +1,97 @@
-#
-#
 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 ]
@@ -120,16 +143,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %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)
This page took 0.122541 seconds and 4 git commands to generate.