ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since d62f422 was
5247084,
checked in by Mathieu Doucet <doucetm@…>, 13 years ago
|
Re #3 improve versioning
|
-
Property mode set to
100644
|
File size:
804 bytes
|
Rev | Line | |
---|
[0bc2ed1] | 1 | Name: sansview |
---|
[5a13f0d] | 2 | Version: [VERSION] |
---|
[5fe019f] | 3 | Release: r[REVISION]%{?dist} |
---|
[2637a31] | 4 | Summary: Data analysis for Small Angle Scattering |
---|
| 5 | |
---|
| 6 | License: BSD |
---|
| 7 | URL: http://danse.chem.utk.edu |
---|
[5a13f0d] | 8 | Source0: sansview-[VERSION]_[REVISION]-py2.6-linux-x86_64.egg |
---|
[2637a31] | 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
---|
| 10 | |
---|
| 11 | %description |
---|
| 12 | SansView data analysis |
---|
| 13 | |
---|
| 14 | %prep |
---|
| 15 | |
---|
| 16 | %build |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | %install |
---|
| 20 | mkdir -p $RPM_BUILD_ROOT/opt/sansview |
---|
| 21 | mkdir -p $RPM_BUILD_ROOT/usr/local/bin |
---|
| 22 | export PYTHONPATH=$RPM_BUILD_ROOT/opt/sansview |
---|
| 23 | easy_install -d $RPM_BUILD_ROOT/opt/sansview ../SOURCES/sansview*.egg |
---|
| 24 | cd $RPM_BUILD_ROOT/usr/local/bin |
---|
| 25 | ln -sf /opt/sansview/sansview sansview |
---|
| 26 | |
---|
| 27 | %clean |
---|
| 28 | rm -rf $RPM_BUILD_ROOT |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | %files |
---|
| 32 | %defattr(-,root,root,-) |
---|
| 33 | /opt/sansview |
---|
| 34 | /usr/local/bin/sansview |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | %changelog |
---|
Note: See
TracBrowser
for help on using the repository browser.