]> git.pld-linux.org Git - packages/eeze.git/commitdiff
- force mount, umount, eject paths auto/th/eeze-1_1_0-2
authorzbyniu <zbyniu@pld-linux.org>
Sat, 21 Jan 2012 20:07:07 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- eeze_scanner is needed by efm
- rel 2

Changed files:
    eeze.spec -> 1.10

eeze.spec

index 79207848bbc402032986c95eed435c606e66adf9..da486bdfc7649377d87fbcb167bdc0f039c06d77 100644 (file)
--- a/eeze.spec
+++ b/eeze.spec
@@ -10,7 +10,7 @@ Summary:      Library for manipulating devices through udev
 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
@@ -103,7 +103,10 @@ Statyczna biblioteka Eeze.
 %{__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
@@ -126,8 +129,7 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.064808 seconds and 4 git commands to generate.