summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2016-10-04 11:55:28 -0600
committerChristoph Junghans <junghans@votca.org>2016-10-04 11:55:28 -0600
commitf35397a6b98b118516f41a63727d7856f55ad7b2 (patch)
tree0b8f0f8c7651f0796a60dcbace7e51ac8ce36eff
parent1de3386f9be450da842c51d275aca4fede9f1c56 (diff)
downloadfedora-review-f35397a6b98b118516f41a63727d7856f55ad7b2.tar.gz
fedora-review-f35397a6b98b118516f41a63727d7856f55ad7b2.tar.xz
fedora-review-f35397a6b98b118516f41a63727d7856f55ad7b2.zip
votca-xtp: approved
-rw-r--r--votca-xtp/votca-xtp-1.4_rc1.tar.gzbin15210079 -> 0 bytes
-rw-r--r--votca-xtp/votca-xtp-manual-1.4_rc1.pdfbin1064036 -> 0 bytes
-rw-r--r--votca-xtp/votca-xtp.spec123
3 files changed, 0 insertions, 123 deletions
diff --git a/votca-xtp/votca-xtp-1.4_rc1.tar.gz b/votca-xtp/votca-xtp-1.4_rc1.tar.gz
deleted file mode 100644
index 757485b..0000000
--- a/votca-xtp/votca-xtp-1.4_rc1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/votca-xtp/votca-xtp-manual-1.4_rc1.pdf b/votca-xtp/votca-xtp-manual-1.4_rc1.pdf
deleted file mode 100644
index 2155eb0..0000000
--- a/votca-xtp/votca-xtp-manual-1.4_rc1.pdf
+++ /dev/null
Binary files differ
diff --git a/votca-xtp/votca-xtp.spec b/votca-xtp/votca-xtp.spec
deleted file mode 100644
index c6f5711..0000000
--- a/votca-xtp/votca-xtp.spec
+++ /dev/null
@@ -1,123 +0,0 @@
-%global _rcname rc1
-%global _rc _%%_rcname
-
-Name: votca-xtp
-Version: 1.4
-Release: 0.2%{?_rcname}%{?dist}
-Summary: VOTCA excitation and charge properties module
-License: ASL 2.0
-URL: http://www.votca.org
-Source0: https://github.com/votca/xtp/archive/v%{version}%{?_rc}.tar.gz#/%{name}-%{version}%{?_rc}.tar.gz
-Source1: https://github.com/votca/xtp/releases/download/v%{version}%{?_rc}/votca-xtp-manual-%{version}%{?_rc}.pdf
-
-BuildRequires: cmake
-BuildRequires: pkgconfig
-BuildRequires: votca-csg-devel = %{version}
-
-Requires: %{name}-common = %{version}-%{release}
-Requires: %{name}-libs%{_isa} = %{version}-%{release}
-
-%description
-Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
-a package intended to reduce the amount of routine work when doing systematic
-coarse-graining of various systems. The core is written in C++.
-
-This package contains the excitation and charge properties module of VOTCA
-package.
-
-%package libs
-Summary: Libraries for VOTCA excitation and charge properties module
-
-%description libs
-Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
-a package intended to reduce the amount of routine work when doing systematic
-coarse-graining of various systems. The core is written in C++.
-
-This package contains libraries for the excitation and charge properties
-module of VOTCA package.
-
-%package devel
-Summary: Development headers and libraries for VOTCA XTP
-Requires: %{name}-libs%{_isa} = %{version}-%{release}
-Requires: votca-csg-devel%{_isa} = %{version}
-
-%description devel
-Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
-a package intended to reduce the amount of routine work when doing systematic
-coarse-graining of various systems. The core is written in C++.
-
-This package contains development headers and libraries for the excitation and
-charge properties module.
-
-%package common
-Summary: Architecture independent data files for VOTCA XTP
-BuildArch: noarch
-
-%description common
-Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
-a package intended to reduce the amount of routine work when doing systematic
-coarse-graining of various systems. The core is written in C++.
-
-This package contains architecture independent data files for VOTCA XTP.
-
-%package doc
-Summary: Architecture independent doc files for VOTCA XTP
-BuildArch: noarch
-Requires: votca-csg-common = %{version}
-
-%description doc
-Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
-a package intended to reduce the amount of routine work when doing systematic
-coarse-graining of various systems. The core is written in C++.
-
-This package contains architecture independent documentation for VOTCA XTP.
-
-%prep
-%setup -qn xtp-%{version}%{?_rc}
-chmod -x src/tools/xtp_kmc_run.cc
-
-%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-#save some memory using -O1 and -j1
-%{cmake} .. -DLIB=%{_lib} -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG -O1"
-%define _smp_mflags -j1
-%make_build
-
-%install
-%make_install -C%{_target_platform}
-sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_{basisset,update,update_exciton,testsuite}
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-cp %{S:1} %{buildroot}%{_docdir}/%{name}
-
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
-
-%files
-%{_bindir}/xtp_*
-
-%files doc
-%doc CHANGELOG.md NOTICE README
-%license LICENSE.md
-%{_docdir}/%{name}
-
-%files common
-%license LICENSE.md
-%{_datadir}/votca/xtp
-
-%files libs
-%license LICENSE.md
-%{_libdir}/libvotca_xtp.so.*
-
-%files devel
-%{_includedir}/votca/xtp/
-%{_libdir}/libvotca_xtp.so
-%{_libdir}/pkgconfig/libvotca_xtp.pc
-
-%changelog
-* Mon Oct 03 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.2rc1
-- Changes from review (bug #1380540)
-
-* Wed Sep 28 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.1rc1
-- Imported 1.4_rc1