Changeset 5a13f0d in sasview for build_tools


Ignore:
Timestamp:
Dec 15, 2011 11:48:54 AM (12 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
0bc2ed1
Parents:
fe508ef
Message:

Re #3 getting ready for rpm

Location:
build_tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • build_tools/get_version.py

    r4a977952 r5a13f0d  
    1 __version__ = filter(str.isdigit, "$Revision$") 
    2  
    3 if __name__ == "__main__": 
    4     print sys.argv 
     1__revision__ = filter(str.isdigit, "$Revision$") 
     2__version__ = "2.0.1" 
  • build_tools/rpm/sansview.spec.template

    rfe508ef r5a13f0d  
    11Name:       SansView           
    2 Version:        2.0.1 
    3 Release:        $Revision: 5752 $ 
     2Version:        [VERSION] 
     3Release:        r[REVISION] 
    44Summary:        Data analysis for Small Angle Scattering 
    55 
    66License:        BSD 
    77URL:            http://danse.chem.utk.edu 
    8 Source0:    sansview-2.0.1_r5743-py2.6-linux-x86_64.egg 
     8Source0:        sansview-[VERSION]_[REVISION]-py2.6-linux-x86_64.egg 
    99BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
    1010 
Note: See TracChangeset for help on using the changeset viewer.