SPECS: libnotify.spec (NEW), notification-daemon.spec (NEW), gnome...

patrys patrys at pld-linux.org
Thu Oct 6 22:47:31 CEST 2005


Author: patrys                       Date: Thu Oct  6 20:47:31 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add notification support for PLD

---- Files affected:
SPECS:
   libnotify.spec (NONE -> 1.1)  (NEW), notification-daemon.spec (NONE -> 1.1)  (NEW), gnome-power-manager.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/libnotify.spec
diff -u /dev/null SPECS/libnotify.spec:1.1
--- /dev/null	Thu Oct  6 22:47:31 2005
+++ SPECS/libnotify.spec	Thu Oct  6 22:47:25 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	Desktop notifications library
+Name:		libnotify
+Version:	0.2.2
+Release:	0.1
+License:	GPL
+Group:		Applications/System
+Source0:	http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.gz
+# Source0-md5:	cbf2ff0a8a62eb1f310367a0a174a273
+URL:		http://www.galago-project.org/
+BuildRequires:	dbus-devel >= 0.30
+Requires:	dbus >= 0.30
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A library that sends desktop notifications to a notification daemon, as
+defined in the Desktop Notifications spec. These notifications can be
+used to inform the user about an event or display some form of
+information without getting in the user's way.
+
+%package devel
+Summary:	libnotify header files
+Group:		Development/Libraries
+Requires:	%{name} = %{version}
+
+%description devel
+Header files for libnotify-based programs development.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING README
+%{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.a
+%{_libdir}/lib*.la
+%{_libdir}/pkgconfig/*
+%{_includedir}/*
+
+%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  2005/10/06 20:47:25  patrys
+- add notification support for PLD
+

================================================================
Index: SPECS/notification-daemon.spec
diff -u /dev/null SPECS/notification-daemon.spec:1.1
--- /dev/null	Thu Oct  6 22:47:31 2005
+++ SPECS/notification-daemon.spec	Thu Oct  6 22:47:25 2005
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Notification Daemon
+Name:		notification-daemon
+Version:	0.2.2
+Release:	1
+License:	GPL
+Group:		Applications/System
+Source0:		http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.gz
+# Source0-md5:	056043b929eeaa2f1217e2fbd014745c
+URL:		http://www.galago-project.org/
+BuildPrereq:	dbus-devel >= 0.30
+Requires:	dbus >= 0.30
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A daemon that displays passive pop-up notifications as per the
+Desktop Notifications spec.
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog COPYING README
+%attr(755,root,root) %{_libexecdir}/*
+%{_datadir}/dbus-1/services/*.service
+%{_sysconfdir}/dbus-1/system.d/*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dbus-1/system.d/notification-daemon.conf
+
+%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  2005/10/06 20:47:25  patrys
+- add notification support for PLD
+

================================================================
Index: SPECS/gnome-power-manager.spec
diff -u SPECS/gnome-power-manager.spec:1.16 SPECS/gnome-power-manager.spec:1.17
--- SPECS/gnome-power-manager.spec:1.16	Thu Oct  6 22:05:59 2005
+++ SPECS/gnome-power-manager.spec	Thu Oct  6 22:47:25 2005
@@ -23,12 +23,14 @@
 BuildRequires:	glib2-devel
 BuildRequires:	hal-devel >= 0.5.4
 BuildRequires:	libgnomeui-devel >= 2.10.0
+BuildRequires:	libnotify-devel >= 0.2.1
 BuildRequires:	libtool
 BuildRequires:	libwnck-devel >= 2.10.0
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
 Obsoletes:		gnome-power
 Requires(post,preun):	GConf2
+Requires:	notification-daemon
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -121,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/10/06 20:47:25  patrys
+- add notification support for PLD
+
 Revision 1.16  2005/10/06 20:05:59  patrys
 - fully tested
 - rel. up to 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-power-manager.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list