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
|
||||
Epoch: 1
|
||||
Version: 3.340
|
||||
Version: 3.370
|
||||
Release: 1mamba
|
||||
Summary: A FITS File Subroutine Library
|
||||
Group: System/Libraries
|
||||
@ -37,7 +37,7 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n cfitsio
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
@ -52,8 +52,6 @@ export CC=%{_host}-gcc
|
||||
install -d %{buildroot}%{_includedir}/cfitsio
|
||||
%makeinstall
|
||||
|
||||
ln -s libcfitsio.so.0 %{buildroot}%{_libdir}/libcfitsio.so
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -67,15 +65,25 @@ ln -s libcfitsio.so.0 %{buildroot}%{_libdir}/libcfitsio.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/cfitsio
|
||||
%{_includedir}/cfitsio/*.h
|
||||
%{_libdir}/libcfitsio.a
|
||||
#%{_libdir}/*.la
|
||||
%{_libdir}/libcfitsio.so
|
||||
%{_libdir}/pkgconfig/cfitsio.pc
|
||||
%doc changes.txt README
|
||||
%doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps
|
||||
%doc README
|
||||
#%doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user