Compare commits
50 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
415dddb96b | ||
|
|
c022367846 | ||
|
|
32df6b8de2 | ||
|
|
641a33bcf0 | ||
|
|
92e9868ec8 | ||
|
|
a68368228a | ||
|
|
8ebc27245f | ||
|
|
f86d058a41 | ||
|
|
3661908474 | ||
|
|
6efa341e0d | ||
|
|
8fc68ec47e | ||
|
|
724ccbcf5e | ||
|
|
bded868a59 | ||
|
|
bc5fba3ee8 | ||
|
|
7bb4903162 | ||
|
|
ea7e0573f1 | ||
|
|
c0d040b130 | ||
|
|
b61e3f7e6d | ||
|
|
f3e2d96222 | ||
|
|
fe3373c0c7 | ||
|
|
5d91d0e0f7 | ||
|
|
a7a6728f97 | ||
|
|
7c8284ff5d | ||
|
|
276919beb3 | ||
|
|
1b168a059d | ||
|
|
72e1621c7b | ||
|
|
ec27a22b5a | ||
|
|
3ebd97a328 | ||
|
|
4c9acfe28a | ||
|
|
2aa032a71e | ||
|
|
aeb16a66c0 | ||
|
|
214175f602 | ||
| f95428c747 | |||
|
|
abff6e6aeb | ||
|
622d323867 |
|||
|
|
51f01282dd | ||
|
|
5e54dce36f | ||
|
|
ce86a376c6 | ||
|
|
f3e6067411 | ||
|
|
5aa98d85c8 | ||
|
|
7c029cee01 | ||
|
|
427cd0e7dc | ||
|
|
eea7c6f81a | ||
|
|
e8e705ae0c | ||
|
|
4a9322bb08 | ||
|
|
9110d56243 | ||
| a4ede38a14 | |||
|
|
8c6d549fed | ||
|
|
3904a6be30 | ||
|
|
ced9a459f0 |
4 changed files with 1 additions and 211 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
/votca-tools-*.src.rpm
|
||||
/votca-tools-1.0.1.tar.gz
|
||||
/votca-tools-1.1_pristine.tar.gz
|
||||
/votca-tools-1.2.3_pristine.tar.gz
|
||||
/votca-tools-1.2.4_pristine.tar.gz
|
||||
/v1.3_rc1.tar.gz
|
||||
/v1.3.tar.gz
|
||||
/v1.3.1.tar.gz
|
||||
/votca-tools-1.4_rc1.tar.gz
|
||||
/votca-tools-1.4.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Replaced by 'votca' package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
995f8f46f1abf82d772db2a65a930700 votca-tools-1.4.tar.gz
|
||||
200
votca-tools.spec
200
votca-tools.spec
|
|
@ -1,200 +0,0 @@
|
|||
#global _rcname rc1
|
||||
#global _rc _%%_rcname
|
||||
|
||||
Name: votca-tools
|
||||
Version: 1.4
|
||||
Release: 1%{?_rcname}%{?dist}
|
||||
Summary: VOTCA tools library
|
||||
Group: Applications/Engineering
|
||||
License: ASL 2.0
|
||||
URL: http://www.votca.org
|
||||
Source0: https://github.com/votca/tools/archive/v%{version}%{?_rc}.tar.gz#/%{name}-%{version}%{?_rc}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: fftw-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: txt2tags
|
||||
BuildRequires: sqlite-devel
|
||||
|
||||
%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 basic tools library of VOTCA.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development headers and libraries for votca-tools
|
||||
Group: Development/Libraries
|
||||
Requires: pkgconfig
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# Programs that build against votca need also these
|
||||
Requires: boost-devel
|
||||
Requires: expat-devel
|
||||
Requires: sqlite-devel
|
||||
|
||||
%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 votca-tools.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -qn tools-%{version}%{?_rc}
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake} .. -DLIB=%{_lib} -DCMAKE_BUILD_TYPE=Release -DWITH_RC_FILES=OFF
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install -C %{_target_platform}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc NOTICE
|
||||
%{_bindir}/votca_property
|
||||
%{_libdir}/libvotca_tools.so.*
|
||||
%{_mandir}/man1/votca_property.*
|
||||
%{_mandir}/man7/votca-tools.7*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/votca/
|
||||
%{_libdir}/libvotca_tools.so
|
||||
%{_libdir}/pkgconfig/libvotca_tools.pc
|
||||
|
||||
%changelog
|
||||
* Sun Oct 30 2016 Christoph Junghans <junghans@votca.org> - 1.4-1
|
||||
- Update to 1.4
|
||||
|
||||
* Mon Oct 03 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.2rc1
|
||||
- clean up, don't install RC files
|
||||
|
||||
* Wed Sep 28 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.1rc1
|
||||
- Update to 1.4_rc1
|
||||
|
||||
* Mon Aug 22 2016 Christoph Junghans <junghans@votca.org> - 1.3.1-1
|
||||
- Update to 1.3.1
|
||||
- Drop obsolete patch
|
||||
|
||||
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3-1.2
|
||||
- Rebuild for gsl 2.1
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jan 20 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.3-1
|
||||
- Update to 1.3
|
||||
- cleanup spec
|
||||
- Add patch to add shebangs to scripts
|
||||
|
||||
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.3-0.2rc1
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Mon Nov 09 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.3-0.1.rc1
|
||||
- update to 1.3_rc1
|
||||
- cleanup spec
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.2.4-8
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.2.4-6
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Apr 24 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-4
|
||||
- Rebuilt with new gcc
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.2.4-3
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Sep 7 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-2
|
||||
- correct source url
|
||||
|
||||
* Fri Sep 05 2014 Christoph Junghans <junghans@votca.org> - 1.2.4-1
|
||||
- Update to 1.2.4
|
||||
- Drop obsolete patch
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.2.3-4
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2013 pmachata@redhat.com - 1.2.3-2
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Sun Feb 10 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3, fix build in rawhide.
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.2.1-6.1
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Tue Aug 14 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-5.1
|
||||
- Bump due to boost update.
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3.1
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Sun Nov 20 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1.1
|
||||
- Bump due to boost update.
|
||||
|
||||
* Thu Aug 25 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1
|
||||
- Update to 1.2.1.
|
||||
|
||||
* Fri Jul 22 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-3
|
||||
- Bump spec due to new boost.
|
||||
|
||||
* Wed Apr 06 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-2
|
||||
- Bump spec due to Boost upgrade.
|
||||
|
||||
* Sun Feb 20 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-1
|
||||
- Update to 1.1.
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 1.0.1-4
|
||||
- rebuild for new boost
|
||||
|
||||
* Sun Dec 26 2010 Dan Horák <dan[at]danny.cz> - 1.0.1-3
|
||||
- fix build on non-x86 64-bit architectures (ax_boost_base.m4 is wrong)
|
||||
|
||||
* Tue Dec 14 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-2
|
||||
- Preserve timestamps on install.
|
||||
- Added Requires: pkgconfig in -devel for EPEL support.
|
||||
|
||||
* Tue Dec 07 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1.
|
||||
- Drop bash completion (moved to votca-csg).
|
||||
- Disable rc files.
|
||||
- Added expat-devel and boost-devel as Requires in -devel.
|
||||
|
||||
* Thu Nov 25 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0-1
|
||||
- First release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue