Author: qboosh Date: Tue Apr 1 20:36:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.11
---- Files affected: SPECS: gsl.spec (1.70 -> 1.71) ---- Diffs: ================================================================ Index: SPECS/gsl.spec diff -u SPECS/gsl.spec:1.70 SPECS/gsl.spec:1.71 --- SPECS/gsl.spec:1.70 Thu Jan 24 02:36:32 2008 +++ SPECS/gsl.spec Tue Apr 1 22:36:30 2008 @@ -6,13 +6,13 @@ Summary(ru.UTF-8): Научная библиотека GNU для числового анализа Summary(uk.UTF-8): Наукова бібліотека GNU для числового аналізу Name: gsl -Version: 1.10 +Version: 1.11 Release: 1 Epoch: 1 License: GPL v3+ Group: Libraries -Source0: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz -# Source0-md5: faf5e178855ec952fe745a03d815da1d +Source0: http://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz +# Source0-md5: f28f9de8bec867f3f4f436d3ed80680a Patch0: %{name}-info.patch Patch1: %{name}-link.patch URL: http://www.gnu.org/software/gsl/ @@ -153,28 +153,33 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/postshell +%post devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun devel -p /sbin/postshell +%postun devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libgsl.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgsl.so.0 +%attr(755,root,root) %{_libdir}/libgslcblas.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgslcblas.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/gsl-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libgsl.so +%attr(755,root,root) %{_libdir}/libgslcblas.so +%{_libdir}/libgsl.la +%{_libdir}/libgslcblas.la %{_includedir}/gsl %{_aclocaldir}/gsl.m4 -%{_pkgconfigdir}/*.pc -%{_infodir}/gsl*.info* +%{_pkgconfigdir}/gsl.pc +%{_infodir}/gsl-ref.info* %{_mandir}/man1/gsl-config.1* -%{_mandir}/man3/* +%{_mandir}/man3/gsl.3* %files progs %defattr(644,root,root,755) @@ -185,7 +190,8 @@ %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libgsl.a +%{_libdir}/libgslcblas.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -193,6 +199,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2008-04-01 20:36:30 qboosh +- updated to 1.11 + Revision 1.70 2008-01-24 01:36:32 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gsl.spec?r1=1.70&r2=1.71&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
