forked from wxMaxima-developers/wxmaxima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwxmaxima.spec.in
48 lines (38 loc) · 1.21 KB
/
wxmaxima.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Summary: wxWidgets interface for maxima
Name: wxMaxima
Version: @VERSION@
Release: 1
License: GPL
Group: Sciences/Mathematics
URL: http://wxmaxima.sourceforge.net/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: gtk2, libxml2, wxGTK
BuildRequires: libxml2-devel, wxGTK-devel
%description
wxMaxima is a wxWidgets interface for the computer algebra system Maxima.
%prep
%setup -q
%build
%{configure} --disable-dnd
make DESTDIR=${RPM_BUILD_ROOT}
%install
make install DESTDIR=${RPM_BUILD_ROOT}
install -D -m 644 wxmaxima.desktop ${RPM_BUILD_ROOT}/usr/share/applications/wxmaxima.desktop
install -D -m 644 wxmaxima.png ${RPM_BUILD_ROOT}/usr/share/pixmaps/wxmaxima.png
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/wxmaxima
%{_datadir}/wxMaxima/*
/usr/share/pixmaps/wxmaxima.png
/usr/share/applications/wxmaxima.desktop
%changelog
* Fri Jun 23 2006 Andrej Vodopivec <[email protected]>
- Updated for wxMaxima 0.6.6
* Wed Dec 15 2004 Andrej Vodopivec <[email protected]>
- Added french translation files.
* Wed Aug 25 2004 Andrej Vodopivec <[email protected]>
- Initial spec file.