Author: qboosh Date: Mon Oct 10 19:48:44 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, BRs, revised docs
---- Files affected: SPECS: notification-daemon.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/notification-daemon.spec diff -u SPECS/notification-daemon.spec:1.1 SPECS/notification-daemon.spec:1.2 --- SPECS/notification-daemon.spec:1.1 Thu Oct 6 22:47:25 2005 +++ SPECS/notification-daemon.spec Mon Oct 10 21:48:39 2005 @@ -1,20 +1,29 @@ # $Revision$, $Date$ Summary: Notification Daemon +Summary(pl): Demon powiadomień Name: notification-daemon Version: 0.2.2 Release: 1 -License: GPL +License: GPL v2+ Group: Applications/System -Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.gz +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 +BuildRequires: dbus-glib-devel >= 0.30 +BuildRequires: glib2-devel >= 2.2.2 +BuildRequires: gtk+2-devel >= 1:2.2.0 +BuildRequires: libstdc++-devel +BuildRequires: pkgconfig 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. +A daemon that displays passive pop-up notifications as per the Desktop +Notifications spec. + +%description -l pl +Demon wyświetlający pasywne wyskakujące (pop-up) powiadomienia zgodnie +ze specyfikacją Desktop Notifications. %prep %setup -q @@ -25,6 +34,7 @@ %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -33,11 +43,11 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog NEWS 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 +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/notification-daemon.conf %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -45,6 +55,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/10/10 19:48:39 qboosh +- pl, BRs, revised docs + Revision 1.1 2005/10/06 20:47:25 patrys - add notification support for PLD - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/notification-daemon.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
