]> git.pld-linux.org Git - packages/bind-to-tinydns.git/commitdiff
- new master
authorzbyniu <zbyniu@pld-linux.org>
Thu, 5 Feb 2009 14:43:06 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind-to-tinydns.spec -> 1.1

bind-to-tinydns.spec [new file with mode: 0644]

diff --git a/bind-to-tinydns.spec b/bind-to-tinydns.spec
new file mode 100644 (file)
index 0000000..bdf5ce9
--- /dev/null
@@ -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
This page took 0.082917 seconds and 4 git commands to generate.