]> git.pld-linux.org Git - packages/bind-to-tinydns.git/blob - bind-to-tinydns.spec
- new
[packages/bind-to-tinydns.git] / bind-to-tinydns.spec
1 Summary:        Convert DNS zone files in BIND format to tinydns format
2 Name:           bind-to-tinydns
3 Version:        0.4.3
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        http://www.erat.org/files/%{name}-%{version}.tar.gz
8 # Source0-md5:  92657532ac03c439c85156554351b154
9 URL:            http://www.erat.org/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This is a program that parses zone files used by the BIND DNS server
14 and converts them to the native format of the tinydns component of Dan
15 Bernstein's djbdns DNS server.
16
17 %prep
18 %setup -q
19
20 %build
21 %{__make} \
22         CC="%{__cc} %{rpmcflags}"
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -D bind-to-tinydns $RPM_BUILD_ROOT%{_bindir}/bind-to-tinydns
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc example-bind-zone.db README
34 %attr(755,root,root) %{_bindir}/bind-to-tinydns
This page took 0.067303 seconds and 3 git commands to generate.