packages: notify-osd/notify-osd.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Tue Nov 10 10:20:41 CET 2009


Author: patrys                       Date: Tue Nov 10 09:20:41 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/notify-osd:
   notify-osd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/notify-osd/notify-osd.spec
diff -u /dev/null packages/notify-osd/notify-osd.spec:1.1
--- /dev/null	Tue Nov 10 10:20:41 2009
+++ packages/notify-osd/notify-osd.spec	Tue Nov 10 10:20:36 2009
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		line	ubuntu-9.10
+Summary:	On-screen-display notification agent
+Name:		notify-osd
+Version:	0.9.24
+Release:	1
+License:	GPLv3
+Group:		Applications/System
+URL:		https://edge.launchpad.net/notify-osd
+Source0:	http://edge.launchpad.net/notify-osd/trunk/%{line}/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	b3670469df029546c585d35377025d52
+BuildRequires:	GConf2-devel
+BuildRequires:	dbus-glib-devel
+BuildRequires:	glib2-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	libwnck-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Desktop Notifications framework provides a standard way of doing
+passive pop-up notifications on the Linux desktop. These are designed
+to notify the user of something without interrupting their work with a
+dialog box that they must close. Passive popups can automatically
+disappear after a short period of time.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README AUTHORS COPYING
+%attr(755,root,root) %{_libexecdir}/notify-osd
+%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
+%{_datadir}/notify-osd
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/11/10 09:20:36  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list