[validns/f16] * Initial package for validns

Paul Wouters pwouters at fedoraproject.org
Mon Mar 26 21:47:44 UTC 2012


commit 02b322fdcc5e9bdab02613376d85d58b63f24d66
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Mar 26 16:15:41 2012 -0400

    * Initial package for validns

 .gitignore   |    1 +
 sources      |    1 +
 validns.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..feca1b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/validns-0.3.tar.gz
diff --git a/sources b/sources
index e69de29..1811d80 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+19571cd099f4d88546db1b2dbb2e9d25  validns-0.3.tar.gz
diff --git a/validns.spec b/validns.spec
new file mode 100644
index 0000000..d8366a7
--- /dev/null
+++ b/validns.spec
@@ -0,0 +1,40 @@
+Summary: DNS and DNSSEC zone file validator
+Name: validns
+Version: 0.3
+Release: 2%{?dist}
+License: BSD
+Url:  http://www.validns.net/
+Source: http://www.validns.net/download/%{name}-%{version}.tar.gz
+Group: Applications/Internet
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: Judy-devel, openssl-devel
+
+%description
+DNS and DNSSEC zone file validator. It comes with no man page and no
+useful README or information, but it's a nice tool anyway :)
+
+%prep
+%setup -q 
+
+%build
+make %{?_smp_mflags}
+
+%install
+mkdir -p %{buildroot}/%{_bindir}
+install -m 755 validns %{buildroot}/%{_bindir}/
+
+%clean
+rm -rf %{buildroot}
+
+%files 
+%defattr(-,root,root)
+%doc LICENSE README
+%{_bindir}/validns
+
+%changelog
+* Tue Feb 28 2012 Paul Wouters <pwouters at redhat.com> - 0.3-2
+- Added missing BuildRequire for openssl-devel
+
+* Mon Feb 13 2012 Paul Wouters <pwouters at redhat.com> - 0.3-1
+- Initial package
+


More information about the scm-commits mailing list