📄 gsl.spec.in
字号:
Summary: GNU Scientific Library (GSL)name: gslPackager: rosalia@lanl.gov%define version @VERSION@%define release 0version: %{version}release: %{release}#Prereq: #requires: vendor: the GSL teamDistribution: research softwarecopyright: Copyright (C) 1997, 1998, 1999, 2000, 2001 the GSL teamsource: gsl-%{version}.tar.gzgroup: Libraries/Research%define mybuildroot /var/tmp/%{name}-build%define installroot /install-tmpBuildRoot: %{mybuildroot}%description GSL is a library for numerical analysis that aims to be complete andto follow modern coding conventions, as well as lending itself to beingused in very high level languages (VHLLs).%prep%setup -cecho "dude, mybuildroot is " %{mybuildroot}echo "dude, installroot is " %{installroot}echo "dude, RPM_BUILD_ROOT is " $RPM_BUILD_ROOT%buildcd %{name}-%{version}; ./configure --prefix=/usr; make%installcd %{name}-%{version}; make install prefix=%{mybuildroot}/usr#cd %{name}-%{version}; make install prefix=%{mybuildroot}/%{installroot}%post%postun%files%doc %{name}-%{version}/{NEWS,ChangeLog,KNOWN-PROBLEMS,MACHINES,README,AUTHORS,THANKS}%doc /usr/info/gsl-ref*/usr/bin/gsl-config/usr/bin/gsl-histogram/usr/bin/gsl-randist/usr/lib/usr/include/gsl/usr/share/aclocal/gsl.m4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -