Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc2d622877 |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@
|
|||
/votca-xtp-2021.1.tar.gz
|
||||
/votca-xtp-2021.2.tar.gz
|
||||
/votca-2022-rc.1.tar.gz
|
||||
/votca-2022.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (votca-2022-rc.1.tar.gz) = 46a9dbbac663f3e3cceeb5803af108d623a1774d916347c9e6e8cbcbd05297d980132a4ee4508c42e98e567ca8bd38f301aeab4a3bf2f3dcf056333dbe667c97
|
||||
SHA512 (votca-2022.tar.gz) = ea5b7405872a2c0c8d6b4b86148a605b5e83207f1953f0b7393dabbb106ac785c50b45462f6271fbfad04c0246704a92199943acc65eb30d7f1a0a6d6ee4ab83
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: votca-xtp
|
||||
Version: 2022~rc1
|
||||
%global uversion 2022-rc.1
|
||||
Version: 2022
|
||||
%global uversion %{version}
|
||||
%global sover 2022
|
||||
Release: 1%{?dist}
|
||||
Summary: VOTCA excitation and charge properties module
|
||||
|
|
@ -88,16 +88,16 @@ This package contains architecture independent data files for VOTCA XTP.
|
|||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.rst xtp/NOTICE.rst README.rst
|
||||
%doc CHANGELOG.rst NOTICE.rst README.rst
|
||||
%{_bindir}/xtp_*
|
||||
%{_mandir}/man1/xtp_*.1.*
|
||||
|
||||
%files common
|
||||
%license xtp/LICENSE.rst
|
||||
%license LICENSE
|
||||
%{_datadir}/votca/xtp
|
||||
|
||||
%files libs
|
||||
%license xtp/LICENSE.rst
|
||||
%license LICENSE
|
||||
%{_libdir}/libvotca_xtp.so.%{sover}
|
||||
|
||||
%files devel
|
||||
|
|
@ -106,6 +106,9 @@ This package contains architecture independent data files for VOTCA XTP.
|
|||
%{_libdir}/cmake/VOTCA_XTP
|
||||
|
||||
%changelog
|
||||
* Sun Jan 16 2022 Christoph Junghans <junghans@votca.org> - 2022-1
|
||||
- Version bump to v2022 (bug #2041116)
|
||||
|
||||
* Tue Nov 30 2021 Christoph Junghans <junghans@votca.org> - 2022~rc1-1
|
||||
- Version bump to 2022-rc.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue