]> git.pld-linux.org Git - packages/etk.git/commitdiff
- up to 20060704; fixed po installation
authorsparky <sparky@pld-linux.org>
Fri, 7 Jul 2006 00:53:15 +0000 (00:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etk.spec -> 1.7

etk.spec

index 326407961f41ba8df446fb70c5f2f53939c31e21..93af938f5b107e8d518e11ee3a9dbbb556d28dcd 100644 (file)
--- a/etk.spec
+++ b/etk.spec
@@ -1,4 +1,4 @@
-%define        _snap   20060625
+%define        _snap   20060704
 Summary:       Toolkit based on the EFL
 Summary(pl):   Toolkit oparty na EFL
 Name:          etk
@@ -7,13 +7,14 @@ Release:      0.%{_snap}.1
 License:       BSD
 Group:         Libraries
 Source0:       http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
-# Source0-md5: c105a19c8b523a573933d581b2fa79e3
+# Source0-md5: bb42f7a94f3dd5ae1148227ff4cb7037
 URL:           http://enlightenment.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: edje
 BuildRequires: edje-devel
 BuildRequires: libtool
+BuildRequires: sed >= 4.0
 Requires:      fonts-TTF-bitstream-vera
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -49,6 +50,7 @@ Statyczna biblioteka etk.
 
 %prep
 %setup -q -n %{name}
+sed -e '/SUBDIRS/s/$/ po/' -i Makefile.am
 
 %build
 %{__libtoolize}
This page took 0.07689 seconds and 4 git commands to generate.