SPECS: entrance.spec - stupid me, auto* is required
sparky
sparky at pld-linux.org
Sat Jan 14 20:24:51 CET 2006
Author: sparky Date: Sat Jan 14 19:24:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- stupid me, auto* is required
---- Files affected:
SPECS:
entrance.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/entrance.spec
diff -u SPECS/entrance.spec:1.12 SPECS/entrance.spec:1.13
--- SPECS/entrance.spec:1.12 Sat Jan 14 20:22:02 2006
+++ SPECS/entrance.spec Sat Jan 14 20:24:46 2006
@@ -21,11 +21,11 @@
Source3: %{name}.gen-conf
Patch0: %{name}-conf.in.patch
URL: http://enlightenment.org/
-#BuildRequires: autoconf
-#BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: edje
BuildRequires: esmart-devel
-#BuildRequires: libtool
+BuildRequires: libtool
BuildRequires: pam-devel
BuildRequires: sed >= 4.0
Requires: /bin/bash
@@ -108,7 +108,7 @@
%setup -q
# -n %{name}
%patch0 -p1
-cp -a data/images/sessions/enlightenment{,DR17}.png
+mv data/images/sessions/enlightenment{,DR17}.png
sed 's/enlightenment.png/enlightenmentDR17.png/' \
-i data/images/sessions/Makefile.am
@@ -120,11 +120,11 @@
-i src/daemon/spawner.c
%build
-#%%{__libtoolize}
-#%%{__aclocal} -I m4
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--with-xsession=%{_sysconfdir}/X11/%{name}/Xsession
%{__make}
@@ -203,6 +203,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/01/14 19:24:46 sparky
+- stupid me, auto* is required
+
Revision 1.12 2006/01/14 19:22:02 sparky
- up to 0.9.0.005
- no auto* regeneration
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/entrance.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list