Author: baggins Date: Wed May 17 19:53:42 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - merged from HEAD
---- Files affected: SPECS: notification-daemon.spec (1.3 -> 1.3.2.1) ---- Diffs: ================================================================ Index: SPECS/notification-daemon.spec diff -u SPECS/notification-daemon.spec:1.3 SPECS/notification-daemon.spec:1.3.2.1 --- SPECS/notification-daemon.spec:1.3 Sun Nov 13 12:51:45 2005 +++ SPECS/notification-daemon.spec Wed May 17 21:53:37 2006 @@ -2,20 +2,22 @@ Summary: Notification Daemon Summary(pl): Demon powiadomień Name: notification-daemon -Version: 0.2.4 +Version: 0.3.5 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: d5c9739f60d04fe17dc64cf16f91d043 +# Source0-md5: 7977c4c15139f9d53ddbfa8af707270f URL: http://www.galago-project.org/ -BuildRequires: dbus-glib-devel >= 0.30 +BuildRequires: dbus-glib-devel >= 0.36 BuildRequires: glib2-devel >= 2.2.2 BuildRequires: gtk+2-devel >= 1:2.2.0 BuildRequires: libsexy-devel BuildRequires: libstdc++-devel +BuildRequires: libwnck-devel BuildRequires: pkgconfig -Requires: dbus >= 0.30 +Requires(post,preun): GConf2 +Requires: dbus >= 0.36 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,7 +32,8 @@ %setup -q %build -%configure +%configure \ + --disable-static %{__make} %install @@ -39,16 +42,26 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/notification-daemon-1.0/engines/*.la + %clean rm -rf $RPM_BUILD_ROOT +%post +%gconf_schema_install notification-daemon.schemas + +%preun +%gconf_schema_uninstall notification-daemon.schemas + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libexecdir}/* +%dir %{_libdir}/notification-daemon-1.0 +%dir %{_libdir}/notification-daemon-1.0/engines +%attr(755,root,root) %{_libdir}/notification-daemon-1.0/engines/*.so +%attr(755,root,root) %{_libdir}/notification-daemon %{_datadir}/dbus-1/services/*.service -%{_sysconfdir}/dbus-1/system.d/* -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/notification-daemon.conf +%{_sysconfdir}/gconf/schemas/notification-daemon.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +69,33 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3.2.1 2006/05/17 19:53:37 baggins +- merged from HEAD + +Revision 1.11 2006/05/11 21:22:48 freetz +- 0.3.5 + +Revision 1.10 2006/03/16 17:37:05 freetz +- rel.3 for rebuild with new libsexy soname + +Revision 1.9 2006/03/03 21:55:45 freetz +- files fixes, rel.2 + +Revision 1.8 2006/02/19 10:38:50 freetz +- don't require enchant-devel (it's already in dependency tree) + +Revision 1.7 2006/02/18 19:17:26 dzeus +- missing BR: enchant-devel + +Revision 1.6 2006/02/08 14:12:42 patrys +- up to 0.3.4 + +Revision 1.5 2006/01/29 08:22:21 freetz +- BR libwnck-devel, rel.2 + +Revision 1.4 2006/01/29 07:57:26 freetz +- 0.3.3 + Revision 1.3 2005/11/13 11:51:45 freetz - 0.2.4, BR: libsexy-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/notification-daemon.spec?r1=1.3&r2=1.3.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
