]> git.pld-linux.org Git - packages/eet.git/commitdiff
- up to 1.3.2 auto/ti/eet-1_3_2-1
authorwitekfl <witekfl@pld-linux.org>
Wed, 4 Aug 2010 20:54:41 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eet.spec -> 1.43

eet.spec

index 0b11db28030c32941e67666c471575ddb25923fc..df8110c33865bb5b6532bf1d9011a5033b1535fb 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -5,15 +5,18 @@
 Summary:       Library for speedy data storage, retrieval, and compression
 Summary(pl.UTF-8):     Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
-Version:       1.1.0
-Release:       4
+Version:       1.3.2
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: c9f1fd90c3f9886cebd5d38ff9cd0ccf
+# Source0-md5: 8e3ad419baaab4a9046f64d357583705
 URL:           http://enlightenment.org/p.php?p=about/efl/eet
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
+BuildRequires: eina-devel
+BuildRequires: gnutls-devel
+BuildRequires: libgcrypt-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -79,14 +82,15 @@ Statyczna biblioteka Eet.
 %setup -q
 
 %build
+rm -f ltmain.sh
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
-%{__make}
+%{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.050926 seconds and 4 git commands to generate.