After discussing with raster, this is what he requested for the spec
authormej <mej>
Sun, 18 Apr 2010 07:03:09 +0000 (07:03 +0000)
committermej <mej@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Apr 2010 07:03:09 +0000 (07:03 +0000)
files:  using the SVN revision instead of the datestamp.  Other
methods can still be used, however, by adding (e.g.):

--define "_rel 0.`date +%Y%m%d`"

to the rpmbuild command line.

Other spec files will need similar changes.  This is just the first
few.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@48099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

eet.spec.in

index 45bb9f1..58d64c5 100644 (file)
@@ -1,12 +1,13 @@
+%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}}
 %define _missing_doc_files_terminate_build 0
 
 Summary: Library for speedy data storage, retrieval, and compression.
 Name: @PACKAGE@
 Version: @VERSION@
-Release: 0.%(date '+%Y%m%d')
+Release: %{_rel}
 License: BSD
 Group: System Environment/Libraries
-Source: %{name}-%{version}.tar.gz
+Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz
 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}