Author: qboosh Date: Sat Jul 16 11:52:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup, missing dirs, todo
---- Files affected: SPECS: ircd-hybrid-services.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/ircd-hybrid-services.spec diff -u SPECS/ircd-hybrid-services.spec:1.1 SPECS/ircd-hybrid-services.spec:1.2 --- SPECS/ircd-hybrid-services.spec:1.1 Fri Jul 15 10:57:35 2005 +++ SPECS/ircd-hybrid-services.spec Sat Jul 16 13:52:23 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ # TODO: +# - files in /usr MUST NOT be %config # - patch the config files for better use with PLD # - make a trigger, that it won't work as expected # unless configured with irc daemon @@ -14,7 +15,7 @@ Release: 0.1 License: GPL Group: Networking/Daemons -Source0: http://dl.sourceforge.net/%{realname}/%{realname}-%{version}.tgz +Source0: http://dl.sourceforge.net/hybserv-bg/%{realname}-%{version}.tgz # Source0-md5: 7b2bc42c11db685ac8152fd65faa597a Source1: %{name}.init Source2: %{name}.sysconfig @@ -28,12 +29,12 @@ %description Hybserv-bg is greatly enhanced version of the pupular hybserv IRC -services,designed to complement ircd-hybrid-7-bg; its most notable +services, designed to complement ircd-hybrid-7-bg; its most notable features are HostServ, SeenServ, nickname change enforcement, dual language help system. %description -l pl -Hybserver-bg to wielce ulepszona wersja popularnych usług dla IRCa +Hybserver-bg to wielce ulepszona wersja popularnych usług dla IRC-a hybserv, zaprojektowanego by dopełnić ircd-hybrid-7-bg; jego godne odnotowania cechy to HostServ, SeenServ, wymuszenie zmiany nicka, dwujęzyczna pomoc. @@ -43,14 +44,13 @@ %patch0 -p1 %build -%configure2_13 \ +%configure2_13 \ --prefix=%{_libdir} %{__make} %install rm -rf $RPM_BUILD_ROOT - install -d \ $RPM_BUILD_ROOT%{_libdir}/hybserv/tools \ $RPM_BUILD_ROOT%{_sbindir} \ @@ -84,14 +84,18 @@ %files %defattr(644,root,root,755) %doc COPYING KNOWNBUGS README RELEASENOTES-1.8.0 TODO +%dir %{_libdir}/hybserv %attr(660,root,root) %config(noreplace) %verify(not md5 mtime size) %{_libdir}/hybserv/hybserv.conf %attr(660,root,root) %config(noreplace) %verify(not md5 mtime size) %{_libdir}/hybserv/logon.news %attr(660,root,root) %config(noreplace) %verify(not md5 mtime size) %{_libdir}/hybserv/motd.dcc %attr(660,root,root) %config(noreplace) %verify(not md5 mtime size) %{_libdir}/hybserv/motd.global %attr(660,root,root) %config(noreplace) %verify(not md5 mtime size) %{_libdir}/hybserv/settings.conf +%dir %{_libdir}/hybserv/tools %attr(755,root,root) %{_libdir}/hybserv/tools/* +%dir %{_libdir}/hybserv/help %{_libdir}/hybserv/help/* %attr(754,root,root) %{_sbindir}/* +%dir %{_sysconfdir}/hybserv %{_sysconfdir}/hybserv/* %attr(754,root,root) /etc/rc.d/init.d/%{shortname} %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{shortname} @@ -102,6 +106,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/07/16 11:52:23 qboosh +- cleanup, missing dirs, todo + Revision 1.1 2005/07/15 08:57:35 adamg - new (from Cezary Krzyzanowski dhubleizh (at) o2.pl) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ircd-hybrid-services.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
