d444052
d444052
Name: pymilia
Sergio Pascual 2bcc9ff
Version: 1.0.0
9d527b2
Release: 25%{?dist}
d444052
Summary: Python wrappers for milia
d444052
License: GPLv3+
d444052
Sergio Pascual 2bcc9ff
URL: http://guaix.fis.ucm.es/projects/pymilia/wiki
Sergio Pascual 2bcc9ff
Source0: ftp://astrax.fis.ucm.es/pub/software/pymilia/%{name}-%{version}.tar.gz
d444052
da1bd48
BuildRequires: gcc-c++
db19a75
BuildRequires: milia-devel >= 1.0.0
Sergio Pascual e9e70f6
618f925
%global _description\
618f925
Python wrappers for milia. Milia is a C++ library created to\
618f925
compute cosmological distances and ages in the\
d444052
Friedmann-Lemaître-Robertson-Walker metric.
d444052
618f925
%description %_description
618f925
Sergio Pascual 2bcc9ff
%package -n python3-pymilia
Sergio Pascual 2bcc9ff
Summary: Python wrappers for milia
Sergio Pascual 2bcc9ff
BuildRequires: python3-devel python3-setuptools 
db19a75
BuildRequires: python3-Cython
Sergio Pascual 2bcc9ff
Sergio Pascual 2bcc9ff
# we don't want to provide private python extension libs
Sergio Pascual 2bcc9ff
%{?filter_setup:
Sergio Pascual 2bcc9ff
%filter_provides_in %{python3_sitearch}/.*\.so$
Sergio Pascual 2bcc9ff
%filter_setup
Sergio Pascual 2bcc9ff
}
Sergio Pascual 2bcc9ff
Sergio Pascual 2bcc9ff
%description -n python3-pymilia 
Sergio Pascual 2bcc9ff
Python wrappers for milia. Milia is a C++ library created to 
Sergio Pascual 2bcc9ff
compute cosmological distances and ages in the 
Sergio Pascual 2bcc9ff
Friedmann-Lemaître-Robertson-Walker metric.
Sergio Pascual 2bcc9ff
d444052
%prep
d444052
%setup -q
d444052
d444052
%build
db19a75
%py3_build
Sergio Pascual 2bcc9ff
d444052
%install
db19a75
%py3_install
d444052
Sergio Pascual 2bcc9ff
%files -n python3-pymilia
Sergio Pascual f15510c
%doc README.txt NEWS.txt
Sergio Pascual f15510c
%license LICENSE.txt
Sergio Pascual 2bcc9ff
%{python3_sitearch}/milia/
Sergio Pascual 2bcc9ff
%{python3_sitearch}/*.egg-info
Sergio Pascual 2bcc9ff
d444052
%changelog
9d527b2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-25
9d527b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9d527b2
db19a75
* Fri Oct 05 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.0-24
db19a75
- Drop python2 subpackage
db19a75
da1bd48
* Tue Aug 21 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.0-23
da1bd48
- build requires c++
da1bd48
d2c6b81
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-22
d2c6b81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d2c6b81
0387a48
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-21
0387a48
- Rebuilt for Python 3.7
0387a48
caa18a5
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.0-20
caa18a5
- Update Python 2 dependency declarations to new packaging standards
caa18a5
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
caa18a5
943f165
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-19
943f165
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
943f165
aab4857
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.0-18
aab4857
- Add Provides for the old name without %%_isa
aab4857
618f925
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.0-17
618f925
- Python 2 binary package renamed to python2-pymilia
618f925
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
618f925
34b6a1c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-16
34b6a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
34b6a1c
c1ab1e8
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-15
c1ab1e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c1ab1e8
Igor Gnatenko 478549d
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.0.0-14
Igor Gnatenko 478549d
- Rebuild due to bug in RPM (RHBZ #1468476)
Igor Gnatenko 478549d
d7a4423
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-13
d7a4423
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d7a4423
02b9574
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-12
02b9574
- Rebuild for Python 3.6
02b9574
8f1cd7d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-11
8f1cd7d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
8f1cd7d
Sergio Pascual f15510c
* Sun Feb 28 2016 Kalev Lember <kalevlember@gmail.com> - 1.0.0-10
Sergio Pascual f15510c
- Rebuilt for new milia
Sergio Pascual f15510c
32238d5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
32238d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
32238d5
c2e918d
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
c2e918d
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
c2e918d
a8e30f2
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-7
a8e30f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a8e30f2
a34ecc4
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.0-6
a34ecc4
- Rebuilt for GCC 5 C++11 ABI change
a34ecc4
8cfecf9
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-5
8cfecf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8cfecf9
85c2a67
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
85c2a67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
85c2a67
f43dbee
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-3
f43dbee
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
f43dbee
e314d7a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
e314d7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e314d7a
Sergio Pascual 2bcc9ff
* Fri Apr 05 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.0-1
Sergio Pascual 2bcc9ff
- New upstream source
Sergio Pascual 2bcc9ff
- Adding support for python3
Sergio Pascual 2bcc9ff
c2655e1
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.0-16
c2655e1
- Rebuild for Boost-1.53.0
c2655e1
999410b
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.0-15
999410b
- Rebuild for Boost-1.53.0
999410b
Pasrario 95e5652
* Mon Aug 13 2012 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-14
Pasrario 95e5652
- Rebuilt for new boost 1.50
Pasrario 95e5652
d779659
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-13
d779659
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d779659
da1bd48
* Sun May 20 2012 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-12
Sergio Pascual 9e9b94e
- Rebuilt for new milia
Sergio Pascual 9e9b94e
cf2e104
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-11
cf2e104
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf2e104
Pasrario a363b70
* Thu Nov 24 2011 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-10
Pasrario a363b70
- Rebuilt for new boost 1.48
Pasrario a363b70
Sergio Pascual e9e70f6
* Tue Aug 23 2011 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-9
Sergio Pascual e9e70f6
- Added filter to remove false provides
Sergio Pascual e9e70f6
Sergio Pascual 9ea546b
* Thu Apr 07 2011 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-8
Sergio Pascual 9ea546b
- Rebuilt for new boost
Sergio Pascual 9ea546b
Sergio Pascual 39341b4
* Thu Mar 17 2011 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.0-7
Sergio Pascual 39341b4
- Rebuilt for new boost
Sergio Pascual 39341b4
822569d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
822569d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
822569d
1fdcf9c
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.3.0-5
1fdcf9c
- rebuild for new boost
1fdcf9c
3c5d697
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.0-4
3c5d697
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
3c5d697
d444052
* Wed Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-3
d444052
- Adding CFLAGS in build line
d444052
d444052
* Wed Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-2
d444052
- Updated build requires
d444052
- Corrected minor typos
d444052
d444052
* Mon Jan 18 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-1
d444052
- Initial spec file