From 4e687e300578f6b11bb39d90f95988be5c240cb9 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Thu, 5 Feb 2009 14:43:06 +0000 Subject: [PATCH 1/1] - new Changed files: bind-to-tinydns.spec -> 1.1 --- bind-to-tinydns.spec | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bind-to-tinydns.spec diff --git a/bind-to-tinydns.spec b/bind-to-tinydns.spec new file mode 100644 index 0000000..bdf5ce9 --- /dev/null +++ b/bind-to-tinydns.spec @@ -0,0 +1,34 @@ +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 -- 2.43.0