]> git.pld-linux.org Git - packages/autodns.git/commitdiff
- forgotten spec by darekr (sent to pld-devel-pl on Aug 27 2004)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Jan 2005 19:03:22 +0000 (19:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autodns.spec -> 1.1

autodns.spec [new file with mode: 0644]

diff --git a/autodns.spec b/autodns.spec
new file mode 100644 (file)
index 0000000..8019c0f
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       autodns - configuration of secundary DNS via email
+Summary(pl):   autodns - konfiguracja secundary DNS poprzez email
+Name:          autodns
+Version:       0.0.6
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://www.earth.li/projectpurple/files/%{name}-%{version}.tar.gz
+# Source0-md5:  03c6a8a4d6447b99ed18d40c627733d3
+URL:           http://www.earth.li/projectpurple/progs/autodns.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+autodns is an easy way to enable configuration of secundary DNS via
+email. It's used by the author in conjuction with BIND but with
+minimal effort should work with any DNS server.
+
+%description -l pl
+autodns umo¿liwia ³atw± konfiguracjê secundary DNSa poprzez email.
+Jest u¿ywany przez autora w po³±czeniu z BINDem, ale z minimalnym
+trudem powinien pracowaæ z ka¿dym serwerem DNS.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+
+install autodns.pl contrib/add-dns.pl $RPM_BUILD_ROOT%{_bindir}
+install autodns.users $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ACKNOWLEDGEMENTS HISTORY README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.092047 seconds and 4 git commands to generate.