[dnssec-nodes] import of inital srpm

Wes Hardaker hardaker at fedoraproject.org
Fri Oct 28 20:16:44 UTC 2011


commit a46516a01ab2e375714ed4a100b9cdd88fefcc6d
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Fri Oct 28 13:12:50 2011 -0700

    import of inital srpm

 .gitignore           |    1 +
 dnssec-nodes.desktop |   13 +++++++++
 dnssec-nodes.spec    |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ad80437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dnssec-nodes-1.11.p2.tar.gz
diff --git a/dnssec-nodes.desktop b/dnssec-nodes.desktop
new file mode 100644
index 0000000..1235ce3
--- /dev/null
+++ b/dnssec-nodes.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Terminal=false
+Name=DNSSEC-Nodes
+Exec=dnssec-nodes
+X-GNOME-FullName=DNS Visualization Tool
+Icon=dnssec-nodes
+Comment=Visualize the DNS as an interactive node map
+StartupNotify=true
+Categories=Network;Utility;System;Qt;
+X-Desktop-File-Install-Version=0.16
diff --git a/dnssec-nodes.spec b/dnssec-nodes.spec
new file mode 100644
index 0000000..14a2b62
--- /dev/null
+++ b/dnssec-nodes.spec
@@ -0,0 +1,72 @@
+Summary: DNS Visualization Tool
+Name: dnssec-nodes
+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-nodes.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
+A graphical DNS visualization application, specializing in DNSSEC.
+The DNSSEC-Nodes application is a graphical debugging utility that
+allows administrators to watch the data being logged into a libval or
+bind logging file.
+
+%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 icons/dnssec-nodes.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-nodes.1 %{buildroot}/%{_mandir}/man1/dnssec-nodes.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
+%{_bindir}/dnssec-nodes
+%{_datadir}/icons/hicolor/*/apps/*.svg
+%{_datadir}/applications/dnssec-nodes.desktop
+%doc %{_mandir}/man1/*
+
+%changelog
+* Thu Oct 27 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11.p2-1
+- Update to better upstream version with a man page and COPYING file
+
+* Mon Oct 17 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11.p1-2
+- Update to reflect needed changes for review
+
+* Thu Oct 13 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.11.p1-1
+- Initial version
diff --git a/sources b/sources
index e69de29..f1bdff2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed3402c146a2388f4afb4e4dc8f36fd3  dnssec-nodes-1.11.p2.tar.gz


More information about the scm-commits mailing list