Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13cb1beae3 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@
|
|||
/votca-tools-2021.1.tar.gz
|
||||
/votca-tools-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-tools
|
||||
Version: 2022~rc1
|
||||
%global uversion 2022-rc.1
|
||||
Version: 2022
|
||||
%global uversion %{version}
|
||||
%global sover 2022
|
||||
Release: 1%{?dist}
|
||||
Summary: VOTCA tools library
|
||||
|
|
@ -57,8 +57,8 @@ This package contains development headers and libraries for votca-tools.
|
|||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license tools/LICENSE
|
||||
%doc tools/NOTICE CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%doc NOTICE.rst CHANGELOG.rst README.rst
|
||||
%{_bindir}/votca_*
|
||||
%{_libdir}/libvotca_tools.so.%{sover}
|
||||
%{_mandir}/man1/votca*.1*
|
||||
|
|
@ -70,6 +70,9 @@ This package contains development headers and libraries for votca-tools.
|
|||
%{_libdir}/cmake/VOTCA_TOOLS
|
||||
|
||||
%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