]> git.pld-linux.org Git - packages/autodns.git/blob - autodns.spec
- forgotten spec by darekr (sent to pld-devel-pl on Aug 27 2004)
[packages/autodns.git] / autodns.spec
1 Summary:        autodns - configuration of secundary DNS via email
2 Summary(pl):    autodns - konfiguracja secundary DNS poprzez email
3 Name:           autodns
4 Version:        0.0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.earth.li/projectpurple/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  03c6a8a4d6447b99ed18d40c627733d3
10 URL:            http://www.earth.li/projectpurple/progs/autodns.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 autodns is an easy way to enable configuration of secundary DNS via
15 email. It's used by the author in conjuction with BIND but with
16 minimal effort should work with any DNS server.
17
18 %description -l pl
19 autodns umo¿liwia ³atw± konfiguracjê secundary DNSa poprzez email.
20 Jest u¿ywany przez autora w po³±czeniu z BINDem, ale z minimalnym
21 trudem powinien pracowaæ z ka¿dym serwerem DNS.
22
23 %prep
24 %setup -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
29
30 install autodns.pl contrib/add-dns.pl $RPM_BUILD_ROOT%{_bindir}
31 install autodns.users $RPM_BUILD_ROOT%{_datadir}/%{name}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc ACKNOWLEDGEMENTS HISTORY README TODO
39 %attr(755,root,root) %{_bindir}/*
40 %{_datadir}/%{name}
This page took 0.050243 seconds and 3 git commands to generate.