diff --git a/rpm/Makefile b/rpm/Makefile new file mode 100644 index 0000000..9d5f45b --- /dev/null +++ b/rpm/Makefile @@ -0,0 +1,10 @@ +VERSION=1.0 +default: + - rm *.rpm *.tar.gz 2> /dev/null + - VERSION=$(VERSION) epm -f rpm eplf eplf.list + - VERSION=$(VERSION) epm eplf eplf.list + - mv */*.tar.gz . + - mv */*.rpm . + - rm -rf linux-2.6-* + + diff --git a/rpm/eplf-1.0-linux-2.6-x86_64.rpm b/rpm/eplf-1.0-linux-2.6-x86_64.rpm new file mode 100644 index 0000000..6664771 Binary files /dev/null and b/rpm/eplf-1.0-linux-2.6-x86_64.rpm differ diff --git a/rpm/eplf-1.0-linux-2.6-x86_64.tar.gz b/rpm/eplf-1.0-linux-2.6-x86_64.tar.gz new file mode 100644 index 0000000..decb482 Binary files /dev/null and b/rpm/eplf-1.0-linux-2.6-x86_64.tar.gz differ diff --git a/rpm/eplf.list b/rpm/eplf.list new file mode 100644 index 0000000..8543c53 --- /dev/null +++ b/rpm/eplf.list @@ -0,0 +1,47 @@ +# epm -f format irpf90 irpf90.list +# format: +# aix +# bsd +# depot or swinstall (HP-UX) +# dpkg +# inst or tardist (IRIX +# native (native for the current platform) +# osx +# pkg (Solaris) +# portable (default) +# rpm +# setld (Tru64) +# slackware + +# Product information +# ------------------- + +%product eplf +%copyright 2009 A. Scemama, CNRS +%vendor A. Scemama, CNRS +%license ../LICENSE +%readme ../README +%description Computes the Electron Localization function from a QCIO file. +%version $VERSION +%requires libgfortran +%requires qcio + +# Autoconfiguration variables +# --------------------------- + +$prefix=/usr +$exec_prefix=/usr +$bindir=${exec_prefix}/bin +$data_dir=${exec_prefix}/share +$docdir=${data_dir}/doc +$srcdir=.. + +# Executables +# ----------- + +%system all +%description IRP-Fortran90 preprocessor +f 0555 root sys ${bindir}/eplf ${srcdir}/eplf_hf +f 0444 root sys ${docdir}/README ${srcdir}/README +f 0444 root sys ${docdir}/LICENSE ${srcdir}/LICENSE +