SPECS: esmart.spec - updated to 0.9.0.008 - removed obsolete efl-m...

qboosh qboosh at pld-linux.org
Sun Sep 9 15:46:48 CEST 2007


Author: qboosh                       Date: Sun Sep  9 13:46:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.0.008
- removed obsolete efl-m4 patch

---- Files affected:
SPECS:
   esmart.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/esmart.spec
diff -u SPECS/esmart.spec:1.17 SPECS/esmart.spec:1.18
--- SPECS/esmart.spec:1.17	Mon Apr  2 14:14:32 2007
+++ SPECS/esmart.spec	Sun Sep  9 15:46:43 2007
@@ -6,22 +6,23 @@
 Summary:	Evas "smart objects"
 Summary(pl.UTF-8):	"Inteligentne obiekty" Evas
 Name:		esmart
-Version:	0.9.0.007
-#%define	_snap	20051025
-Release:	4
-#.%{_snap}.1
+Version:	0.9.0.008
+Release:	1
 License:	BSD
 Group:		X11/Libraries
 Source0:	http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5:	a65b4a08818ac9ef9de3dd9d4f20f148
-#Source0:	http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.bz2
-Patch0:		efl-m4.patch
-Patch1:		%{name}-layout_in_libdir.patch
+# Source0-md5:	80d0c7ea0ad7252c36626e5cab59ee9b
+Patch0:		%{name}-layout_in_libdir.patch
 URL:		http://enlightenment.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	edje-devel
-BuildRequires:	epsilon-devel
+# ecore-evas ecore-x
+BuildRequires:	ecore-devel >= 0.9.9.038
+BuildRequires:	edje-devel >= 0.5.0.038
+BuildRequires:	epsilon-devel >= 0.3.0.008
+BuildRequires:	evas-devel >= 0.9.9.038
+BuildRequires:	imlib2-devel >= 1.0.0
+BuildRequires:	libltdl-devel
 BuildRequires:	libtool
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,9 +53,12 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe "inteligentnych obiektów" Evas
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	edje-devel
-Requires:	epeg-devel
-Requires:	epsilon-devel
+# ecore-evas ecore-x
+Requires:	ecore-devel >= 0.9.9.038
+Requires:	edje-devel >= 0.5.0.038
+Requires:	epsilon-devel >= 0.3.0.008
+Requires:	evas-devel >= 0.9.9.038
+Requires:	imlib2-devel >= 1.0.0
 
 %description devel
 Evas "smart objects" development headers.
@@ -76,13 +80,11 @@
 
 %prep
 %setup -q
-# -n %{name}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -96,15 +98,17 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/layout/*.{la,a}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs	-p /sbin/ldconfig
-%postun libs	-p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING* README
+%doc AUTHORS COPYING README
 %attr(755,root,root) %{_bindir}/esmart_file_dialog_test
 %attr(755,root,root) %{_bindir}/esmart_test
 %{_datadir}/%{name}
@@ -121,7 +125,6 @@
 %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
@@ -130,7 +133,6 @@
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libesmart_*.a
-%{_libdir}/%{name}/layout/*.a
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -139,6 +141,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2007/09/09 13:46:43  qboosh
+- updated to 0.9.0.008
+- removed obsolete efl-m4 patch
+
 Revision 1.17  2007/04/02 12:14:32  baggins
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/esmart.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list