Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in e.spec Log Message: Simplify building non-final releases. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/configure.in,v retrieving revision 1.111 retrieving revision 1.112 diff -u -3 -r1.111 -r1.112 --- configure.in 22 Feb 2005 22:54:47 -0000 1.111 +++ configure.in 20 Mar 2005 14:40:13 -0000 1.112 @@ -5,7 +5,7 @@ ENLIGHTENMENT_MICRO=8 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO -AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.06) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed =================================================================== RCS file: /cvsroot/enlightenment/e16/e/e.spec,v retrieving revision 1.184 retrieving revision 1.185 diff -u -3 -r1.184 -r1.185 --- e.spec 19 Mar 2005 11:04:51 -0000 1.184 +++ e.spec 20 Mar 2005 14:40:13 -0000 1.185 @@ -1,11 +1,14 @@ +%define revision 0.06 +%define rev_name -%{revision} + Summary: The Enlightenment window manager. Name: e16 Version: 0.16.8 -Release: 0.06%{?_vendorsuffix:.%{_vendorsuffix}} +Release: %{revision}%{?_vendorsuffix:.%{_vendorsuffix}} License: BSD Group: User Interface/Desktops URL: http://www.enlightenment.org/ -Source0: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}%{rev_name}.tar.gz #BuildSuggests: esound-devel BuildRequires: imlib2-devel freetype-devel xorg-x11-devel Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL PROTECTED]>} @@ -30,7 +33,7 @@ This package will install the Enlightenment window manager. %prep -%setup +%setup -n %{name}-%{version}%{rev_name} %build CFLAGS="${RPM_OPT_FLAGS}" ------------------------------------------------------- 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