[dunst] initial version 0.5.0

lzap lzap at fedoraproject.org
Wed Mar 20 14:03:26 UTC 2013


commit 108dd03d7e500ad04045f1d0d18a7101f53027aa
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Wed Mar 20 15:03:16 2013 +0100

    initial version 0.5.0

 .gitignore |    1 +
 dunst.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c0fdae1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dunst-0.5.0.tar.bz2
diff --git a/dunst.spec b/dunst.spec
new file mode 100644
index 0000000..ba62958
--- /dev/null
+++ b/dunst.spec
@@ -0,0 +1,56 @@
+Name:     dunst
+Version:  0.5.0
+Release:  1%{?dist}
+Summary:  Simple and configurable notification-daemon
+Group:    User Interface/X
+License:  BSD and MIT
+URL:      http://www.knopwob.org/dunst
+Source0:  http://www.knopwob.org/public/dunst-release/%{name}-%{version}.tar.bz2
+
+Requires: dbus
+
+BuildRequires: libX11-devel
+BuildRequires: libXinerama-devel
+BuildRequires: libXft-devel
+BuildRequires: libXScrnSaver-devel
+BuildRequires: libxdg-basedir-devel
+BuildRequires: dbus-devel
+BuildRequires: /usr/bin/pod2man
+
+%description
+Dunst is a highly configurable and lightweight notification daemon with the
+similar look and feel to dmenu.
+
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags} VERSION=%{version} PREFIX=%{_prefix} EXTRACFLAGS="%{optflags}"
+
+
+%install
+make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+
+
+%files
+%doc AUTHORS CHANGELOG LICENSE README.pod
+%{_bindir}/%{name}
+%{_datadir}/dbus-1/services/org.knopwob.%{name}.service
+%{_datadir}/%{name}
+%{_datadir}/man/man1/%{name}.1.gz
+
+%changelog
+* Mon Jan 28 2013 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.5.0-1
+- version bump
+- inih library is no longer required
+
+* Mon Sep 03 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.3.1-3
+- package review
+
+* Wed Aug 29 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.3.1-2
+- package review
+
+* Mon Aug 27 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.3.1-1
+- initial version
diff --git a/sources b/sources
index e69de29..993d02d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3805fd0ef171378cc6ff3a74ce8a4f06  dunst-0.5.0.tar.bz2


More information about the scm-commits mailing list