Author: zbyniu Date: Sat Jan 21 20:07:12 2012 GMT Module: packages Tag: HEAD ---- Log message: - force mount, umount, eject paths - eeze_scanner is needed by efm - rel 2
---- Files affected: packages/eeze: eeze.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/eeze/eeze.spec diff -u packages/eeze/eeze.spec:1.9 packages/eeze/eeze.spec:1.10 --- packages/eeze/eeze.spec:1.9 Sun Dec 11 21:21:25 2011 +++ packages/eeze/eeze.spec Sat Jan 21 21:07:07 2012 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Biblioteka do operowania urządzeniami korzystająca z udev Name: eeze Version: 1.1.0 -Release: 1 +Release: 2 License: BSD Group: X11/Libraries Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 @@ -104,7 +104,10 @@ %{__automake} %configure \ --disable-silent-rules \ - %{!?with_static_libs:--disable-static} + %{!?with_static_libs:--disable-static} \ + --with-eject=/usr/bin/eject \ + --with-mount=/bin/mount \ + --with-umount=/bin/umount %{__make} %install @@ -127,8 +130,7 @@ %attr(755,root,root) %{_bindir}/eeze_umount %attr(755,root,root) %{_libdir}/libeeze.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libeeze.so.1 -# some enlightenment package? -#%attr(755,root,root) %{_libdir}/enlightenment/utils/eeze_scanner +%attr(755,root,root) %{_libdir}/enlightenment/utils/eeze_scanner %files devel %defattr(644,root,root,755) @@ -149,6 +151,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/01/21 20:07:07 zbyniu +- force mount, umount, eject paths +- eeze_scanner is needed by efm +- rel 2 + Revision 1.9 2011/12/11 20:21:25 qboosh - updated to 1.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eeze/eeze.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
