/[ascend]/trunk/ascend.spec.in
ViewVC logotype

Diff of /trunk/ascend.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 554 by johnpye, Tue May 2 00:51:02 2006 UTC revision 555 by johnpye, Tue May 2 01:33:10 2006 UTC
# Line 1  Line 1 
   
1  Name:       ascend  Name:       ascend
2  Summary:    ASCEND Modelling Environment  Summary:    ASCEND modelling environment - shared library and model files.
3  Version:    @VERSION@  Version:    @VERSION@
4    
5  # Use release "0" so that distro-released versions will override ours.  # Use release "0" so that distro-released versions will override ours.
6  Release:    0.jdpipe  Release:    0.jdpipe
7    
8  License:    GPL  License:    GPL
9  Group:      Applications/Graphics  Group:      Applications/Engineering
10  Source:     %{name}-%{version}.tar.bz2  Source:     %{name}-%{version}.tar.bz2
11  URL:        http://inkscape.sourceforge.net/  URL:        http://inkscape.sourceforge.net/
12    
# Line 40  Engineers, great care has been exercised Line 39  Engineers, great care has been exercised
39  domain independent. ASCEND can support modeling activities in  domain independent. ASCEND can support modeling activities in
40  fields from Architecture to (computational) Zoology.  fields from Architecture to (computational) Zoology.
41    
42    #%package -n ascend-python
43    #Version:    @VERSION@
44    #Summary:    PyGTK user interface for ASCEND
45    #Group:     Applications/Engineering
46    #
47    #%description -n ascend-python
48    #PyGTK user interface for ASCEND. This is a new interface that follows GNOME
49    #human interface guidelines as closely as possible. It does not as yet provide
50    #access to all of the ASCEND functionality provided by the Tcl/Tk interface.
51    #
52    #%package -n ascend-tcltk
53    #Version:    @VERSION@
54    #Summary:    Tcl/Tk user interface for ASCEND
55    #Group:     Applications/Engineering
56    #
57    #%description -n ascend-tcltk
58    #Tcl/Tk user interface for ASCEND. This is the original ASCEND IV interface
59    #and is a more complete and mature interface than the alternative PyGTK
60    #interface. Use this interface if you need to use ASCEND *.a4s files or other
61    #functionality not provided by the PyGTK interface.
62    
63  %prep  %prep
64  %setup -n ascend -q  %setup -q
65    
66  %build  %build
67  scons %{?_smp_mflags} DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models INSTALL_ROOT=%{buildroot} INSTALL_PREFIX=%{_prefix} INSTALL_DATA=%{_datadir} INSTALL_BIN=%{_bindir} INSTALL_INCLUDE=%{_incdir} WITH_PYTHON=1 WITH_TCLTK=1  scons %{?_smp_mflags} DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models INSTALL_ROOT=%{buildroot} INSTALL_PREFIX=%{_prefix} INSTALL_DATA=%{_datadir} INSTALL_BIN=%{_bindir} INSTALL_INCLUDE=%{_incdir} WITH_PYTHON=1 WITH_TCLTK=1
# Line 76  update-mime-database /usr/share/mime Line 96  update-mime-database /usr/share/mime
96  %{_datadir}/models  %{_datadir}/models
97  %{_libdir}/libascend.so  %{_libdir}/libascend.so
98    
99  %package python  # %package -n ascend-python
100  %{_bindir}/ascend  %{_bindir}/ascend
101  %{_datadir}/gtksourceview-1.0/language-specs/ascend.lang  %{_datadir}/gtksourceview-1.0/language-specs/ascend.lang
102  %{_datadir}/icons/ascend-app.png  %{_datadir}/icons/ascend-app.png
# Line 84  update-mime-database /usr/share/mime Line 104  update-mime-database /usr/share/mime
104  %{_datadir}/mime/packages/ascend.xml  %{_datadir}/mime/packages/ascend.xml
105  %{_datadir}/ascend/python  %{_datadir}/ascend/python
106    
107  %package tcltk  # %package -n ascend-tcltk
108  %{_bindir}/ascend4  %{_bindir}/ascend4
109  %{_datadir}/ascend/tcltk  %{_datadir}/ascend/tcltk
110  %{_libdir}/libascendtcl.so  %{_libdir}/libascendtcl.so

Legend:
Removed from v.554  
changed lines
  Added in v.555

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22