[validns/f17: 1/2] * update to validns-0.4

Paul Wouters pwouters at fedoraproject.org
Wed May 2 00:26:10 UTC 2012


commit ce64cea50e65519c49be2b92d4ff1239a9e11203
Author: Paul Wouters <paul at nohats.ca>
Date:   Tue May 1 19:57:10 2012 -0400

    * update to validns-0.4
    
    Conflicts:
    
    	.gitignore
    	sources
    	validns.spec

 .gitignore   |    1 +
 sources      |    1 +
 validns.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8b7ef10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/validns-0.4.tar.gz
diff --git a/sources b/sources
index e69de29..b6f0156 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b8bc898a8338ab58ff18fef6ec9fb4f7  validns-0.4.tar.gz
diff --git a/validns.spec b/validns.spec
new file mode 100644
index 0000000..e1b3106
--- /dev/null
+++ b/validns.spec
@@ -0,0 +1,43 @@
+Summary: DNS and DNSSEC zone file validator
+Name: validns
+Version: 0.4
+Release: 1%{?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 May 01 2012 Paul Wouters <pwouters at redhat.com> - 0.4-1
+- Updated to 0.4 which fixes a TXT record parsing bug
+
+* 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