]> git.pld-linux.org Git - packages/evas.git/commitdiff
- up to 0.9.9.024
authorsparky <sparky@pld-linux.org>
Sun, 12 Mar 2006 16:43:20 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- all engines loaders and savers are now in dlopened libraries (should separate
  x11, gl, and directfb modules at last)

Changed files:
    evas.spec -> 1.21

evas.spec

index a1837a005191e531daeed92445e9b25e63b82200..b4816d989b639c26a6c4e80f28c3c6324db03f8e 100644 (file)
--- a/evas.spec
+++ b/evas.spec
 Summary:       Multi-platform Canvas Library
 Summary(pl):   Wieloplatformowa biblioteka do rysowania
 Name:          evas
 Summary:       Multi-platform Canvas Library
 Summary(pl):   Wieloplatformowa biblioteka do rysowania
 Name:          evas
-Version:       0.9.9.023
+Version:       0.9.9.024
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: ca5528c8894d49cbdf77873f5974c0e8
+# Source0-md5: e363ee32718b209b66a3e0bcb4215e14
 #Patch0:               %{name}-missing_m4.patch
 URL:           http://enlightenment.org/Libraries/Evas/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
 #Patch0:               %{name}-missing_m4.patch
 URL:           http://enlightenment.org/Libraries/Evas/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
@@ -169,6 +169,12 @@ rm -rf $RPM_BUILD_ROOT
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libevas.so.*.*.*
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libevas.so.*.*.*
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/modules
+%dir %{_libdir}/%{name}/modules/*
+%dir %{_libdir}/%{name}/modules/*/*
+%dir %{_libdir}/%{name}/modules/*/*/linux-gnu-*
+%attr(755,root,root) %{_libdir}/%{name}/modules/*/*/linux-gnu-*/module.so
 
 %files devel
 %defattr(644,root,root,755)
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.061449 seconds and 4 git commands to generate.