]> git.pld-linux.org Git - packages/crossfire.git/blobdiff - crossfire.spec
- adapterized (sorted %verify flags)
[packages/crossfire.git] / crossfire.spec
index 32eaab941a28da57b1d946e916c71e9f91082473..6369057e9dd84bd2d42657bf67022c453e13d441 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Multiplayer roguelike game server
 Summary(pl):   Serwer gry roguelike dla wielu graczy
 Name:          crossfire
 Version:       1.6.0
-Release:       1
+Release:       2
 Group:         Applications/Games
 License:       GPL
 Source0:       http://dl.sourceforge.net/crossfire/%{name}-%{version}.tar.gz
@@ -16,7 +16,7 @@ BuildRequires:        XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: python-devel >= 2.3
+BuildRequires: python-devel >= 1:2.3
 Requires(post,preun):  /sbin/chkconfig
 Requires:      crossfire-maps
 %pyrequires_eq  python
@@ -60,7 +60,7 @@ Group:                Applications/Games
 Crossfire documentation for players. Includes handbook and spoiler.
 
 %description doc -l pl
-Dokumentacja dla graczy Crossfire. Zawiera podrêczniek oraz spoiler.
+Dokumentacja dla graczy Crossfire. Zawiera podrêcznik oraz spoiler.
 
 %package plugin-python
 Summary:       Python plugin for Crossfire server
@@ -97,7 +97,7 @@ install -d $RPM_BUILD_ROOT{/var/log,/etc/{sysconfig,%{name},logrotate.d},/etc/rc
 rm $RPM_BUILD_ROOT%{_libdir}/crossfire/plugins/plugin_python.a
 rm $RPM_BUILD_ROOT%{_bindir}/crossloop*
 rm $RPM_BUILD_ROOT%{_mandir}/*/crossloop*
-rm $RPM_BUILD_ROOT/usr/bin/player_dl.pl
+rm $RPM_BUILD_ROOT%{_bindir}/player_dl.pl
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
@@ -136,17 +136,17 @@ fi
 %dir %attr(770,root,games) %{_localstatedir}/crossfire/unique-items
 %dir %attr(770,root,games) %{_localstatedir}/crossfire/tmp
 %dir %attr(770,root,games) %{_localstatedir}/crossfire/maps
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) %{_localstatedir}/crossfire/bookarch
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) %{_localstatedir}/crossfire/highscore
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) %{_localstatedir}/crossfire/temp.maps
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) %{_localstatedir}/crossfire/clockdata
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) %{_localstatedir}/crossfire/banish_file
-%dir /etc/crossfire
-%config(noreplace) %verify(not size mtime md5) /etc/crossfire/*
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/crossfire/bookarch
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/crossfire/highscore
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/crossfire/temp.maps
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/crossfire/clockdata
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/crossfire/banish_file
+%dir %{_sysconfdir}/crossfire
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/crossfire/*
 %attr(754,root,root) /etc/rc.d/init.d/crossfire
-%attr(660,root,root) /etc/logrotate.d/crossfire
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/crossfire
-%attr(660,root,games) %config(noreplace) %verify(not size mtime md5) /var/log/crossfire
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/crossfire
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/crossfire
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) /var/log/crossfire
 %dir %{_libdir}/crossfire
 %dir %{_libdir}/crossfire/plugins
 %attr(755,root,root) %{_libdir}/crossfire/add_throw.perl
This page took 0.071562 seconds and 4 git commands to generate.