File seisutils.spec of Package seisutils
# This spec file was generated by KDevelop
# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org>
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html
%define _prefix /usr/local
Name: seisutils
Version: 2.1.3
Release: 0
Vendor: Linkor
License: GPL
Summary: Utilities for geophysical data manipulation
Group: Utilities
Packager: Linkor Development Group
BuildRoot: %{_tmppath}/%{name}-root
Source: %{name}-%{version}.tar.gz
Prefix: %{_prefix}
BuildRequires: gcc-c++
%description
%prep
%setup
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --disable-debug --enable-debug=no
%build
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%changelog
* Thu Dec 11 2008 2.1.3-0
+ new utility segydata started. It generates missed traces.
* Wed Feb 13 2008 2.1.2-0
+ option --pname allows to set profile name instead of getting it from file name
+ command --setebcdic allows to update EBCDIC header (write profile name in the 2nd line)
- 2.1.1 and before no changelog available