]> git.pld-linux.org Git - packages/esmart.git/commitdiff
- up to 0.9.0.042
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sun, 1 Jun 2008 14:25:00 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esmart.spec -> 1.24

esmart.spec

index 01baabace4ea3348f78f1dc33c832e69437eae99..992f4e5754cbe118fcbc2414d312f20271fd4288 100644 (file)
@@ -2,20 +2,20 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
-%define                ecore_ver       0.9.9.038
-%define                edje_ver        0.5.0.038
-%define                epsilon_ver     0.3.0.008
-%define                evas_ver        0.9.9.038
+%define                ecore_ver       0.9.9.043
+%define                edje_ver        0.9.9.043
+%define                epsilon_ver     0.3.0.012
+%define                evas_ver        0.9.9.043
 
 Summary:       Evas "smart objects"
 Summary(pl.UTF-8):     "Inteligentne obiekty" Evas
 Name:          esmart
-Version:       0.9.0.008
-Release:       3
+Version:       0.9.0.042
+Release:       1
 License:       BSD
 Group:         X11/Libraries
-Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 80d0c7ea0ad7252c36626e5cab59ee9b
+Source0:       http://download.enlightenment.org/snapshots/2008-01-25/%{name}-%{version}.tar.bz2
+# Source0-md5: 62c1d73d2610da148b260efc36b1d03a
 Patch0:                %{name}-layout_in_libdir.patch
 URL:           http://enlightenment.org/
 BuildRequires: autoconf
@@ -115,25 +115,25 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README
-%attr(755,root,root) %{_bindir}/esmart_file_dialog_test
+%attr(755,root,root) %{_bindir}/esmart_text_entry_test
 %attr(755,root,root) %{_bindir}/esmart_test
 %{_datadir}/%{name}
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libesmart_*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libesmart_*.so.*
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/layout
 %attr(755,root,root) %{_libdir}/%{name}/layout/*.so
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/esmart-config
+#%attr(755,root,root) %{_bindir}/esmart-config
 %attr(755,root,root) %{_libdir}/libesmart_*.so
 %{_libdir}/libesmart_*.la
 %dir %{_includedir}/Esmart
-%{_includedir}/Esmart/Esmart_*
-%{_pkgconfigdir}/esmart.pc
+%{_includedir}/Esmart/Esmart_*.h
+%{_pkgconfigdir}/esmart_*.pc
 
 %if %{with static_libs}
 %files static
This page took 0.119579 seconds and 4 git commands to generate.