Author: freetz Date: Fri Mar 3 21:55:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - files fixes, rel.2
---- Files affected: SPECS: notification-daemon.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/notification-daemon.spec diff -u SPECS/notification-daemon.spec:1.8 SPECS/notification-daemon.spec:1.9 --- SPECS/notification-daemon.spec:1.8 Sun Feb 19 11:38:50 2006 +++ SPECS/notification-daemon.spec Fri Mar 3 22:55:45 2006 @@ -3,7 +3,7 @@ Summary(pl): Demon powiadomień Name: notification-daemon Version: 0.3.4 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System Source0: http://www.galago-project.org/files/releases/source/notification-daemon/%{name}-%{version}.tar.gz @@ -32,7 +32,8 @@ %setup -q %build -%configure +%configure \ + --disable-static %{__make} %install @@ -41,6 +42,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/notification-daemon-1.0/engines/*.la + %clean rm -rf $RPM_BUILD_ROOT @@ -53,7 +56,10 @@ %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}/gconf/schemas/notification-daemon.schemas @@ -63,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/notification-daemon.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
