automatic version update by autodist [release 3.370-1mamba;Sat Aug 23 2014]
This commit is contained in:
parent
085ce12c20
commit
45474162a1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libcfitsio
|
Name: libcfitsio
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.340
|
Version: 3.370
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A FITS File Subroutine Library
|
Summary: A FITS File Subroutine Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -37,7 +37,7 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cfitsio
|
%setup -q -n cfitsio
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -52,8 +52,6 @@ export CC=%{_host}-gcc
|
|||||||
install -d %{buildroot}%{_includedir}/cfitsio
|
install -d %{buildroot}%{_includedir}/cfitsio
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
ln -s libcfitsio.so.0 %{buildroot}%{_libdir}/libcfitsio.so
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -67,15 +65,25 @@ ln -s libcfitsio.so.0 %{buildroot}%{_libdir}/libcfitsio.so
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/cfitsio
|
||||||
%{_includedir}/cfitsio/*.h
|
%{_includedir}/cfitsio/*.h
|
||||||
%{_libdir}/libcfitsio.a
|
%{_libdir}/libcfitsio.a
|
||||||
#%{_libdir}/*.la
|
#%{_libdir}/*.la
|
||||||
%{_libdir}/libcfitsio.so
|
%{_libdir}/libcfitsio.so
|
||||||
%{_libdir}/pkgconfig/cfitsio.pc
|
%{_libdir}/pkgconfig/cfitsio.pc
|
||||||
%doc changes.txt README
|
%doc README
|
||||||
%doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps
|
#%doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 23 2014 Automatic Build System <autodist@mambasoft.it> 3.370-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Dec 23 2013 Automatic Build System <autodist@mambasoft.it> 3.360-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 09 2013 Automatic Build System <autodist@mambasoft.it> 3.350-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 3.340-1mamba
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 3.340-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user