Author: qrczak Date: Tue Jan 16 03:18:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.3.6 - removed obsolete notification-daemon-icon-data.patch - notification-daemon-dbus.patch adapted from http://lists.freedesktop.org/archives/galago-commits/2006-November/000637.html
---- Files affected: SPECS: notification-daemon.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/notification-daemon.spec diff -u SPECS/notification-daemon.spec:1.14 SPECS/notification-daemon.spec:1.15 --- SPECS/notification-daemon.spec:1.14 Wed Aug 9 22:25:11 2006 +++ SPECS/notification-daemon.spec Tue Jan 16 04:18:08 2007 @@ -2,13 +2,13 @@ Summary: Notification Daemon Summary(pl): Demon powiadomień Name: notification-daemon -Version: 0.3.5 -Release: 4 +Version: 0.3.6 +Release: 1 License: GPL v2+ Group: Applications/System -Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.gz -# Source0-md5: 7977c4c15139f9d53ddbfa8af707270f -Patch0: %{name}-icon-data.patch +Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.bz2 +# Source0-md5: 3ef10532099f42129aa3b6e0381fa5ac +Patch0: %{name}-dbus.patch URL: http://www.galago-project.org/ BuildRequires: dbus-glib-devel >= 0.71 BuildRequires: glib2-devel >= 1:2.12.0 @@ -17,6 +17,8 @@ BuildRequires: libstdc++-devel BuildRequires: libwnck-devel BuildRequires: pkgconfig +BuildRequires: autoconf +BuildRequires: automake Requires(post,preun): GConf2 >= 2.14.0 Requires: dbus >= 0.91 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) @@ -31,9 +33,12 @@ %prep %setup -q -%patch0 -p1 +%patch0 -p2 %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure \ --disable-static %{__make} @@ -71,6 +76,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/01/16 03:18:08 qrczak +- 0.3.6 +- removed obsolete notification-daemon-icon-data.patch +- notification-daemon-dbus.patch adapted from + http://lists.freedesktop.org/archives/galago-commits/2006-November/000637.html + Revision 1.14 2006/08/09 20:25:11 freetz - rebuild with new dbus, rel.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/notification-daemon.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
