rpms/edje/devel edje-0.5.0.023-novera.patch, NONE, 1.1 edje.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Apr 21 00:40:13 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/edje/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6859/devel

Modified Files:
	.cvsignore sources 
Added Files:
	edje-0.5.0.023-novera.patch edje.spec 
Log Message:
auto-import edje-0.5.0.026-1 on branch devel from edje-0.5.0.026-1.src.rpm

edje-0.5.0.023-novera.patch:

--- NEW FILE edje-0.5.0.023-novera.patch ---
--- edje-0.5.0.023/configure.novera	2006-02-06 04:26:45.000000000 -0500
+++ edje-0.5.0.023/configure	2006-02-06 04:27:12.000000000 -0500
@@ -22506,7 +22506,7 @@
 
 
 
-                                                                                                                                                                                                                                      ac_config_files="$ac_config_files edje.pc edje.spec Makefile data/Makefile data/images/Makefile data/include/Makefile data/src/Makefile data/template/Makefile data/template/embryo/Makefile data/template/fonts/Makefile data/template/hashes/Makefile data/template/images/Makefile data/template/macros/Makefile data/template/parts/Makefile data/template/programs/Makefile data/test/Makefile data/test/fonts/Makefile data/test/images/Makefile src/Makefile src/lib/Makefile src/bin/Makefile edje-config debian/changelog"
+                                                                                                                                                                                                                                      ac_config_files="$ac_config_files edje.pc edje.spec Makefile data/Makefile data/images/Makefile data/include/Makefile data/src/Makefile data/template/Makefile data/template/embryo/Makefile data/template/fonts/Makefile data/template/hashes/Makefile data/template/images/Makefile data/template/macros/Makefile data/template/parts/Makefile data/template/programs/Makefile data/test/Makefile data/test/images/Makefile src/Makefile src/lib/Makefile src/bin/Makefile edje-config debian/changelog"
           ac_config_commands="$ac_config_commands default"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -23122,7 +23122,6 @@
   "data/template/parts/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/template/parts/Makefile" ;;
   "data/template/programs/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/template/programs/Makefile" ;;
   "data/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/test/Makefile" ;;
-  "data/test/fonts/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/test/fonts/Makefile" ;;
   "data/test/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/test/images/Makefile" ;;
   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
--- edje-0.5.0.023/data/template/fonts/fonts.edc.novera	2006-02-06 04:50:04.000000000 -0500
+++ edje-0.5.0.023/data/template/fonts/fonts.edc	2006-02-06 04:50:22.000000000 -0500
@@ -1 +1 @@
-    font, "Vera.ttf" "Edje.Vera";
+    font, "/usr/share/fonts/bitstream-vera/Vera.ttf" "Edje.Vera";
--- edje-0.5.0.023/data/template/fonts/Makefile.in.novera	2006-02-06 04:49:18.000000000 -0500
+++ edje-0.5.0.023/data/template/fonts/Makefile.in	2006-02-06 04:49:28.000000000 -0500
@@ -154,7 +154,7 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 vimdir = @vimdir@
-FILES = Vera.ttf fonts.edc
+FILES = fonts.edc
 
 fontdir = $(pkgdatadir)/data/template/fonts
 font_DATA = $(FILES)
--- edje-0.5.0.023/data/test/Makefile.in.novera	2006-02-06 04:53:31.000000000 -0500
+++ edje-0.5.0.023/data/test/Makefile.in	2006-02-06 04:53:43.000000000 -0500
@@ -154,7 +154,7 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 vimdir = @vimdir@
-SUBDIRS = fonts images
+SUBDIRS = images
 subdir = data/test
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs


--- NEW FILE edje.spec ---
Name:           edje
Version:        0.5.0.026
Release:        1%{?dist}
Summary:        A complex graphical design and layout library

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.enlightenment.org/Libraries/Edje/
Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
Patch:          edje-0.5.0.023-novera.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  eet-devel evas-devel ecore-devel embryo-devel zlib-devel
BuildRequires:  libjpeg-devel libidn-devel curl-devel
#Requires:       

%description
Edje is a complex graphical design & layout library. Its purpose is to be a
sequel to "Ebits" which to date has serviced the needs of Enlightenment
development for version 0.17. The original design parameters under which
Ebits came about were a lot more restricted than the resulting use of them,
thus Edje was born.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%patch -p 1 -b .novera

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING-PLAIN README
%{_bindir}/%{name}
%{_bindir}/%{name}_*
%{_datadir}/%{name}
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc
%{_bindir}/*config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog
* Tue Apr 18 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.5.0.026-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/edje/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2006 00:38:49 -0000	1.1
+++ .cvsignore	21 Apr 2006 00:40:13 -0000	1.2
@@ -0,0 +1 @@
+edje-0.5.0.026.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/edje/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2006 00:38:49 -0000	1.1
+++ sources	21 Apr 2006 00:40:13 -0000	1.2
@@ -0,0 +1 @@
+9907e12517b67787157cba49f863b99f  edje-0.5.0.026.tar.gz




More information about the fedora-extras-commits mailing list