Summary: Evas "smart objects" Summary(pl): "Inteligentne obiekty" Evas Name: esmart Version: 0.9.0 %define _snap 20050701 Release: 0.%{_snap}.0.1 License: BSD Group: X11/Libraries #Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz Source0: http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.gz # Source0-md5: fd426d6d36dc57c857f5e91f8950b5d7 URL: http://enlightenment.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: edje-devel BuildRequires: epeg-devel BuildRequires: epsilon-devel BuildRequires: libltdl-devel BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Esmart contains "smart" pre-built evas objects. It currently includes a thumbnail generator and a horizontal/vertical container. %description -l pl Esmart zawiera "inteligentne" wstępnie zbudowane obiekty evas. Aktualnie zawiera generator miniaturek i kontener poziomy/pionowy. %package devel Summary: Evas "smart objects" header files Summary(pl): Pliki nagłówkowe "inteligentnych obiektów" Evas Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: edje-devel Requires: epeg-devel Requires: epsilon-devel %description devel Evas "smart objects" development headers. %description devel -l pl Pliki nagłówkowe "inteligentnych obiektów" Evas. %package static Summary: Static Esmart libraries Summary(pl): Statyczne biblioteki Esmart Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static Esmart libraries. %description static -l pl Statyczne biblioteki Esmart. %prep %setup -q -n %{name} %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %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_test %attr(755,root,root) %{_libdir}/libesmart_*.so.*.*.* %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/layout %attr(755,root,root) %{_libdir}/%{name}/layout/*.so %{_datadir}/%{name} %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/esmart-config %attr(755,root,root) %{_libdir}/libesmart_*.so %{_libdir}/libesmart_*.la %{_libdir}/%{name}/layout/*.la %dir %{_includedir}/Esmart %{_includedir}/Esmart/Esmart_* %{_pkgconfigdir}/esmart.pc %files static %defattr(644,root,root,755) %{_libdir}/libesmart_*.a %{_libdir}/%{name}/layout/*.a