Author: zbyniu Date: Thu Feb 5 14:43:11 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: bind-to-tinydns.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bind-to-tinydns.spec diff -u /dev/null SPECS/bind-to-tinydns.spec:1.1 --- /dev/null Thu Feb 5 15:43:11 2009 +++ SPECS/bind-to-tinydns.spec Thu Feb 5 15:43:06 2009 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: Convert DNS zone files in BIND format to tinydns format +Name: bind-to-tinydns +Version: 0.4.3 +Release: 1 +License: GPL v2 +Group: Applications/System +Source0: http://www.erat.org/files/%{name}-%{version}.tar.gz +# Source0-md5: 92657532ac03c439c85156554351b154 +URL: http://www.erat.org/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a program that parses zone files used by the BIND DNS server +and converts them to the native format of the tinydns component of Dan +Bernstein's djbdns DNS server. + +%prep +%setup -q + +%build +%{__make} \ + CC="%{__cc} %{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -D bind-to-tinydns $RPM_BUILD_ROOT%{_bindir}/bind-to-tinydns + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc example-bind-zone.db README +%attr(755,root,root) %{_bindir}/bind-to-tinydns + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/02/05 14:43:06 zbyniu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
