New upstream source (5.14), soname bump
This commit is contained in:
parent
7469121ea0
commit
b9f552794d
3 changed files with 12 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ wcslib-4.3.1.tar.gz
|
|||
/wcslib-4.22.tar.bz2
|
||||
/wcslib-4.23.tar.bz2
|
||||
/wcslib-4.25.1.tar.bz2
|
||||
/wcslib-5.14.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
273743120460aed00fdfe8d5d5eb6c8d wcslib-4.25.1.tar.bz2
|
||||
7225a13fe1ca9eb7a6e29432ecaa1ffb wcslib-5.14.tar.bz2
|
||||
|
|
|
|||
15
wcslib.spec
15
wcslib.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: wcslib
|
||||
Version: 4.25.1
|
||||
Release: 3%{?dist}
|
||||
Version: 5.14
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the FITS World Coordinate System standard
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -53,11 +53,13 @@ make check
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING.LESSER README
|
||||
%license COPYING.LESSER
|
||||
%doc README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%doc COPYING.LESSER html wcslib.pdf
|
||||
%license COPYING.LESSER
|
||||
%doc html wcslib.pdf
|
||||
%{_libdir}/*.so
|
||||
%exclude %{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/wcslib.pc
|
||||
|
|
@ -65,11 +67,14 @@ make check
|
|||
%{_includedir}/wcslib-%{version}
|
||||
|
||||
%files utils
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2016 Sergio Pascual <sergiopr@fedoraproject.org> 5.14-1
|
||||
- New upstream source (5.14), soname bump
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.25.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue