Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
      Tag: SPLIT
        Makefile.am configure.in ecore.spec 


Log Message:


make packages

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Makefile.am,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -u -3 -r1.7.2.6 -r1.7.2.7
--- Makefile.am 21 Jul 2003 00:17:54 -0000      1.7.2.6
+++ Makefile.am 21 Jul 2003 03:59:35 -0000      1.7.2.7
@@ -24,9 +24,7 @@
        if test -d data; then \
          mkdir $(distdir)/data; \
          for file in data/*; do \
-           if test -f $$file; then \
-             cp -p $$file $(distdir)/data; \
-           fi \
+           cp -pR $$file $(distdir)/data; \
          done \
        fi
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.8.2.13
retrieving revision 1.8.2.14
diff -u -3 -r1.8.2.13 -r1.8.2.14
--- configure.in        22 Jun 2003 22:03:58 -0000      1.8.2.13
+++ configure.in        21 Jul 2003 03:59:35 -0000      1.8.2.14
@@ -2,7 +2,7 @@
 
 AC_INIT(configure.in)
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(ecore, 1.0.0_pre2)
+AM_INIT_AUTOMAKE(ecore, 1.0.0_pre3)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/ecore.spec,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -3 -r1.6.2.2 -r1.6.2.3
--- ecore.spec  21 Jul 2003 00:33:24 -0000      1.6.2.2
+++ ecore.spec  21 Jul 2003 03:59:35 -0000      1.6.2.3
@@ -1,6 +1,6 @@
 # this is NOT relocatable, unless you alter the patch!
 %define        name    ecore
-%define        ver     1.0.0_pre2
+%define        ver     1.0.0_pre3
 %define        rel     1
 %define prefix  /usr
 
@@ -34,7 +34,6 @@
 ./configure \
 --prefix=%{prefix} \
 --enable-ecore-x \
---enable-ecore-fb \
 --enable-ecore-evas \
 --enable-ecore-job \
 --enable-ecore-con \
@@ -43,7 +42,7 @@
 make
 
 %install
-make prefix=$RPM_BUILD_ROOT%{prefix} install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %post
 /sbin/ldconfig
@@ -56,15 +55,15 @@
 
 %files
 %defattr(-,root,root)
-%attr(755,root,root) %{prefix}/lib/libecore.so.*
+%attr(755,root,root) %{prefix}/lib/libecore*.so.*
 %{prefix}/lib/libecore.la
 %attr(755,root,root) %{prefix}/bin/ecore_*
 %{prefix}/share/ecore
 
 %files devel
 %defattr(-,root,root)
-%attr(755,root,root) %{prefix}/lib/libecore.so
-%attr(755,root,root) %{prefix}/lib/libecore.a
+%attr(755,root,root) %{prefix}/lib/libecore*.so
+%attr(755,root,root) %{prefix}/lib/libecore*.a
 %attr(755,root,root) %{prefix}/bin/ecore-config
 %{prefix}/include/Ecore.h
 %doc AUTHORS




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to