]> git.pld-linux.org Git - packages/bircd.git/blobdiff - bircd.spec
- updated to 2.0.3rc11
[packages/bircd.git] / bircd.spec
index e1e7954cc11bb0d2bf4ee0bf796a711e82b3e837..4f0909dcfe27b206059b65d33efc643d112c5a1c 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Internet Relay Chat Server
 Summary(pl):   Serwer IRC (Internet Relay Chat)
 Name:          bircd
-Version:       2.0.3rc8
+Version:       2.0.3rc11
 Release:       1
 License:       GPL
 Group:         Daemons
-Source0:       ftp://ftp.benet.uu3.net/pub/ircd/%{name}%{version}.tgz
-# Source0-md5: f19c80955b230a8a592b0ba4be25b269
+Source0:       ftp://ftp.benet.uu3.net/pub/ircd/%{name}-%{version}.tgz
+# Source0-md5: b6b28fecb070c2695797105abf9929f1
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.logrotate
@@ -20,6 +20,7 @@ Patch0:               %{name}-makefile.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-smode.patch
 Patch3:                %{name}-crypt.patch
+Patch4:                %{name}-fix.patch
 URL:           http://www.benet.uu3.net/~borg/
 BuildRequires: rpmbuild(macros) >= 1.159
 PreReq:                rc-scripts
@@ -57,6 +58,7 @@ IPv6.
 %patch1 -p1
 %{?with_smode:%patch2 -p1}
 %{?with_crypt:%patch3 -p1}
+%patch4 -p1
 
 %build
 ./Config
@@ -137,8 +139,8 @@ fi
 %attr(770,root,ircd) %dir %{_localstatedir}
 %attr(640,ircd,ircd) %ghost %{_localstatedir}/ircd.pid
 %attr(750,root,ircd) %dir %{_sysconfdir}
-%attr(660,root,ircd) %config(noreplace) %{_sysconfdir}/ircd.conf
-%attr(660,root,ircd) %config(noreplace) %{_sysconfdir}/ircd.motd
+%attr(660,root,ircd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ircd.conf
+%attr(660,root,ircd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ircd.motd
 %attr(754,root,root) /etc/rc.d/init.d/ircd
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/ircd
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/ircd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ircd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/ircd
This page took 0.023646 seconds and 4 git commands to generate.