- source file change
- spec cleanup
This commit is contained in:
parent
6d3c8b8934
commit
4b0172900c
14
gsl.spec
14
gsl.spec
@ -26,9 +26,8 @@ Requires(preun): /sbin/install-info
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The gsl-devel package contains the header files and static libraries
|
||||
necessary for developing programs using the GSL (GNU Scientific
|
||||
Library).
|
||||
The gsl-devel package contains the header files necessary for
|
||||
developing programs using the GSL (GNU Scientific Library).
|
||||
|
||||
%package static
|
||||
Summary: Static libraries of the GSL package
|
||||
@ -42,6 +41,7 @@ The gsl-static package includes static libraries of GSL.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .lib64
|
||||
iconv -f windows-1252 -t utf-8 THANKS > THANKS.aux
|
||||
touch -r THANKS THANKS.aux
|
||||
mv THANKS.aux THANKS
|
||||
|
||||
%build
|
||||
@ -77,7 +77,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*so.*
|
||||
%{_bindir}/gsl-histogram
|
||||
%{_bindir}/gsl-randist
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man1/gsl-histogram.1*
|
||||
%{_mandir}/man1/gsl-randist.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -89,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*info*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/gsl.pc
|
||||
%{_mandir}/man1/gsl-config.1*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%files static
|
||||
@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2007 Ivana Varekova <varekova@redhat.com> - 1.10-9
|
||||
- source file change
|
||||
- spec cleanup
|
||||
|
||||
* Thu Nov 1 2007 Ivana Varekova <varekova@redhat.com> - 1.10-8
|
||||
- fix man-pages directories
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user