a0748a5
#global _rcname rc1
a0748a5
#global _rc _%%_rcname
Thomas Spura d00d217
Thomas Spura d00d217
Name:           votca-tools
30a630d
Version:        1.4
a4ede38
Release:        1%{?_rcname}%{?dist}.4
Thomas Spura d00d217
Summary:        VOTCA tools library
Thomas Spura d00d217
Group:          Applications/Engineering
Thomas Spura d00d217
License:        ASL 2.0
Thomas Spura d00d217
URL:            http://www.votca.org
30a630d
Source0:        https://github.com/votca/tools/archive/v%{version}%{?_rc}.tar.gz#/%{name}-%{version}%{?_rc}.tar.gz
Thomas Spura d00d217
Thomas Spura d00d217
BuildRequires:  cmake
Thomas Spura d00d217
BuildRequires:  expat-devel
Thomas Spura d00d217
BuildRequires:  fftw-devel
Thomas Spura d00d217
BuildRequires:  gsl-devel
Thomas Spura d00d217
BuildRequires:  boost-devel
Thomas Spura d00d217
BuildRequires:  txt2tags
Thomas Spura d00d217
BuildRequires:  sqlite-devel
b6c3cef
b6c3cef
%description
b6c3cef
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
b6c3cef
a package intended to reduce the amount of routine work when doing systematic
Thomas Spura 0217718
coarse-graining of various systems. The core is written in C++.
b6c3cef
b6c3cef
This package contains the basic tools library of VOTCA.
b6c3cef
b6c3cef
b6c3cef
%package devel
Thomas Spura d00d217
Summary:        Development headers and libraries for votca-tools
Thomas Spura d00d217
Group:          Development/Libraries
Thomas Spura d00d217
Requires:       pkgconfig
Thomas Spura d00d217
Requires:       %{name} = %{version}-%{release}
b6c3cef
# Programs that build against votca need also these
Thomas Spura d00d217
Requires:       boost-devel
Thomas Spura d00d217
Requires:       expat-devel
3209c8f
Requires:       sqlite-devel
b6c3cef
b6c3cef
%description devel
b6c3cef
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
b6c3cef
a package intended to reduce the amount of routine work when doing systematic
Thomas Spura 0217718
coarse-graining of various systems. The core is written in C++.
b6c3cef
b6c3cef
This package contains development headers and libraries for votca-tools.
b6c3cef
b6c3cef
b6c3cef
%prep
Thomas Spura 0217718
%setup -qn tools-%{version}%{?_rc}
b6c3cef
b6c3cef
%build
e4a77b0
mkdir %{_target_platform}
3209c8f
pushd %{_target_platform}
3209c8f
%{cmake} .. -DLIB=%{_lib} -DCMAKE_BUILD_TYPE=Release -DWITH_RC_FILES=OFF
b6c3cef
make %{?_smp_mflags}
b6c3cef
b6c3cef
%install
3209c8f
%make_install -C %{_target_platform}
b6c3cef
b6c3cef
%post -p /sbin/ldconfig
b6c3cef
%postun -p /sbin/ldconfig
b6c3cef
b6c3cef
%files
Thomas Spura 05bb71b
%license LICENSE
Thomas Spura 05bb71b
%doc NOTICE
Thomas Spura 0217718
%{_bindir}/votca_property
b6c3cef
%{_libdir}/libvotca_tools.so.*
Thomas Spura 0217718
%{_mandir}/man1/votca_property.*
038b36f
%{_mandir}/man7/votca-tools.7*
b6c3cef
b6c3cef
%files devel
b6c3cef
%{_includedir}/votca/
b6c3cef
%{_libdir}/libvotca_tools.so
b6c3cef
%{_libdir}/pkgconfig/libvotca_tools.pc
b6c3cef
b6c3cef
%changelog
a4ede38
* Mon Jul 24 2017 Björn Esser <besser82@fedoraproject.org> - 1.4-1.4
a4ede38
- Rebuilt for Boost 1.64
a4ede38
8c6d549
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-1.3
8c6d549
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
8c6d549
3904a6b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-1.2
3904a6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3904a6b
ced9a45
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.4-1.1
ced9a45
- Rebuilt for Boost 1.63
ced9a45
a0748a5
* Sun Oct 30 2016 Christoph Junghans <junghans@votca.org> - 1.4-1
a0748a5
- Update to 1.4
a0748a5
550fba5
* Mon Oct 03 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.2rc1
3209c8f
- clean up, don't install RC files
3209c8f
3209c8f
* Wed Sep 28 2016 Christoph Junghans <junghans@votca.org> - 1.4-0.1rc1
30a630d
- Update to 1.4_rc1
30a630d
7b5321b
* Mon Aug 22 2016 Christoph Junghans <junghans@votca.org> - 1.3.1-1
7b5321b
- Update to 1.3.1
7b5321b
- Drop obsolete patch
7b5321b
Orion Poplawski 6afa862
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3-1.2
Orion Poplawski 6afa862
- Rebuild for gsl 2.1
Orion Poplawski 6afa862
95038d9
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-1.1
95038d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
95038d9
Thomas Spura d00d217
* Wed Jan 20 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.3-1
Thomas Spura d00d217
- Update to 1.3
Thomas Spura d00d217
- cleanup spec
Thomas Spura d00d217
- Add patch to add shebangs to scripts
Thomas Spura d00d217
c65da1e
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.3-0.2rc1
c65da1e
- Rebuilt for Boost 1.60
c65da1e
Thomas Spura 0217718
* Mon Nov 09 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.3-0.1.rc1
Thomas Spura 0217718
- update to 1.3_rc1
Thomas Spura 9501419
- cleanup spec
Thomas Spura 0217718
40b39bd
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.2.4-8
40b39bd
- Rebuilt for Boost 1.59
40b39bd
6df0cfe
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
6df0cfe
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
6df0cfe
0652c78
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.2.4-6
0652c78
- rebuild for Boost 1.58
0652c78
e4f1512
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-5
e4f1512
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e4f1512
Thomas Spura 1c38f0d
* Fri Apr 24 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-4
Thomas Spura 1c38f0d
- Rebuilt with new gcc
Thomas Spura 1c38f0d
Petr Machata eaa324a
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.2.4-3
Petr Machata eaa324a
- Rebuild for boost 1.57.0
Petr Machata eaa324a
Thomas Spura b09bcd6
* Sun Sep  7 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-2
Thomas Spura b09bcd6
- correct source url
Thomas Spura b09bcd6
460d250
* Fri Sep 05 2014 Christoph Junghans <junghans@votca.org> - 1.2.4-1
460d250
- Update to 1.2.4
460d250
- Drop obsolete patch
460d250
cc7d02f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-6
cc7d02f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cc7d02f
cdd32d2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-5
cdd32d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
cdd32d2
Petr Machata 03f1b59
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.2.3-4
Petr Machata 03f1b59
- Rebuild for boost 1.55.0
Petr Machata 03f1b59
6ae6fb2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
6ae6fb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6ae6fb2
Petr Machata 9e8b4a8
* Sat Jul 27 2013 pmachata@redhat.com - 1.2.3-2
Petr Machata 9e8b4a8
- Rebuild for boost 1.54.0
Petr Machata 9e8b4a8
bd010ab
* Sun Feb 10 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.2.3-1
bd010ab
- Update to 1.2.3, fix build in rawhide.
bd010ab
b47b1a8
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.2.1-6.1
b47b1a8
- Rebuild for Boost-1.53.0
b47b1a8
01b5491
* Tue Aug 14 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-5.1
01b5491
- Bump due to boost update.
01b5491
1d9cb8d
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4.1
1d9cb8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1d9cb8d
b93e2aa
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3.1
b93e2aa
- Rebuilt for c++ ABI breakage
b93e2aa
491300a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2.1
491300a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
491300a
32381b9
* Sun Nov 20 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1.1
32381b9
- Bump due to boost update.
32381b9
e4a77b0
* Thu Aug 25 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1
e4a77b0
- Update to 1.2.1.
e4a77b0
ccd966b
* Fri Jul 22 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-3
ccd966b
- Bump spec due to new boost.
ccd966b
53612b5
* Wed Apr 06 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-2
53612b5
- Bump spec due to Boost upgrade.
53612b5
038b36f
* Sun Feb 20 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-1
038b36f
- Update to 1.1.
038b36f
1b56fab
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
1b56fab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1b56fab
db04020
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 1.0.1-4
db04020
- rebuild for new boost
db04020
bbb9fa9
* Sun Dec 26 2010 Dan Horák <dan[at]danny.cz> - 1.0.1-3
bbb9fa9
- fix build on non-x86 64-bit architectures (ax_boost_base.m4 is wrong)
bbb9fa9
b6c3cef
* Tue Dec 14 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-2
b6c3cef
- Preserve timestamps on install.
b6c3cef
- Added Requires: pkgconfig in -devel for EPEL support.
b6c3cef
b6c3cef
* Tue Dec 07 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-1
b6c3cef
- Update to 1.0.1.
b6c3cef
- Drop bash completion (moved to votca-csg).
b6c3cef
- Disable rc files.
b6c3cef
- Added expat-devel and boost-devel as Requires in -devel.
b6c3cef
b6c3cef
* Thu Nov 25 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0-1
b6c3cef
- First release.