swt2c / rpms / extrema

Forked from rpms/extrema 5 years ago
Clone
f3d3eb6
Summary:   Extrema is a powerful visualization and data analysis tool
f3d3eb6
Name:      extrema
f3d3eb6
Version:   4.2.10
f3d3eb6
Release:   2%{?dist}
f3d3eb6
License:   GPLv2+
f3d3eb6
Group:     Applications/Engineering
f3d3eb6
URL:       http://exsitewebware.com/extrema/
f3d3eb6
Source0:   http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
f3d3eb6
Patch0:    %{name}-4.2.10.desktop.patch
f3d3eb6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f3d3eb6
BuildRequires: wxGTK-devel >= 2.6.3
f3d3eb6
BuildRequires: desktop-file-utils ImageMagick
f3d3eb6
f3d3eb6
%description
f3d3eb6
Extrema is a powerful visualization and data analysis tool that
f3d3eb6
enables researchers to quickly distill their large, complex data sets
f3d3eb6
into meaningful information. Its flexibility, sophistication, and
f3d3eb6
power allow you to easily develop your own commands and create highly
f3d3eb6
customized graphs.
f3d3eb6
f3d3eb6
%package help
f3d3eb6
Summary:  Help files for Extrema
f3d3eb6
Group:    Applications/Engineering
f3d3eb6
Requires: %{name} = %{version}
f3d3eb6
f3d3eb6
%description help
f3d3eb6
This package contains help files for Extrema.
f3d3eb6
f3d3eb6
%prep
f3d3eb6
%setup -q
f3d3eb6
%patch -p1
f3d3eb6
f3d3eb6
%build
f3d3eb6
%configure --disable-static
f3d3eb6
%{__make} %{?_smp_mflags}
f3d3eb6
convert Images/%{name}.gif %{name}.png
f3d3eb6
f3d3eb6
%install
f3d3eb6
%{__rm} -rf %{buildroot}
f3d3eb6
%{__make} install DESTDIR=%{buildroot}
f3d3eb6
desktop-file-install --vendor=fedora \
f3d3eb6
    --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
f3d3eb6
%{__install} -m 0644 -D %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
f3d3eb6
%{__rm} -f %{buildroot}%{_libdir}/lib%{name}.{la,a}
f3d3eb6
f3d3eb6
%clean
f3d3eb6
%{__rm} -rf %{buildroot}
f3d3eb6
f3d3eb6
%files
f3d3eb6
%defattr(-, root, root, -)
f3d3eb6
%doc AUTHORS COPYING ChangeLog NEWS README THANKS doc
f3d3eb6
%{_bindir}/%{name}
f3d3eb6
%dir %{_datadir}/%{name}
f3d3eb6
%{_datadir}/%{name}/Images
f3d3eb6
%{_datadir}/applications/fedora-%{name}.desktop
f3d3eb6
%{_datadir}/pixmaps/%{name}.png
f3d3eb6
f3d3eb6
%files help
f3d3eb6
%defattr(-, root, root, -)
f3d3eb6
%{_datadir}/%{name}/Help
f3d3eb6
f3d3eb6
%changelog
f3d3eb6
* Sun Nov  4 2007 Terje Rosten <terje.rosten@ntnu.no> - 4.2.10-2
f3d3eb6
- Fix license
f3d3eb6
- Change convert buildreq to ImageMagick
f3d3eb6
- Move to Graphics menu
f3d3eb6
f3d3eb6
* Sat Nov  3 2007 Terje Rosten <terje.rosten@ntnu.no> - 4.2.10-1
f3d3eb6
- Initial package