SPECS: dnsmasq.spec - added dnsmasq portforward support (pack cont...

charles charles at pld-linux.org
Tue Feb 6 16:33:24 CET 2007


Author: charles                      Date: Tue Feb  6 15:33:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added dnsmasq portforward support (pack contrib/port-forward/*)
- added TODO

---- Files affected:
SPECS:
   dnsmasq.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/dnsmasq.spec
diff -u SPECS/dnsmasq.spec:1.61 SPECS/dnsmasq.spec:1.62
--- SPECS/dnsmasq.spec:1.61	Tue Feb  6 16:12:06 2007
+++ SPECS/dnsmasq.spec	Tue Feb  6 16:33:18 2007
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# TODO:
+# - subpackage DNSmasq webmin module (contrib/webmin)
+#
 Summary:	A lightweight caching server (DNS, DHCP)
 Summary(pl):	Lekki buforujący serwer nazw (DNS) i DHCP
 Name:		dnsmasq
@@ -66,6 +69,9 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/dnsmasq
 install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf
 
+install contrib/port-forward/dnsmasq-portforward $RPM_BUILD_ROOT%{_sbindir}
+install contrib/port-forward/portforward $RPM_BUILD_ROOT%{_sysconfdir}
+
 %{__make} install-i18n \
 	DESTDIR=$RPM_BUILD_ROOT \
 	PREFIX=%{_prefix}
@@ -87,11 +93,12 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc CHANGELOG FAQ *.html contrib/{dnslist,dynamic-dnsmasq,port-forward}
+%doc CHANGELOG FAQ *.html contrib/{dnslist,dynamic-dnsmasq}
 %attr(754,root,root) /etc/rc.d/init.d/dnsmasq
-%attr(755,root,root) %{_sbindir}/dnsmasq
+%attr(755,root,root) %{_sbindir}/dnsmasq*
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dnsmasq
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dnsmasq.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/portforward
 %{_mandir}/man8/*
 %lang(es) %{_mandir}/es/man8/* 
 
@@ -101,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2007/02/06 15:33:18  charles
+- added dnsmasq portforward support (pack contrib/port-forward/*)
+- added TODO
+
 Revision 1.61  2007/02/06 15:12:06  charles
 - updated to 2.37
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dnsmasq.spec?r1=1.61&r2=1.62&f=u



More information about the pld-cvs-commit mailing list