raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=77aabdae636bc5ec6a5dde24c0daad716c75f47f

commit 77aabdae636bc5ec6a5dde24c0daad716c75f47f
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Mar 9 14:47:50 2014 +0900

    clean up build/pkg files
---
 configure.ac | 24 ------------------------
 rage.spec.in |  6 ------
 2 files changed, 30 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2148627..60bc41b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,3 @@
-dnl Process this file with autoconf to produce a configure script.
-
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
@@ -19,29 +17,11 @@ AM_PROG_CC_C_O
 AC_C___ATTRIBUTE__
 
 efl_version="1.9.0"
-AC_SUBST(efl_version)
-
 requirements="\
    elementary >= ${efl_version} \
-   eina >= ${efl_version} \
-   eet >= ${efl_version} \
-   evas >= ${efl_version} \
-   ecore >= ${efl_version} \
-   ecore-evas >= ${efl_version} \
-   ecore-file >= ${efl_version} \
    edje >= ${efl_version} \
    emotion >= ${efl_version} \
-   ecore-input >= ${efl_version} \
-   ecore-imf >= ${efl_version} \
-   ecore-imf-evas >= ${efl_version} \
-   ecore-ipc >= ${efl_version} \
-   efreet >= ${efl_version} \
-   ethumb_client >= ${efl_version} \
    "
-
-EFL_ENABLE_EO_API_SUPPORT
-EFL_ENABLE_BETA_API_SUPPORT
-
 PKG_CHECK_MODULES([RAGE], [${requirements}])
 
 EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
@@ -58,12 +38,8 @@ data/themes/Makefile
 data/themes/images/Makefile
 pkgbuild/PKGBUILD
 ])
-
 AC_OUTPUT
 
-#####################################################################
-## Info
-
 echo
 echo
 echo
diff --git a/rage.spec.in b/rage.spec.in
index e0a6166..c76eaec 100644
--- a/rage.spec.in
+++ b/rage.spec.in
@@ -18,24 +18,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 %description
 EFL Video Player
 
-
 %prep
 %setup -q
 
-
 %build
 %{configure} --prefix=%{_prefix}
 %{__make} %{?_smp_mflags} %{?mflags}
 
-
 %install
 %{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
 
-
 %clean
 test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING README
@@ -44,5 +39,4 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/
 %{_datadir}/icons/%{name}.png
 
-
 %changelog

-- 


Reply via email to