[dnssec-system-tray] initial import of approved package

Wes Hardaker hardaker at fedoraproject.org
Wed Nov 2 00:24:04 UTC 2011


commit 616ae2c6194048cf23428fc7af1acea989293929
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Tue Nov 1 17:23:56 2011 -0700

    initial import of approved package

 .gitignore                   |    1 +
 dnssec-system-tray-64x64.png |  Bin 0 -> 2384 bytes
 dnssec-system-tray.desktop   |   13 ++++++++
 dnssec-system-tray.spec      |   68 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 5 files changed, 83 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..760f433 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dnssec-system-tray-1.11.p2.tar.gz
diff --git a/dnssec-system-tray-64x64.png b/dnssec-system-tray-64x64.png
new file mode 100644
index 0000000..a890522
Binary files /dev/null and b/dnssec-system-tray-64x64.png differ
diff --git a/dnssec-system-tray.desktop b/dnssec-system-tray.desktop
new file mode 100644
index 0000000..7494ce0
--- /dev/null
+++ b/dnssec-system-tray.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Terminal=false
+Name=DNSSEC-System-Tray
+Exec=dnssec-system-tray
+X-GNOME-FullName=DNSSEC Notification Tool
+Icon=dnssec-system-tray
+Comment=Monitoring log files for DNSSEC errors
+StartupNotify=true
+Categories=Network;Utility;System;Qt;
+X-Desktop-File-Install-Version=0.16
diff --git a/dnssec-system-tray.spec b/dnssec-system-tray.spec
new file mode 100644
index 0000000..39265f7
--- /dev/null
+++ b/dnssec-system-tray.spec
@@ -0,0 +1,68 @@
+Summary: System Tray for monitoring log files for DNSSEC errors
+Name: dnssec-system-tray
+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-system-tray.desktop
+# generated from a larger PNG inside the source code
+Source2: dnssec-system-tray-64x64.png
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: qt-devel
+BuildRequires: desktop-file-utils
+
+%description
+A simply system-tray application that monitors log files (eg libval,
+or bind/named logfiles) for DNSSEC error messages that should be
+displayed to the user.
+
+%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/64x64/apps/
+%{__install} -p -m 644 %{SOURCE2} %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps/
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
+
+%{__mkdir_p} %{buildroot}/%{_mandir}/man1
+%{__install} -p -D -m 644 man/dnssec-system-tray.1 %{buildroot}/%{_mandir}/man1/dnssec-system-tray.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-system-tray
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/applications/dnssec-system-tray.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-2
+- initial version for approval
+
diff --git a/sources b/sources
index e69de29..0067bf8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3cdab390430d37fb0ab69f0798115c5e  dnssec-system-tray-1.11.p2.tar.gz


More information about the scm-commits mailing list