Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : edox-data

Dir     : e16/edox-data


Modified Files:
        .cvsignore configure.in edox-data.spec 


Log Message:
Simplify building non-final releases.
===================================================================
RCS file: /cvsroot/enlightenment/e16/edox-data/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- .cvsignore  5 Jan 2005 21:03:53 -0000       1.3
+++ .cvsignore  20 Mar 2005 14:40:13 -0000      1.4
@@ -5,4 +5,4 @@
 config.log
 config.status
 Makefile
-e16-docs-0.16.8.tar.gz
+e16-docs*.tar.gz
===================================================================
RCS file: /cvsroot/enlightenment/e16/edox-data/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        5 Jan 2005 21:03:53 -0000       1.3
+++ configure.in        20 Mar 2005 14:40:13 -0000      1.4
@@ -1,6 +1,6 @@
 AC_INIT(edox-data.spec)
 
-AM_INIT_AUTOMAKE(e16-docs, 0.16.8)
+AM_INIT_AUTOMAKE(e16-docs, 0.16.8-0.01)
 AM_MAINTAINER_MODE
 
 dnl reasonable guesses for where stuff is installed
===================================================================
RCS file: /cvsroot/enlightenment/e16/edox-data/edox-data.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edox-data.spec      5 Jan 2005 21:03:53 -0000       1.7
+++ edox-data.spec      20 Mar 2005 14:40:13 -0000      1.8
@@ -1,10 +1,13 @@
+%define revision 0.01
+%define rev_name -%{revision}
+
 Summary:       Documentation for the Enlightenment window manager.
 Name:          e16-docs
 Version:       0.16.8
-Release:       0.%(date '+%y%m%d')
+Release:       %{revision}%{?_vendorsuffix:.%{_vendorsuffix}}
 License:       BSD
 Group:         User Interface/Desktops
-Source0:       
http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:       
http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}%{rev_name}.tar.gz
 Prefix:                %{_prefix}
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -20,7 +23,7 @@
 This is part of the Enlightenment distribution.
 
 %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

Reply via email to