SVN revision: 4298
This commit is contained in:
Carsten Haitzler 2001-03-02 19:07:20 +00:00
parent 0e6f590af7
commit 92c7f7e87a
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
E V A S - 0.0.3
E V A S - 0.0.4
-------------------------------------------------------------------------------
This is the ``E Canvas'' - a rip off of some of the other canvas's floating

View File

@ -1,6 +1,6 @@
AC_INIT(src/Evas.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(evas, 0.0.3)
AM_INIT_AUTOMAKE(evas, 0.0.4)
AC_C_BIGENDIAN
AC_PROG_CC
AM_PROG_CC_STDC

View File

@ -1,6 +1,6 @@
# this is NOT relocatable, unless you alter the patch!
%define name evas
%define ver 0.0.3
%define ver 0.0.4
%define rel 1
%define prefix /usr
@ -19,7 +19,7 @@ Packager: Term <kempler@utdallas.edu>
Vendor: The Enlightenment Development Team <e-develop@enlightenment.org>
Source: ftp://ftp.enlightenment.org/enlightenment/%{name}-%{ver}.tar.gz
BuildRoot: /var/tmp/%{name}-root
Requires: imlib2 >= 1.0.1
Requires: imlib2 >= 1.0.2
%description
Evas is an advanced canvas library, providing three backends for

View File

@ -59,4 +59,4 @@ Evas_private.h
libevas_la_LIBADD = $(LIBS_ALL)
libevas_la_DEPENDENCIES = $(top_builddir)/config.h
libevas_la_LDFLAGS = -version-info 0:3:0
libevas_la_LDFLAGS = -version-info 0:4:0