Author: cactus Date: Wed Jul 2 21:08:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - it was packager error - package name updated in upstream - looks like finaly works
---- Files affected: SPECS: entrance.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/entrance.spec diff -u SPECS/entrance.spec:1.25 SPECS/entrance.spec:1.26 --- SPECS/entrance.spec:1.25 Sun Jun 1 16:42:53 2008 +++ SPECS/entrance.spec Wed Jul 2 23:08:25 2008 @@ -1,29 +1,25 @@ # $Revision$, $Date$ # -# TODO: -# - move to entrace.spec on CVS %define ecore_ver 0.9.9.043 %define edje_ver 0.9.9.043 %define esmart_ver 0.9.0.042 %define evas_ver 0.9.9.043 -%define src_name entrance - Summary: Enlightened display manager Summary(pl.UTF-8): Oświecony zarządca ekranu -Name: entrace +Name: entrance Version: 0.9.9.042 Release: 1 License: BSD Group: X11/Applications -Source0: http://download.enlightenment.org/snapshots/2008-01-25/%{name}-%{version}.tar.bz2 +Source0: http://download.enlightenment.org/snapshots/2008-01-25/entrace-%{version}.tar.bz2 # Source0-md5: ad11d899f6bb06641d1eec72651a0e3d -Source1: %{src_name}.init -Source2: %{src_name}.Xsession -Source3: %{src_name}.gen-conf -Patch0: %{src_name}-conf.in.patch -Patch1: %{src_name}-use_bash.patch +Source1: %{name}.init +Source2: %{name}.Xsession +Source3: %{name}.gen-conf +Patch0: %{name}-conf.in.patch +Patch1: %{name}-use_bash.patch URL: http://enlightenment.org/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake >= 1.4 @@ -133,7 +129,7 @@ Motyw Entrance Darkrock. %prep -%setup -q +%setup -q -n entrace-%{version} %patch0 -p1 # no-no-no, find real problem #%patch1 -p1 @@ -146,6 +142,10 @@ sed -n '/xsession="You should reconfigure --with-xsession"/!p' \ -i configure.in +#just for this release - updated in upstream +sed 's/AC_INIT(entrace,/AC_INIT(entrance,/' \ + -i configure.in + %build %{__libtoolize} %{__aclocal} -I m4 @@ -179,9 +179,9 @@ %post /sbin/chkconfig --add entrance if [ -f /var/lock/subsys/entrance ]; then - echo "Run \"/etc/rc.d/init.d/entrance restart\" to restart entrance." >&2 + echo "Run \"service entrance restart\" to restart entrance." >&2 else - echo "Run \"/etc/rc.d/init.d/entrance start\" to start entrance." >&2 + echo "Run \"service entrance start\" to start entrance." >&2 fi %preun @@ -246,7 +246,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.25 2008/06/01 14:42:53 cactus +Revision 1.26 2008/07/02 21:08:25 cactus +- it was packager error - package name updated in upstream +- looks like finaly works + +Revision 1.25 2008-06-01 14:42:53 cactus - up to 0.9.9.042 - project changed name - entrace ? ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/entrance.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
