File demokritos-spreadsheets.spec of Package Demokritos_Spreadsheets
#
# spec file for package demokritos-spreadsheets
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: demokritos-spreadsheets
Version: 1.0
Release: 0
Summary: Spreadsheets made or used at Demokritos lab
License: BSD-4-Clause
Group: Productivity/Science/Physics
Url: http://www-zeuthen.desy.de/linear_collider/cernlib/new
Source0: %{name}.tar.gz
Requires: libreoffice-calc
%description
This package has useful spreadsheets made and used at the demokritos Lab, for calculating reaction rates, cross sections from NaI TAS, and kinematics
%prep
%setup -qn Spreadsheets
%build
mkdir -p %{buildroot}/usr/local/share/Spreadsheets
%install
mv * %{buildroot}/usr/local/share/Spreadsheets
%post
sed -i '/libreoffice/d' /etc/bash.bashrc.local
echo "alias NaI_Cross_Sections=\"libreoffice /usr/local/share/Spreadsheets/NaI_Cross_Sections.xls\" ; alias reaction_rates=\"libreoffice /usr/local/share/Spreadsheets/rr_sf.xlsx\" ; alias catkin=\"libreoffice /usr/local/share/Spreadsheets/catkin2.02.xls\" " >> /etc/bash.bashrc.local
%postun
sed -i '/libreoffice/d' /etc/bash.bashrc.local
%files
%dir /usr/local/share/Spreadsheets
/usr/local/share/Spreadsheets/*
%changelog
* Mon Sep 21 2015 Axiotis Michail
-