[dnssec-check] initial import of approved package

Wes Hardaker hardaker at fedoraproject.org
Wed Nov 2 00:22:18 UTC 2011


commit b2445b1876bebc0aff9032c5ba605057e3248d13
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Tue Nov 1 17:21:59 2011 -0700

    initial import of approved package

 .gitignore           |    1 +
 dnssec-check.desktop |   13 +++++++++
 dnssec-check.spec    |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1f4e406 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dnssec-check-1.11.p2.tar.gz
diff --git a/dnssec-check.desktop b/dnssec-check.desktop
new file mode 100644
index 0000000..b43031c
--- /dev/null
+++ b/dnssec-check.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Terminal=false
+Name=DNSSEC-Check
+Exec=dnssec-check
+X-GNOME-FullName=DNSSEC Network Compatibilty Checker
+Icon=dnssec-check
+Comment=Check DNSSEC capabilities of the local DNS resolvers
+StartupNotify=true
+Categories=Network;Utility;System;Qt;
+X-Desktop-File-Install-Version=0.16
diff --git a/dnssec-check.spec b/dnssec-check.spec
new file mode 100644
index 0000000..2133714
--- /dev/null
+++ b/dnssec-check.spec
@@ -0,0 +1,72 @@
+Summary: A tool to check DNSSEC capabilities of the local DNS resolvers
+Name: dnssec-check
+Version: 1.11.p2
+Release: 1%{?dist}
+License: BSD
+Group: Applications/Internet
+URL: http://www.dnssec-tools.org/
+Source0: https://www.dnssec-tools.org/download/%{name}-%{version}.tar.gz
+Source1: dnssec-check.desktop
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: qt-devel
+BuildRequires: dnssec-tools-libs-devel >= 1.11
+BuildRequires: openssl-devel
+BuildRequires: desktop-file-utils
+Requires: dnssec-tools-libs >= 1.11
+
+%description
+DNSSEC-Check provides a GUI mechansim for scanning the system's
+configured DNS resolvers to see if they support DNSSEC.  For each test
+the utility displays a graphical red/green light indicating the result
+of the test.  Clicking on a light will explain the status of the light
+and what was tested.
+
+%prep
+%setup -q 
+
+%build
+qmake-qt4 PREFIX=/usr
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make install INSTALL_ROOT=%{buildroot}
+
+%{__mkdir_p} %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/
+%{__install} -p -m 644 images/dnssec-check.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
+
+%{__mkdir_p} %{buildroot}/%{_mandir}/man1
+%{__install} -p -D -m 644 man/dnssec-check.1 %{buildroot}/%{_mandir}/man1/dnssec-check.1
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING
+%doc %{_mandir}/man1/*
+%{_bindir}/dnssec-check
+%{_datadir}/icons/hicolor/*/apps/*.svg
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/applications/dnssec-check.desktop
+
+%changelog
+* Thu Oct 27 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11.p2-1
+- updated to upstream version with man page and COPYING file
+
+* Mon Oct 17 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11-1
+- Initial version for approval
+
diff --git a/sources b/sources
index e69de29..d731bec 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+19ff97246c5bedf6e727a5058ba6f3e1  dnssec-check-1.11.p2.tar.gz


More information about the scm-commits mailing list