Enlightenment CVS committal Author : mej Project : e16 Module : epplets
Dir : e16/epplets Modified Files: ChangeLog configure.in epplets.spec Log Message: Thu Feb 10 23:27:41 2005 Michael Jennings (mej) Rename package back to just "epplets." Allow for ~/.e16 in addition to ~/.enlightenment. Fix E-Disk for 2.6 kernels. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/e16/epplets/ChangeLog,v retrieving revision 1.231 retrieving revision 1.232 diff -u -3 -r1.231 -r1.232 --- ChangeLog 5 Jan 2005 20:12:57 -0000 1.231 +++ ChangeLog 11 Feb 2005 04:29:17 -0000 1.232 @@ -12,3 +12,11 @@ Oops, wrong imlib. :) ---------------------------------------------------------------------- +Thu Feb 10 23:27:41 2005 Michael Jennings (mej) + +Rename package back to just "epplets." + +Allow for ~/.e16 in addition to ~/.enlightenment. + +Fix E-Disk for 2.6 kernels. +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/e16/epplets/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- configure.in 25 May 2004 17:51:36 -0000 1.38 +++ configure.in 11 Feb 2005 04:29:17 -0000 1.39 @@ -1,7 +1,7 @@ -dnl# $Id: configure.in,v 1.38 2004/05/25 17:51:36 kwo Exp $ +dnl# $Id: configure.in,v 1.39 2005/02/11 04:29:17 mej Exp $ AC_INIT(api/epplet.c) -AM_INIT_AUTOMAKE(enlightenment-epplets, 0.8) +AM_INIT_AUTOMAKE(epplets, 0.8) dnl# Supply default CFLAGS, if not specified by `CFLAGS=flags ./configure' if test ! -z "${CFLAGS}" -o ! -z "${CCOPTS}"; then =================================================================== RCS file: /cvsroot/enlightenment/e16/epplets/epplets.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- epplets.spec 5 Jan 2005 20:12:57 -0000 1.12 +++ epplets.spec 11 Feb 2005 04:29:17 -0000 1.13 @@ -1,21 +1,22 @@ -%define use_gnome %{?_with_gnome}0 +%define use_gnome %{?_with_gnome:1}0 Summary: Enlightenment Epplets -Name: enlightenment-epplets +Name: epplets Version: 0.8 Release: 0.%(date '+%Y%m%d') License: BSD Group: User Interface/X URL: http://www.enlightenment.org/ -Source0: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz -Packager: %{?_packager:%{_packager}}%{!?_packager:%{_vendor}} -Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}} +Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz +Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL PROTECTED]>} +Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: freeglut-devel xorg-x11-devel BuildRequires: imlib-devel XFree86-devel Requires: enlightenment >= 0.16.0 -Provides: epplets = %{version} -Obsoletes: epplets +Provides: enlightenment-epplets = %{version} +Provides: e16-epplets = %{version} +Obsoletes: enlightenment-epplets BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -40,6 +41,7 @@ %{__make} %{?_smp_mflags} %{?mflags} %install +test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install} %ifos linux @@ -51,7 +53,7 @@ %endif %clean -rm -rf $RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs