packages: eet/eet.spec - hacked to build with eina 1.0.0 - more -devel deps
qboosh
qboosh at pld-linux.org
Mon Sep 6 09:01:21 CEST 2010
Author: qboosh Date: Mon Sep 6 07:01:21 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- hacked to build with eina 1.0.0
- more -devel deps
---- Files affected:
packages/eet:
eet.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: packages/eet/eet.spec
diff -u packages/eet/eet.spec:1.43 packages/eet/eet.spec:1.44
--- packages/eet/eet.spec:1.43 Wed Aug 4 22:54:41 2010
+++ packages/eet/eet.spec Mon Sep 6 09:01:13 2010
@@ -15,17 +15,17 @@
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: eina-devel >= 1.0.0
+BuildRequires: gnutls-devel >= 1.7.6
BuildRequires: libgcrypt-devel
BuildRequires: libjpeg-devel
BuildRequires: libtool
-BuildRequires: pkgconfig
+BuildRequires: pkgconfig >= 1:0.22
+BuildRequires: sed >= 4.0
BuildRequires: zlib-devel
+Requires: gnutls >= 1.7.6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%undefine __cxx
-
%description
Eet is a tiny library designed to write an arbitary set of chunks of
data to a file and optionally compress each chunk (very much like a
@@ -58,6 +58,9 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eet
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: eina-devel >= 1.0.0
+Requires: gnutls-devel >= 1.7.6
+Requires: libgcrypt-devel
Requires: libjpeg-devel
Requires: zlib-devel
@@ -82,16 +85,18 @@
%prep
%setup -q
+%{__sed} -i -e 's/eina-0/eina/' configure.ac
+
%build
-rm -f ltmain.sh
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
%configure \
+ --disable-silent-rules \
%{!?with_static_libs:--disable-static}
-%{__make} V=1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -131,6 +136,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2010/09/06 07:01:13 qboosh
+- hacked to build with eina 1.0.0
+- more -devel deps
+
Revision 1.43 2010/08/04 20:54:41 witekfl
- up to 1.3.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eet/eet.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list