File PSPP.spec of Package PSPP
Name: PSPP
# List of additional build dependencies
BuildRequires: gcc-c++ libxml2 libxml2-devel plotutils libglade2-devel gsl-devel gtk2-devel zlib-devel
Version: 0.6.1
Release: 1
License: GPL v3 or later
Source: pspp-0.6.1.tar.gz
Group: Productivity/Scientific/Math
Summary: PSPP is a program for statistical analysis of sampled data.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
PSPP is a program for statistical analysis of sampled data. It is a
Free replacement for the proprietary program SPSS, and appears very
similar to it with a few exceptions.
%prep
%setup -q -n pspp-%version
%build
%configure
make
%install
make DESTDIR=%buildroot install
# Write a proper %%files section and remove these two commands and
# the '-f filelist' option to %%files
echo '%%defattr(-,root,root)' >filelist
find %buildroot -type f -printf '/%%P*\n' >>filelist
%clean
rm -rf %buildroot
%files -f filelist
%defattr(-,root,root)
# This is a place for a proper filelist:
# /usr/bin/PSPP
# You can also use shell wildcards:
# /usr/share/PSPP/*
# This installs documentation files from the top build directory
# into /usr/share/doc/...
# %doc README COPYING
# The advantage of using a real filelist instead of the '-f filelist' trick is
# that rpmbuild will detect if the install section forgets to install
# something that is listed here
%changelog
* Wed Jan 21 2009 oracle@zoellich.de
- packaged PSPP version 0.6.1 using the buildservice spec file wizard