/
githubmirror
/
which
Обзор
Документация
Войти
/
githubmirror
/
which
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
which-2.spec.in
52 строки
1 KB
Carlo Wood
Forgot to install the info file.
16 авг 2001, 07:10
16 авг 2001, 07:10
20c23fb
Код
Авторство
О чём код?
Summary: Displays where a particular program in your path is located. Name: which Version: !VERSION! Release: 1 License: GPL Group: Applications/System Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz Source1: which-2.sh Source2: which-2.csh Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root %description The which command shows the full pathname of a specified program, if the specified program is in your PATH. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT %makeinstall mkdir -p $RPM_BUILD_ROOT/etc/profile.d install -m 755 $RPM_SOURCE_DIR/which-2.sh $RPM_SOURCE_DIR/which-2.csh \ $RPM_BUILD_ROOT/etc/profile.d %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc EXAMPLES README %{_bindir}/* %config /etc/profile.d/which-2.* %{_mandir}/*/* %{_infodir}/* !CHANGELOG! * Tue May 14 1999 Carlo Wood <carlo@gnu.org> - Moved assignment of CFLAGS to the configure line, using RPM_OPT_FLAGS now. - Corrected Source: line to point to ftp.gnu.org. * Sat Apr 17 1999 Carlo Wood <carlo@gnu.org> - Started to use automake and autoconf * Fri Apr 09 1999 Carlo Wood <carlo@gnu.org> - Renamed which-2.0.spec to which-2.spec