]> git.pld-linux.org Git - packages/euphoria.git/commitdiff
- updated R abd BR
authorsparky <sparky@pld-linux.org>
Mon, 1 Aug 2005 09:41:13 +0000 (09:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new snap, builds and works !

Changed files:
    euphoria.spec -> 1.6

euphoria.spec

index 53946bdd98c35e345fe4afac56eb458244fdd378..6c6b94efa532fbf6bcb0c24b9ef5a020522d3020 100644 (file)
@@ -2,22 +2,23 @@ Summary:      EFL media player written in Ruby
 Summary(pl):   Odtwarzacz multimedialny oparty o EFL napisany Rubym
 Name:          euphoria
 Version:       0.8.0
-%define        _snap   20050708
+%define        _snap   20050717
 Release:       0.%{_snap}.0.1
 License:       BSD
 Group:         X11/Applications
 #Source0:      http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
 Source0:       http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
-# Source0-md5: 19adcb18e092ebded5e3f81ded3f8061
+# Source0-md5: 479e7046b4cbd20305ec8009c27b6d65
 URL:           http://enlightenment.org/
-BuildRequires: edje-devel
+BuildRequires: edje
 BuildRequires: rake
-BuildRequires: ruby-ecore
-BuildRequires: ruby-edje
-BuildRequires: ruby-esmart
-BuildRequires: ruby-evas
-Requires:      ruby-xmmsclient
-Requires:      xmms2
+BuildRequires: sed >= 4.0
+Requires:      ruby-ecore
+Requires:      ruby-edje
+Requires:      ruby-esmart
+Requires:      ruby-evas
+Requires:      xmms2-client-lib-ecore-ruby
+Requires:      xmms2-client-lib-ruby
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,6 +32,8 @@ Odtwarzacz multimedialny oparty o EFL napisany Rubym.
 
 %prep
 %setup -q -n %{name}
+sed -i bin/euphoria \
+       -e '/DATA_DIR = /s@".*"@"%{_datadir}/%{name}"@'
 
 %build
 rake
This page took 0.089666 seconds and 4 git commands to generate.